base.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. body {
  2. font-family: Cantarell;
  3. letter-spacing: -0.01em;
  4. }
  5. a:link, a:visited {
  6. text-decoration: none;
  7. }
  8. h1 {
  9. font-weight: bold;
  10. font-size: 220%;
  11. float: left;
  12. margin-top: 5px;
  13. }
  14. h2 {
  15. font-size:200%;
  16. margin-bottom:10px;
  17. }
  18. h2.ribbon {
  19. padding: 15px 30px;
  20. position: relative;
  21. left: -55px;
  22. float: left;
  23. margin: 20px 0;
  24. border-radius: 3px 3px 3px 0px;
  25. -moz-border-radius: 3px 3px 3px 0px;
  26. -webkit-border-radius: 3px 3px 3px 0px;
  27. width: 890px;
  28. }
  29. .triangle-ribbon {
  30. /* border-right-color is overwritten by theme */
  31. border: 13px solid transparent;
  32. height: 0;
  33. position: relative;
  34. width: 0;
  35. float: left;
  36. clear: left;
  37. left: -67px;
  38. top: -33px;
  39. z-index: -1;
  40. }
  41. h2 span {
  42. position:absolute;
  43. right:25px;
  44. font-size:80%;
  45. margin:3px 0 0;
  46. }
  47. h3 {
  48. font-size:180%;
  49. font-weight: bold;
  50. margin-bottom:15px;
  51. }
  52. h4 {
  53. font-size:128%;
  54. font-weight: bold;
  55. margin-bottom:20px;
  56. color:#333333;
  57. }
  58. h5 {
  59. font-size:100%;
  60. }
  61. h5.inline {
  62. float:left;
  63. margin-right:10px;
  64. }
  65. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  66. margin-right:5px;
  67. vertical-align:-2px;
  68. }
  69. .cl {
  70. background: none;
  71. border: 0;
  72. clear: both;
  73. display: block;
  74. float: none;
  75. font-size: 0;
  76. list-style: none;
  77. margin: 0;
  78. padding: 0;
  79. overflow: hidden;
  80. visibility: hidden;
  81. width: 0;
  82. height: 0;
  83. }
  84. nav {
  85. float: left;
  86. }
  87. nav ul {
  88. line-height: 100%;
  89. margin: 0 auto;
  90. padding: 10px;
  91. width: 100%;
  92. }
  93. nav ul li {
  94. display: inline-block;
  95. list-style: none;
  96. z-index: 100;
  97. margin-left: 15px;
  98. }
  99. nav a {
  100. font-weight: bold;
  101. text-decoration: none;
  102. display: block;
  103. padding: 8px 12px;
  104. font-size:113%;
  105. -webkit-border-radius: 3px;
  106. -moz-border-radius: 3px;
  107. border-radius: 3px;
  108. }
  109. nav a:hover {
  110. background: #000;
  111. color: #000;
  112. }
  113. nav .current a, nav li:hover > a {
  114. background: #e5e5e5;
  115. color: #444;
  116. border-top: solid 1px #cccccc;
  117. border-left: solid 1px #cccccc;
  118. border-right:1px solid #e0e0e0;
  119. border-bottom:1px solid #e0e0e0;
  120. padding:7px 11px 8px;
  121. text-shadow:0 1px 0 #FFFFFF;
  122. }
  123. nav ul li:first-child > a {
  124. -webkit-border-top-left-radius: 3px;
  125. -moz-border-radius-topleft: 3px;
  126. -webkit-border-top-right-radius: 3px;
  127. -moz-border-radius-topright: 3px;
  128. }
  129. nav ul li:last-child > a {
  130. -webkit-border-bottom-left-radius: 3px;
  131. -moz-border-radius-bottomleft: 3px;
  132. -webkit-border-bottom-right-radius: 3px;
  133. -moz-border-radius-bottomright: 3px;
  134. }
  135. header {
  136. width: 980px;
  137. margin: 25px auto 20px;
  138. }
  139. footer {
  140. padding: 10px 0;
  141. width: 980px;
  142. margin: 25px auto 20px;
  143. }
  144. #page {
  145. background: #fff;
  146. color: #191919;
  147. border: 1px solid #d9d9d9;
  148. padding: 40px;
  149. position: relative;
  150. width: 898px;
  151. margin: 0 auto;
  152. z-index: 1;
  153. border-radius: 3px;
  154. -moz-border-radius: 3px;
  155. -webkit-border-radius: 3px;
  156. }
  157. #page-content.two-col {
  158. float:left;
  159. padding-right:35px;
  160. width:600px;
  161. display:inline;
  162. }
  163. .breadcrumbs {
  164. margin:0 0 20px;
  165. list-style:none;
  166. padding:10px 15px;
  167. background:#f2f2f2;
  168. border:1px solid #D9D9D9;
  169. font-size:93%;
  170. color:#333333;
  171. border-radius:3px;
  172. -moz-border-radius:3px;
  173. -webkit-border-radius:3px;
  174. }
  175. .breadcrumbs li {
  176. display:inline;
  177. }
  178. .inlinepic {
  179. background:#fafafa;
  180. border:1px solid #ccc;
  181. padding:5px;
  182. box-shadow:0 0 5px #D9D9D9;
  183. -moz-box-shadow:0 0 5px #D9D9D9;
  184. -webkit-box-shadow:0 0 5px #D9D9D9;
  185. }
  186. blockquote {
  187. background:url("../img/quote.gif") no-repeat 0 5px;
  188. color:#444444;
  189. line-height:1.6;
  190. padding:5px 20px 10px 45px;
  191. margin-bottom:20px;
  192. }
  193. blockquote cite {
  194. color:#666666;
  195. font-size:12px;
  196. font-style:italic;
  197. }
  198. p {
  199. line-height:1.6;
  200. margin-bottom:20px;
  201. }
  202. .list {
  203. margin-bottom:15px;
  204. }
  205. .list li {
  206. margin-bottom:5px;
  207. padding:0;
  208. }
  209. .list ul {
  210. margin-bottom:15px;
  211. }
  212. .tags {
  213. margin:0 0 15px;
  214. list-style:none;
  215. }
  216. .tags li {
  217. display:inline;
  218. background:#D9D9D9;
  219. margin-right:10px;
  220. font-size:85%;
  221. padding:3px 6px;
  222. border-radius:20px;
  223. -moz-border-radius:20px;
  224. -webkit-border-radius:20px;
  225. }
  226. .search {
  227. float: right;
  228. margin-top: 5px;
  229. }
  230. body.ie7 form, body.ie8 {
  231. margin-bottom:40px;
  232. }
  233. form p {
  234. margin-bottom:15px;
  235. }
  236. form input, form textarea {
  237. padding: 7px 5px;
  238. border: 1px solid #ccc;
  239. border-radius: 3px;
  240. -moz-border-radius: 3px;
  241. -webkit-border-radius: 3px;
  242. }
  243. input[type="button"], input[type="submit"], button {
  244. cursor: pointer;
  245. display: inline-block;
  246. font-weight: 700;
  247. outline: none;
  248. width: auto;
  249. text-align: center;
  250. vertical-align: middle;
  251. background: #ddd;
  252. color: #444;
  253. text-shadow: 0 -1px 0 #eee;
  254. border-radius: 3px;
  255. -moz-border-radius: 3px;
  256. -webkit-border-radius: 3px;
  257. }
  258. input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  259. background: #eee;
  260. }
  261. div#login {
  262. text-align: center;
  263. }
  264. div#login label, input {
  265. margin: 5px;
  266. }
  267. .notification.success {
  268. background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px;
  269. border-color:#a6d50f;
  270. }
  271. .notification.success span.strong {
  272. color:#283304;
  273. }
  274. .notification.error {
  275. background:#fecdc6 url('../img/icons/error.png') no-repeat 10px 10px;
  276. border-color:#f45d43;
  277. }
  278. .notification.error span.strong {
  279. color:#33130e;
  280. }
  281. .notification.warning {
  282. background:#ffecb0 url('../img/icons/warning.png') no-repeat 10px 10px;
  283. border-color:#ffbc2a;
  284. }
  285. .notification.warning span.strong {
  286. color:#332508;
  287. }
  288. .notification.info {
  289. background:#d4e7f5 url('../img/icons/information.png') no-repeat 10px 10px;
  290. border-color:#589ad7;
  291. }
  292. .notification.info span.strong {
  293. color:#152433;
  294. }
  295. .notification.tip {
  296. background:#ffeccd url('../img/icons/tip.png') no-repeat 10px 10px;
  297. border-color:#dd9854;
  298. }
  299. .notification.tip span.strong {
  300. color:#332313;
  301. }
  302. .notification {
  303. padding:10px 10px 10px 35px;
  304. border:1px solid #fff;
  305. margin-bottom:10px;
  306. position:relative;
  307. font-size:100%;
  308. border-radius:3px;
  309. -moz-border-radius:3px;
  310. -webkit-border-radius:3px;
  311. }
  312. .notification p {
  313. margin-bottom:0;
  314. }
  315. .notification .close {
  316. background:url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
  317. cursor:pointer;
  318. display:block;
  319. height:16px;
  320. position:absolute;
  321. right:10px;
  322. top:10px;
  323. width:16px;
  324. }
  325. .notification .close:hover {
  326. opacity:1;
  327. }
  328. .notification.nopic {
  329. background-image:none;
  330. padding:10px;
  331. }
  332. .notification span.strong {
  333. margin-right:10px;
  334. }
  335. .pagination {
  336. display: inline-block;
  337. font-size: 77%;
  338. text-decoration: none;
  339. }
  340. .pagination a, .pagination .dots {
  341. background:url("../img/grad-grey.gif") repeat-x scroll center top #C3C3C3;
  342. border:1px solid #C3C3C3;
  343. display: inline-block;
  344. color:#444444 !important;
  345. margin-right: 2px;
  346. padding: 6px 8px;
  347. text-decoration:none;
  348. -moz-border-radius: 3px;
  349. -webkit-border-radius: 3px;
  350. border-radius: 3px;
  351. }
  352. .pagination a:hover {
  353. background: url("../img/grad-grey-hover.gif") repeat-x scroll center top #C3C3C3;
  354. color: #444444;
  355. }
  356. .pagination a.current {
  357. background: url("../img/grad-grey-rev.gif") repeat-x scroll center top #C3C3C3;
  358. color: #444444;
  359. }
  360. .pagination a.number.current {
  361. color: #444;
  362. }
  363. .table {
  364. border:1px solid #CCCCCC;
  365. width:100%;
  366. margin-bottom:20px;
  367. }
  368. .table thead th, .table thead td {
  369. padding:6px 10px;
  370. font-weight: 700;
  371. color: #333;
  372. background: #E2E2E2;
  373. border-bottom: 1px solid #cccccc;
  374. border-right:1px solid #CCCCCC;
  375. }
  376. .table thead th.last, .table thead td.last {
  377. border-right:0;
  378. }
  379. .table thead th.checkbox, .table thead td.checkbox {
  380. width:25px;
  381. }
  382. .table tbody th, .table tbody td {
  383. background:#fff;
  384. border-right:1px dotted #CCCCCC;
  385. vertical-align:middle;
  386. padding:10px;
  387. font-size:93%;
  388. }
  389. .table tbody tr.alt td {
  390. background:#F2F2F2;
  391. }
  392. .table tbody th.last, .table tbody td.last {
  393. border-right:0 none;
  394. }
  395. .table tbody tr.last td {
  396. border-bottom:0 none;
  397. }
  398. .table tbody tr:hover th, .table tbody tr:hover td {
  399. background:#d3ecf9;
  400. }