You are here

drupal.css in Drupal 4

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.even, tr.odd {
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block-region {
  background-color: #ffff66;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0;
}
.container-inline div {
  display: inline;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager a, #pager strong.pager-current {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

/*
** Module specific styles
*/
#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right;
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.book-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em;
}
.book-navigation .page-links {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
  width:98%;
}
.book-navigation .page-previous {
  text-align: right;
  width: 42%;
  display: block;
  float: left;
}
.book-navigation .page-up {
  margin: 0 5%;
  width: 4%;
  display: block;
  float: left;
}
.book-navigation .page-next {
  text-align: left;
  width: 42%;
  display: block;
  float: left;
}
.node-unpublished, .comment-unpublished {
  background-color: #fff4f4;
}
.preview .node, .preview .comment {
  background-color: #ffffea;
}
.archive {
  margin: 1em 0 1em 0;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background-color: #888; color: #fff;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.calendar td, .calendar th {
  text-align: center;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
  font-size: 0.8em;
}
.calendar td.day-blank {
  border: 0;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
  width: 98%;
}
.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}
.locale-untranslated {
  font-style: normal;
  text-decoration: line-through;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
#permissions td.module, #blocks td.region {
  font-weight: bold;
}
#permissions td.permission, #blocks td.block, #taxonomy td.term, #taxonomy td.message {
  padding-left: 1.5em;
}

#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  clear: left;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.profile {
  clear: both;
  margin: 1em 0 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}
.node-form .poll-form fieldset {
  display: block;
}
img.screenshot {
  border: 1px solid #808080;
  display: block;
  margin: 2px;
}
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
#tracker td.replies {
  text-align: center;
}
#tracker table {
  width: 100%;
}
.theme-settings-left {
  float: left;
  width: 49%;
}
.theme-settings-right {
  float: right;
  width: 49%;
}
.theme-settings-bottom {
  clear: both;
}
#user-login-form {
  text-align: center;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
table.watchdog-event th {
  border-bottom: 1px solid #ccc;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Help module
*/
.help-items {
  float: left;
  width: 22%;
  padding-right: 3%;
}
.help-items-last {
  padding-right: 0;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url(grippie.png) no-repeat 100% 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

File

misc/drupal.css
View source
  1. /*
  2. ** HTML elements
  3. */
  4. fieldset {
  5. margin-bottom: 1em;
  6. padding: .5em;
  7. }
  8. form {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. hr {
  13. height: 1px;
  14. border: 1px solid gray;
  15. }
  16. img {
  17. border: 0;
  18. }
  19. table {
  20. border-collapse: collapse;
  21. }
  22. th {
  23. text-align: left;
  24. padding-right: 1em;
  25. border-bottom: 3px solid #ccc;
  26. }
  27. th.active img {
  28. display: inline;
  29. }
  30. tr.even, tr.odd {
  31. background-color: #eee;
  32. border-bottom: 1px solid #ccc;
  33. }
  34. tr.even, tr.odd {
  35. padding: 0.1em 0.6em;
  36. }
  37. td.active {
  38. background-color: #ddd;
  39. }
  40. /*
  41. ** Menu styles
  42. */
  43. ul.menu {
  44. list-style: none;
  45. border: none;
  46. text-align:left;
  47. }
  48. ul.menu li {
  49. margin: 0 0 0 0.5em;
  50. }
  51. li.expanded {
  52. list-style-type: circle;
  53. list-style-image: url(menu-expanded.png);
  54. padding: 0.2em 0.5em 0 0;
  55. margin: 0;
  56. }
  57. li.collapsed {
  58. list-style-type: disc;
  59. list-style-image: url(menu-collapsed.png);
  60. padding: 0.2em 0.5em 0 0;
  61. margin: 0;
  62. }
  63. li.leaf {
  64. list-style-type: square;
  65. list-style-image: url(menu-leaf.png);
  66. padding: 0.2em 0.5em 0 0;
  67. margin: 0;
  68. }
  69. li a.active {
  70. color: #000;
  71. }
  72. td.menu-disabled {
  73. background: #ccc;
  74. }
  75. /*
  76. ** Other common styles
  77. */
  78. .breadcrumb {
  79. padding-bottom: .5em
  80. }
  81. .block-region {
  82. background-color: #ffff66;
  83. margin-top: 4px;
  84. margin-bottom: 4px;
  85. padding: 3px;
  86. }
  87. .block ul {
  88. margin: 0;
  89. padding: 0 0 0.25em 1em;
  90. }
  91. br.clear {
  92. clear: both;
  93. height: 0;
  94. }
  95. .container-inline div {
  96. display: inline;
  97. }
  98. .error {
  99. color: red;
  100. }
  101. .item-list .icon {
  102. color: #555;
  103. float: right;
  104. padding-left: 0.25em;
  105. clear: right;
  106. }
  107. .item-list .icon a {
  108. color: #000;
  109. text-decoration: none;
  110. }
  111. .item-list .icon a:hover {
  112. color: #000;
  113. text-decoration: none;
  114. }
  115. .item-list .title {
  116. font-weight: bold;
  117. }
  118. .item-list ul {
  119. margin: 0 0 0.75em 0;
  120. padding: 0;
  121. }
  122. .item-list ul li {
  123. margin: 0 0 0.25em 1.5em;
  124. padding: 0;
  125. list-style: disc;
  126. }
  127. .form-item {
  128. margin-top: 1em;
  129. margin-bottom: 1em;
  130. }
  131. tr.odd .form-item, tr.even .form-item {
  132. margin-top: 0;
  133. margin-bottom: 0;
  134. white-space: nowrap;
  135. }
  136. .form-item input.error, .form-item textarea.error, .form-item select.error {
  137. border: 2px solid red;
  138. }
  139. .form-item .description {
  140. font-size: 0.85em;
  141. }
  142. .form-item label {
  143. display: block;
  144. font-weight: bold;
  145. }
  146. .form-item label.option {
  147. display: inline;
  148. font-weight: normal;
  149. }
  150. .marker, .form-required {
  151. color: #f00;
  152. }
  153. .more-link {
  154. text-align: right;
  155. }
  156. .node-form .form-text {
  157. display: block;
  158. width: 95%;
  159. }
  160. .node-form .standard {
  161. clear: both;
  162. }
  163. .node-form textarea {
  164. display: block;
  165. width: 95%;
  166. }
  167. .node-form .attachments fieldset {
  168. float: none;
  169. display: block;
  170. }
  171. .nowrap {
  172. white-space: nowrap;
  173. }
  174. .ok {
  175. color: #080;
  176. }
  177. #pager {
  178. clear: both;
  179. text-align: center;
  180. }
  181. #pager a, #pager strong.pager-current {
  182. padding: 0.5em;
  183. }
  184. .path {
  185. padding-bottom: 0.7em;
  186. font-size: 1.1em;
  187. }
  188. /*
  189. ** Module specific styles
  190. */
  191. #aggregator .feed-source .feed-title {
  192. margin-top: 0;
  193. }
  194. #aggregator .feed-source .feed-image img {
  195. margin-bottom: 0.75em;
  196. }
  197. #aggregator .feed-source .feed-icon {
  198. float: right;
  199. display: block;
  200. }
  201. #aggregator .feed-item {
  202. margin-bottom: 1.5em;
  203. }
  204. #aggregator .feed-item-title {
  205. margin-bottom: 0;
  206. font-size: 1.3em;
  207. }
  208. #aggregator .feed-item-meta, #aggregator .feed-item-body {
  209. margin-bottom: 0.5em;
  210. }
  211. #aggregator .feed-item-categories {
  212. font-size: 0.9em;
  213. }
  214. #aggregator td {
  215. vertical-align: bottom;
  216. }
  217. #aggregator td.categorize-item {
  218. white-space: nowrap;
  219. }
  220. #aggregator .categorize-item .news-item .body {
  221. margin-top: 0;
  222. }
  223. #aggregator .categorize-item h3 {
  224. margin-bottom: 1em;
  225. margin-top: 0;
  226. }
  227. .book-navigation .menu {
  228. border-top: 1px solid #888;
  229. padding: 1em 0 0 3em;
  230. }
  231. .book-navigation .page-links {
  232. border-top: 1px solid #888;
  233. border-bottom: 1px solid #888;
  234. text-align: center;
  235. padding: 0.5em;
  236. width:98%;
  237. }
  238. .book-navigation .page-previous {
  239. text-align: right;
  240. width: 42%;
  241. display: block;
  242. float: left;
  243. }
  244. .book-navigation .page-up {
  245. margin: 0 5%;
  246. width: 4%;
  247. display: block;
  248. float: left;
  249. }
  250. .book-navigation .page-next {
  251. text-align: left;
  252. width: 42%;
  253. display: block;
  254. float: left;
  255. }
  256. .node-unpublished, .comment-unpublished {
  257. background-color: #fff4f4;
  258. }
  259. .preview .node, .preview .comment {
  260. background-color: #ffffea;
  261. }
  262. .archive {
  263. margin: 1em 0 1em 0;
  264. }
  265. .calendar .row-week td a {
  266. display: block;
  267. }
  268. .calendar .row-week td a:hover {
  269. background-color: #888; color: #fff;
  270. }
  271. .calendar a {
  272. text-decoration: none;
  273. }
  274. .calendar a:hover {
  275. text-decoration: none;
  276. }
  277. .calendar table {
  278. border-collapse: collapse;
  279. width: 100%;
  280. border: 1px solid #000;
  281. }
  282. .calendar td, .calendar th {
  283. text-align: center;
  284. border: 1px solid #000;
  285. padding: 1px;
  286. margin: 0;
  287. font-size: 0.8em;
  288. }
  289. .calendar td.day-blank {
  290. border: 0;
  291. }
  292. .tips {
  293. margin-top: 0;
  294. margin-bottom: 0;
  295. padding-top: 0;
  296. padding-bottom: 0;
  297. font-size: 0.9em;
  298. }
  299. #forum .description {
  300. font-size: 0.9em;
  301. margin: 0.5em;
  302. }
  303. #forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  304. white-space: nowrap;
  305. }
  306. #forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  307. text-align: center;
  308. }
  309. .forum-topic-navigation {
  310. padding: 1em 0 0 3em;
  311. border-top: 1px solid #888;
  312. border-bottom: 1px solid #888;
  313. text-align: center;
  314. padding: 0.5em;
  315. width: 98%;
  316. }
  317. .forum-topic-navigation .topic-previous {
  318. text-align: right;
  319. float: left;
  320. width: 46%;
  321. }
  322. .forum-topic-navigation .topic-next {
  323. text-align: left;
  324. float: right;
  325. width: 46%;
  326. }
  327. .locale-untranslated {
  328. font-style: normal;
  329. text-decoration: line-through;
  330. }
  331. #node-admin-filter ul {
  332. list-style-type: none;
  333. padding: 0;
  334. margin: 0;
  335. width: 100%;
  336. }
  337. #node-admin-buttons {
  338. float: left;
  339. margin-left: 0.5em;
  340. clear: right;
  341. }
  342. td.revision-current {
  343. background: #ffc;
  344. }
  345. dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  346. font-family: inherit;
  347. font-size: inherit;
  348. width: 14em;
  349. }
  350. dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  351. width: 8em;
  352. }
  353. dl.multiselect dt, dl.multiselect dd {
  354. float: left;
  355. line-height: 1.75em;
  356. padding: 0;
  357. margin: 0 1em 0 0;
  358. }
  359. dl.multiselect .form-item {
  360. height: 1.75em;
  361. margin: 0;
  362. }
  363. #permissions td.module, #blocks td.region {
  364. font-weight: bold;
  365. }
  366. #permissions td.permission, #blocks td.block, #taxonomy td.term, #taxonomy td.message {
  367. padding-left: 1.5em;
  368. }
  369. #access-rules .access-type, #access-rules .rule-type {
  370. margin-right: 1em;
  371. float: left;
  372. }
  373. #access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  374. margin-top: 0;
  375. }
  376. #access-rules .mask {
  377. clear: both;
  378. }
  379. .poll .bar {
  380. height: 1em;
  381. margin: 1px 0;
  382. background-color: #ddd;
  383. }
  384. .poll .bar .foreground {
  385. background-color: #000;
  386. height: 1em;
  387. clear: left;
  388. float: left;
  389. }
  390. .poll .links {
  391. text-align: center;
  392. }
  393. .poll .percent {
  394. text-align: right;
  395. }
  396. .poll .total {
  397. text-align: center;
  398. }
  399. .poll .vote-form {
  400. text-align: center;
  401. }
  402. .poll .vote-form .choices {
  403. text-align: left;
  404. margin: 0 auto;
  405. display: table;
  406. }
  407. .profile {
  408. clear: both;
  409. margin: 1em 0 1em 0;
  410. }
  411. .profile .picture {
  412. float: right;
  413. margin: 0 1em 1em 0;
  414. }
  415. .profile dt {
  416. margin: 1em 0 0.2em 0;
  417. font-weight: bold;
  418. }
  419. .profile dd {
  420. margin:0;
  421. }
  422. .node-form .poll-form fieldset {
  423. display: block;
  424. }
  425. img.screenshot {
  426. border: 1px solid #808080;
  427. display: block;
  428. margin: 2px;
  429. }
  430. .search-form {
  431. margin-bottom: 1em;
  432. }
  433. .search-form p {
  434. margin-top: 0;
  435. margin-bottom: 0.2em;
  436. padding-top: 0;
  437. padding-bottom: 0;
  438. }
  439. .search-form input {
  440. margin-top: 0;
  441. margin-bottom: 0;
  442. }
  443. .search-results p {
  444. margin-top: 0;
  445. }
  446. .search-results dt {
  447. font-size: 1.1em;
  448. }
  449. .search-results dd {
  450. margin-bottom: 1em;
  451. }
  452. .search-results .search-info {
  453. font-size: 0.85em;
  454. }
  455. .search-advanced .criterion {
  456. float: left;
  457. margin-right: 2em;
  458. }
  459. .search-advanced .action {
  460. float: left;
  461. clear: left;
  462. }
  463. #tracker td.replies {
  464. text-align: center;
  465. }
  466. #tracker table {
  467. width: 100%;
  468. }
  469. .theme-settings-left {
  470. float: left;
  471. width: 49%;
  472. }
  473. .theme-settings-right {
  474. float: right;
  475. width: 49%;
  476. }
  477. .theme-settings-bottom {
  478. clear: both;
  479. }
  480. #user-login-form {
  481. text-align: center;
  482. }
  483. .more-help-link {
  484. font-size: 0.85em;
  485. text-align: right;
  486. }
  487. table.watchdog-event th {
  488. border-bottom: 1px solid #ccc;
  489. }
  490. tr.watchdog-user {
  491. background: #ffd;
  492. }
  493. tr.watchdog-user .active {
  494. background: #eed;
  495. }
  496. tr.watchdog-content {
  497. background: #ddf;
  498. }
  499. tr.watchdog-content .active {
  500. background: #cce;
  501. }
  502. tr.watchdog-page-not-found, tr.watchdog-access-denied {
  503. background: #dfd;
  504. }
  505. tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  506. background: #cec;
  507. }
  508. tr.watchdog-error {
  509. background: #ffc9c9;
  510. }
  511. tr.watchdog-error .active {
  512. background: #eeb9b9;
  513. }
  514. /* Tab navigation */
  515. ul.primary {
  516. border-collapse: collapse;
  517. padding: 0 0 0 1em;
  518. white-space: nowrap;
  519. list-style: none;
  520. margin: 5px;
  521. height: auto;
  522. line-height: normal;
  523. border-bottom: 1px solid #bbb;
  524. }
  525. ul.primary li {
  526. display: inline;
  527. }
  528. ul.primary li a {
  529. background-color: #ddd;
  530. border-color: #bbb;
  531. border-width: 1px;
  532. border-style: solid solid none solid;
  533. height: auto;
  534. margin-right: 0.5em;
  535. padding: 0 1em;
  536. text-decoration: none;
  537. }
  538. ul.primary li.active a {
  539. background-color: #fff;
  540. border: 1px solid #bbb;
  541. border-bottom: #fff 1px solid;
  542. }
  543. ul.primary li a:hover {
  544. background-color: #eee;
  545. border-color: #ccc;
  546. border-bottom-color: #eee;
  547. }
  548. ul.secondary {
  549. border-bottom: 1px solid #bbb;
  550. padding: 0.5em 1em 0.5em 1em;
  551. margin: 5px;
  552. }
  553. ul.secondary li {
  554. display: inline;
  555. padding: 0 1em;
  556. border-right: 1px solid #ccc;
  557. }
  558. ul.secondary a {
  559. padding: 0;
  560. text-decoration: none;
  561. }
  562. ul.secondary a.active {
  563. border-bottom: 4px solid #999;
  564. }
  565. /*
  566. ** Help module
  567. */
  568. .help-items {
  569. float: left;
  570. width: 22%;
  571. padding-right: 3%;
  572. }
  573. .help-items-last {
  574. padding-right: 0;
  575. }
  576. /*
  577. ** Autocomplete styles
  578. */
  579. /* Suggestion list */
  580. #autocomplete {
  581. position: absolute;
  582. border: 1px solid;
  583. overflow: hidden;
  584. z-index: 100;
  585. }
  586. #autocomplete ul {
  587. margin: 0;
  588. padding: 0;
  589. list-style: none;
  590. }
  591. #autocomplete li {
  592. background: #fff;
  593. color: #000;
  594. white-space: pre;
  595. cursor: default;
  596. }
  597. #autocomplete li.selected {
  598. background: #0072b9;
  599. color: #fff;
  600. }
  601. /* Animated throbber */
  602. html.js input.form-autocomplete {
  603. background-image: url(throbber.gif);
  604. background-repeat: no-repeat;
  605. background-position: 100% 2px;
  606. }
  607. html.js input.throbbing {
  608. background-position: 100% -18px;
  609. }
  610. /*
  611. ** Progressbar styles
  612. */
  613. .progress {
  614. font-weight: bold;
  615. }
  616. .progress .bar {
  617. background: #fff url(progress.gif);
  618. border: 1px solid #00375a;
  619. height: 1.5em;
  620. margin-top: 0.2em;
  621. }
  622. .progress .filled {
  623. background: #0072b9;
  624. height: 1em;
  625. border-bottom: 0.5em solid #004a73;
  626. width: 0%;
  627. }
  628. .progress .percentage {
  629. float: right;
  630. }
  631. /*
  632. ** Collapsing fieldsets
  633. */
  634. html.js fieldset.collapsed {
  635. border-bottom-width: 0;
  636. border-left-width: 0;
  637. border-right-width: 0;
  638. margin-bottom: 0;
  639. }
  640. html.js fieldset.collapsed * {
  641. display: none;
  642. }
  643. html.js fieldset.collapsed table *,
  644. html.js fieldset.collapsed legend,
  645. html.js fieldset.collapsed legend * {
  646. display: inline;
  647. }
  648. html.js fieldset.collapsible legend a {
  649. padding-left: 15px;
  650. background: url(menu-expanded.png) 5px 50% no-repeat;
  651. }
  652. html.js fieldset.collapsed legend a {
  653. background-image: url(menu-collapsed.png);
  654. }
  655. /* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
  656. * html.js fieldset.collapsible legend a {
  657. display: block;
  658. }
  659. /*
  660. ** Resizable text areas
  661. */
  662. .resizable-textarea {
  663. width: 95%;
  664. }
  665. .resizable-textarea .grippie {
  666. height: 14px;
  667. background: #eee url(grippie.png) no-repeat 100% 100%;
  668. border: 1px solid #ddd;
  669. border-top-width: 0;
  670. cursor: s-resize;
  671. }
  672. /*
  673. ** Formatting for welcome page
  674. */
  675. #first-time strong {
  676. display: block;
  677. padding: 1.5em 0 .5em;
  678. }