base.css 7.3 KB

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