style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  1. /**
  2. * Themetastic, for Drupal 5.0
  3. * Stefan Nagtegaal, iStyledThis [dot] nl
  4. * Steven Wittens, acko [dot] net`
  5. *
  6. * If you use a customized color scheme, you must regenerate it after
  7. * modifying this file.
  8. */
  9. /**
  10. * Generic elements
  11. */
  12. body {
  13. margin: 0;
  14. padding: 0;
  15. background: #edf5fa;
  16. font: 12px/170% Verdana;
  17. color: #494949;
  18. }
  19. input {
  20. font: 12px/100% "Verdana";
  21. color: #494949;
  22. }
  23. textarea, select {
  24. font: 12px/160% "Verdana";
  25. color: #494949;
  26. }
  27. h1, h2, h3, h4, h5, h6 {
  28. margin: 0;
  29. padding: 0;
  30. font-weight: normal;
  31. font-family: Arial, Helvetica, sans-serif;
  32. }
  33. h1 {
  34. font-size: 170%;
  35. }
  36. h2 {
  37. font-size: 160%;
  38. line-height: 130%;
  39. }
  40. h3 {
  41. font-size: 140%;
  42. }
  43. h4 {
  44. font-size: 130%;
  45. }
  46. h5 {
  47. font-size: 120%;
  48. }
  49. h6 {
  50. font-size: 110%;
  51. }
  52. ul, quote, code, fieldset {
  53. margin: .5em 0;
  54. clear: both;
  55. }
  56. p {
  57. margin: 0.6em 0 1.2em;
  58. padding: 0;
  59. }
  60. a:link, a:visited {
  61. color: #027AC6;
  62. text-decoration: none;
  63. }
  64. a:hover {
  65. color: #0062A0;
  66. text-decoration: underline;
  67. }
  68. a:active, a.active {
  69. color: #5895be;
  70. }
  71. hr {
  72. margin: 0;
  73. padding: 0;
  74. border: none;
  75. height: 1px;
  76. background: #5294c1;
  77. }
  78. ul {
  79. margin: 0.5em 0 1em;
  80. padding: 0;
  81. }
  82. ul li {
  83. margin: 0.4em 0 0.4em .5em;
  84. }
  85. ul.menu, .item-list ul {
  86. margin: 0.35em 0 0 -0.5em;
  87. padding: 0;
  88. }
  89. ul.menu ul, .item-list ul ul {
  90. margin-left: 0em;
  91. }
  92. ul li, ul.menu li, .item-list ul li, li.leaf {
  93. margin: 0.15em 0 0.15em .5em;
  94. }
  95. ul li, ul.menu li, .item-list ul li, li.leaf {
  96. padding: 0 0 .2em 1.5em;
  97. list-style-type: none;
  98. list-style-image: none;
  99. background: transparent url("images/menu-leaf.gif") no-repeat 1px .35em;
  100. }
  101. ul li.expanded {
  102. background: transparent url("images/menu-expanded.gif") no-repeat 1px .35em;
  103. }
  104. ul li.collapsed {
  105. background: transparent url("images/menu-collapsed.gif") no-repeat 0px .35em;
  106. }
  107. ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  108. display: block;
  109. }
  110. ul.inline li {
  111. background: none;
  112. margin: 0;
  113. padding: 0 1em 0 0;
  114. }
  115. fieldset ul.clear-block li {
  116. margin: 0;
  117. padding: 0;
  118. background-image: none;
  119. }
  120. dl {
  121. margin: 0.5em 0 1em 1.5em;
  122. }
  123. dl dt {
  124. }
  125. dl dd {
  126. margin: 0 0 .5em 1.5em;
  127. }
  128. img, a img {
  129. border: none;
  130. }
  131. table {
  132. margin: 1em 0;
  133. width: 100%;
  134. }
  135. thead th {
  136. border-bottom: 2px solid #d3e7f4;
  137. color: #494949;
  138. font-weight: bold;
  139. }
  140. th a:link, th a:visited {
  141. color: #6f9dbd;
  142. }
  143. td, th {
  144. padding: .3em .5em;
  145. }
  146. tr.even, tr.odd, tbody th {
  147. border: solid #d3e7f4;
  148. border-width: 1px 0;
  149. }
  150. tr.odd, tr.info {
  151. background-color: #edf5fa;
  152. }
  153. tr.even {
  154. background-color: #fff;
  155. }
  156. tr.odd td.active {
  157. background-color: #ddecf5;
  158. }
  159. tr.even td.active {
  160. background-color: #e6f1f7;
  161. }
  162. td.region, td.module, td.container {
  163. border-top: 1.5em solid #fff;
  164. border-bottom: 1px solid #b4d7f0;
  165. background-color: #d4e7f3;
  166. color: #455067;
  167. font-weight: bold;
  168. }
  169. tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  170. border-top-width: 0;
  171. }
  172. span.form-required {
  173. color: #ffae00;
  174. }
  175. span.submitted, .description {
  176. font-size: 0.92em;
  177. color: #898989;
  178. }
  179. .description {
  180. line-height: 150%;
  181. margin-bottom: 0.75em;
  182. color: #898989;
  183. }
  184. .messages, .preview {
  185. margin: .75em 0 .75em;
  186. padding: .5em 1em;
  187. }
  188. .messages ul {
  189. margin: 0;
  190. }
  191. .form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  192. margin: 0.25em 0;
  193. }
  194. #center form {
  195. margin-bottom: 2em;
  196. }
  197. .form-button, .form-submit {
  198. margin: 2em 0.5em 1em 0;
  199. }
  200. .confirmation .form-submit,
  201. .search-form .form-submit,
  202. .poll .form-submit,
  203. fieldset .form-button, fieldset .form-submit,
  204. .sidebar .form-button, .sidebar .form-submit,
  205. table .form-button, table .form-submit {
  206. margin: 0;
  207. }
  208. .box {
  209. margin-bottom: 2.5em;
  210. }
  211. /**
  212. * Layout
  213. */
  214. #navigation {
  215. height: 1em;
  216. background: url("images/bg-navigation.png") repeat-x 50% 100%;
  217. }
  218. #wrapper {
  219. background: #edf5fa url("images/body.png") repeat-x 50% 0;
  220. }
  221. #wrapper #container {
  222. margin: 0 auto;
  223. padding: 0 20px;
  224. max-width: 1270px;
  225. }
  226. #wrapper #container #header {
  227. height: 80px;
  228. }
  229. #wrapper #container #header #logo-floater {
  230. position: absolute;
  231. }
  232. #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  233. line-height: 120px;
  234. position: relative;
  235. z-index: 2;
  236. white-space: nowrap;
  237. }
  238. #wrapper #container #header h1 span {
  239. font-weight: bold;
  240. }
  241. #wrapper #container #header h1 img {
  242. padding-top: 16px;
  243. padding-right: 20px;
  244. float: left;
  245. }
  246. /* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
  247. body.sidebars {
  248. min-width: 980px;
  249. }
  250. /* With 2 columsn, require a minimum width of 800px. */
  251. body.sidebar-left, body.sidebar-right {
  252. min-width: 780px;
  253. }
  254. /* We must define 100% width to avoid the body being too narrow for near-empty pages */
  255. #wrapper #container #center {
  256. float: left;
  257. width: 100%;
  258. }
  259. /* So we move the #center container over the sidebars to compensate */
  260. body.sidebar-left #center {
  261. margin-left: -210px;
  262. }
  263. body.sidebar-right #center {
  264. margin-right: -210px;
  265. }
  266. body.sidebars #center {
  267. margin: 0 -210px;
  268. }
  269. /* And add blanks left and right for the sidebars to fill */
  270. body.sidebar-left #squeeze {
  271. margin-left: 210px;
  272. }
  273. body.sidebar-right #squeeze {
  274. margin-right: 210px;
  275. }
  276. body.sidebars #squeeze {
  277. margin: 0 210px;
  278. }
  279. /* We ensure the sidebars are still clickable using z-index */
  280. #wrapper #container .sidebar {
  281. margin: 60px 0 5em;
  282. width: 210px;
  283. float: left;
  284. z-index: 2;
  285. position: relative;
  286. }
  287. #wrapper #container .sidebar .block {
  288. margin: 0 0 1.5em 0;
  289. }
  290. #sidebar-left .block {
  291. padding: 0 15px 0 0px;
  292. }
  293. #sidebar-right .block {
  294. padding: 0 0px 0 15px;
  295. }
  296. .block .content {
  297. margin: 0.5em 0;
  298. }
  299. #sidebar-left .block-region {
  300. margin: 0 15px 0 0px;
  301. }
  302. #sidebar-right .block-region {
  303. margin: 0 0px 0 15px;
  304. }
  305. .block-region {
  306. padding: 1em;
  307. background: transparent;
  308. border: 2px dashed #b4d7f0;
  309. text-align: center;
  310. font-size: 1.3em;
  311. }
  312. /* Now we add the backgrounds for the main content shading */
  313. #wrapper #container #center #squeeze {
  314. background: #fff url("images/bg-content.png") repeat-x 50% 0;
  315. position: relative;
  316. }
  317. #wrapper #container #center .right-corner {
  318. background: transparent url("images/bg-content-right.png") no-repeat 100% 0;
  319. position: relative;
  320. left: 10px;
  321. }
  322. #wrapper #container #center .right-corner .left-corner {
  323. padding: 60px 25px 5em 35px;
  324. background: transparent url("images/bg-content-left.png") no-repeat 0 0;
  325. margin-left: -10px;
  326. position: relative;
  327. left: -10px;
  328. min-height: 400px;
  329. }
  330. #wrapper #container #footer {
  331. float: none;
  332. clear: both;
  333. text-align: center;
  334. margin: 4em 0 -3em;
  335. color: #898989;
  336. }
  337. #wrapper #container .breadcrumb {
  338. position: absolute;
  339. top: 15px;
  340. left: 35px;
  341. z-index: 3;
  342. }
  343. body.sidebar-left #footer {
  344. margin-left: -210px;
  345. }
  346. body.sidebar-right #footer {
  347. margin-right: -210px;
  348. }
  349. body.sidebars #footer {
  350. margin: 0 -210px;
  351. }
  352. /**
  353. * Header
  354. */
  355. #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  356. color: #fff;
  357. font-weight: normal;
  358. text-shadow: #1659ac 0px 1px 3px;
  359. font-size: 1.5em;
  360. }
  361. #wrapper #container #header h1 a:hover {
  362. text-decoration: none;
  363. }
  364. #wrapper #container .breadcrumb {
  365. font-size: 0.92em;
  366. }
  367. #wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  368. color: #529ad6;
  369. }
  370. #mission {
  371. padding: 1em;
  372. background-color: #fff;
  373. border: 1px solid #e0e5fb;
  374. margin-bottom: 1em;
  375. }
  376. /**
  377. * Primary navigation
  378. */
  379. ul.primary-links {
  380. margin: 0;
  381. padding: 0;
  382. float: right;
  383. position: relative;
  384. z-index: 4;
  385. }
  386. ul.primary-links li {
  387. margin: 0;
  388. padding: 0;
  389. float: left;
  390. background-image: none;
  391. }
  392. ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  393. display: block;
  394. margin: 0 1em;
  395. padding: .75em 0 0;
  396. color: #fff;
  397. background: transparent url("images/bg-navigation-item.png") no-repeat 50% 0;
  398. }
  399. ul.primary-links li a:hover, ul.primary-links li a.active {
  400. color: #fff;
  401. background: transparent url("images/bg-navigation-item-hover.png") no-repeat 50% 0;
  402. }
  403. /**
  404. * Secondary navigation
  405. */
  406. ul.secondary-links {
  407. margin: 0;
  408. padding: 20px 0 0;
  409. float: right;
  410. clear: right;
  411. position: relative;
  412. z-index: 4;
  413. }
  414. ul.secondary-links li {
  415. margin: 0;
  416. padding: 0;
  417. float: left;
  418. background-image: none;
  419. }
  420. ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  421. display: block;
  422. margin: 0 1em;
  423. padding: .75em 0 0;
  424. color: #cde3f1;
  425. background: transparent;
  426. }
  427. ul.secondary-links li a:hover, ul.secondary-links li a.active {
  428. color: #cde3f1;
  429. background: transparent;
  430. }
  431. /**
  432. * Local tasks
  433. */
  434. ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  435. border: 0;
  436. background: none;
  437. margin: 0;
  438. padding: 0;
  439. }
  440. #tabs-wrapper {
  441. margin: 0 -26px 1em;
  442. padding: 0 26px;
  443. border-bottom: 1px solid #e9eff3;
  444. position: relative;
  445. }
  446. ul.primary {
  447. padding: 0.5em 0 10px;
  448. float: left;
  449. }
  450. ul.secondary {
  451. clear: both;
  452. text-align: left;
  453. border-bottom: 1px solid #e9eff3;
  454. margin: -0.2em -26px 1em;
  455. padding: 0 26px 0.6em;
  456. }
  457. h2.with-tabs {
  458. float: left;
  459. margin: 0 2em 0 0;
  460. padding: 0;
  461. }
  462. ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
  463. ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  464. border: 0;
  465. background: transparent;
  466. padding: 4px 1em;
  467. margin: 0 0 0 1px;
  468. height: auto;
  469. text-decoration: none;
  470. position: relative;
  471. top: -1px;
  472. }
  473. ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
  474. ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  475. background: url('images/bg-tab.png') repeat-x 0 50%;
  476. color: #fff;
  477. }
  478. ul.primary li.active a,
  479. ul.secondary li.active a {
  480. font-weight: bold;
  481. }
  482. /**
  483. * Nodes & comments
  484. */
  485. .node {
  486. border-bottom: 1px solid #e9eff3;
  487. margin: -1.5em -26px 1.5em;
  488. padding: 1.5em 26px;
  489. }
  490. ul.links li, ul.inline li {
  491. margin-left: 0;
  492. margin-right: 0;
  493. padding-left: 0;
  494. padding-right: 1em;
  495. background-image: none;
  496. }
  497. .node .links, .comment .links {
  498. text-align: left;
  499. }
  500. .node .links ul.links li, .comment .links ul.links li {}
  501. .terms ul.links li {
  502. margin-left: 0;
  503. margin-right: 0;
  504. padding-right: 0;
  505. padding-left: 1em;
  506. }
  507. .picture, .comment .submitted {
  508. float: right;
  509. clear: right;
  510. padding-left: 1em;
  511. }
  512. .new {
  513. color: #ffae00;
  514. font-size: 0.92em;
  515. font-weight: bold;
  516. float: right;
  517. }
  518. .terms {
  519. float: right;
  520. }
  521. .preview .node, .preview .comment, .sticky {
  522. margin: 0;
  523. padding: 0.5em 0;
  524. border: 0;
  525. background: 0;
  526. }
  527. .sticky {
  528. padding: 1em;
  529. background-color: #fff;
  530. border: 1px solid #e0e5fb;
  531. margin-bottom: 2em;
  532. }
  533. #comments {
  534. position: relative;
  535. top: -1px;
  536. border-bottom: 1px solid #e9eff3;
  537. margin: -1.5em -25px 0;
  538. padding: 0 25px;
  539. }
  540. #comments h2.comments {
  541. margin: 0 -25px;
  542. padding: .5em 25px;
  543. background: #fff url("images/gradient-inner.png") repeat-x 0 0;
  544. }
  545. .comment {
  546. margin: 0 -25px;
  547. padding: 1.5em 25px 1.5em;
  548. border-top: 1px solid #e9eff3;
  549. }
  550. .indented {
  551. margin-left: 25px;
  552. }
  553. .comment h3 a.active {
  554. color: #494949;
  555. }
  556. .node .content, .comment .content {
  557. margin: 0.6em 0;
  558. }
  559. /**
  560. * Aggregator.module
  561. */
  562. #aggregator {
  563. margin-top: 1em;
  564. }
  565. #aggregator .feed-item-title {
  566. font-size: 160%;
  567. line-height: 130%;
  568. }
  569. #aggregator .feed-item {
  570. border-bottom: 1px solid #e9eff3;
  571. margin: -1.5em -31px 1.75em;
  572. padding: 1.5em 31px;
  573. }
  574. #aggregator .feed-item-categories {
  575. font-size: 0.92em;
  576. }
  577. #aggregator .feed-item-meta {
  578. font-size: 0.92em;
  579. color: #898989;
  580. }
  581. /**
  582. * Color.module
  583. */
  584. #palette .form-item {
  585. border: 1px solid #fff;
  586. }
  587. #palette .item-selected {
  588. background: #fff url("images/gradient-inner.png") repeat-x 0 0;
  589. border: 1px solid #d9eaf5;
  590. }
  591. /**
  592. * Menu.module
  593. */
  594. tr.odd td.menu-disabled {
  595. background-color: #edf5fa;
  596. }
  597. tr.even td.menu-disabled {
  598. background-color: #fff;
  599. }
  600. /*
  601. td.menu-disabled {
  602. opacity: 0.5;
  603. }
  604. */
  605. /**
  606. * Poll.module
  607. */
  608. .poll .bar {
  609. background: #fff url("images/bg-bar-white.png") repeat-x 0 0;
  610. border: solid #f0f0f0;
  611. border-width: 0 1px 1px;
  612. }
  613. .poll .bar .foreground {
  614. background: #71a7cc url("images/bg-bar.png") repeat-x 0 100%;
  615. }
  616. .poll .percent {
  617. font-size: .9em;
  618. }
  619. /**
  620. * Autocomplete.
  621. */
  622. #autocomplete li {
  623. cursor: default;
  624. padding: 2px;
  625. margin: 0;
  626. }
  627. /**
  628. * Collapsible fieldsets
  629. */
  630. fieldset {
  631. margin: 1em 0;
  632. padding: 1em;
  633. border: 1px solid #d9eaf5;
  634. background: #fff url("images/gradient-inner.png") repeat-x 0 0;
  635. clear: both; /* Caleb G */
  636. }
  637. html.js fieldset.collapsed {
  638. background: transparent;
  639. padding-top: 0;
  640. padding-bottom: 3px;
  641. }
  642. html.js fieldset.collapsible legend a {
  643. padding-left: 2em;
  644. background: url("images/menu-expanded.gif") no-repeat 0% 50%;
  645. }
  646. html.js fieldset.collapsed legend a {
  647. background: url("images/menu-collapsed.gif") no-repeat 0% 50%;
  648. }
  649. /**
  650. * Syndication Block
  651. */
  652. #block-node-0 h2 {
  653. float: left;
  654. padding-right: 20px;
  655. }
  656. #block-node-0 img {
  657. float: right;
  658. padding-top: 4px;
  659. }
  660. #block-node-0 .content {
  661. clear: right;
  662. }
  663. /**
  664. * Login Block
  665. */
  666. #user-login-form {
  667. text-align: center;
  668. }
  669. #user-login-form ul {
  670. text-align: left;
  671. }
  672. /**
  673. * Admin Styles
  674. */
  675. div.admin-panel,
  676. div.admin-panel .description,
  677. div.admin-panel .body,
  678. div.admin,
  679. div.admin .left,
  680. div.admin .right,
  681. div.admin .expert-link,
  682. div.item-list,
  683. .menu {
  684. margin: 0;
  685. padding: 0;
  686. }
  687. div.admin .left {
  688. float: left;
  689. width: 48%;
  690. }
  691. div.admin .right {
  692. float: right;
  693. width: 48%;
  694. }
  695. div.admin-panel {
  696. background: #fff url("images/gradient-inner.png") repeat-x 0 0;
  697. padding: 1em 1em 1.5em;
  698. }
  699. div.admin-panel .description {
  700. margin-bottom: 1.5em;
  701. }
  702. div.admin-panel dl {
  703. margin: 0;
  704. }
  705. div.admin-panel dd {
  706. color: #898989;
  707. font-size: 0.92em;
  708. line-height: 1.3em;
  709. margin-top: -.2em;
  710. margin-bottom: .65em;
  711. }
  712. table.system-status-report th {
  713. border-color: #d3e7f4;
  714. }
  715. /**
  716. * CSS support
  717. */
  718. span.clear {
  719. display: block;
  720. clear: both;
  721. height: 1px;
  722. line-height: 0px;
  723. font-size: 0px;
  724. margin-bottom: -1px;
  725. }
  726. /*******************************************************************
  727. * Color Module: Don't touch *
  728. *******************************************************************/
  729. /**
  730. * Generic elements.
  731. */
  732. .messages {
  733. background-color: #fff;
  734. border: 1px solid #b8d3e5;
  735. }
  736. .preview {
  737. background-color: #fcfce8;
  738. border: 1px solid #e5e58f;
  739. }
  740. div.status {
  741. color: #3a3;
  742. border-color: #c7f2c8;
  743. }
  744. div.error {
  745. color: #c52020;
  746. }
  747. .form-item input.error, .form-item textarea.error {
  748. border: 1px solid #c52020;
  749. color: #494949;
  750. }
  751. /**
  752. * Watchdog.module
  753. */
  754. tr.watchdog-user {
  755. background-color: #fcf9e5;
  756. }
  757. tr.watchdog-user td.active {
  758. background-color: #fbf5cf;
  759. }
  760. tr.watchdog-content {
  761. background-color: #fefefe;
  762. }
  763. tr.watchdog-content td.active {
  764. background-color: #f5f5f5;
  765. }
  766. tr.watchdog-warning {
  767. background-color: #fdf5e6;
  768. }
  769. tr.watchdog-warning td.active {
  770. background-color: #fdf2de;
  771. }
  772. tr.watchdog-error {
  773. background-color: #fbe4e4;
  774. }
  775. tr.watchdog-error td.active {
  776. background-color: #fbdbdb;
  777. }
  778. tr.watchdog-page-not-found, tr.watchdog-access-denied {
  779. background: #d7ffd7;
  780. }
  781. tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  782. background: #c7eec7;
  783. }
  784. /**
  785. * Status report colors.
  786. */
  787. table.system-status-report tr.error, table.system-status-report tr.error th {
  788. background-color: #fcc;
  789. border-color: #ebb;
  790. color: #200;
  791. }
  792. table.system-status-report tr.warning, table.system-status-report tr.warning th {
  793. background-color: #ffd;
  794. border-color: #eeb;
  795. }
  796. table.system-status-report tr.ok, table.system-status-report tr.ok th {
  797. background-color: #dfd;
  798. border-color: #beb;
  799. }
  800. /*
  801. ** Markup free clearing
  802. ** Details: http://www.positioniseverything.net/easyclearing.html
  803. */
  804. .clear-block:after {
  805. content: ".";
  806. display: block;
  807. height: 0;
  808. clear: both;
  809. visibility: hidden;
  810. }
  811. .clear-block {
  812. display: inline-block;
  813. }
  814. /* Hides from IE-mac \*/
  815. * html .clear-block {
  816. height: 1%;
  817. }
  818. .clear-block {
  819. display: block;
  820. }
  821. /* End hide from IE-mac */