layout.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  1. /* Essentials */
  2. html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
  3. display: block;
  4. }
  5. html, body {
  6. height: 100%;
  7. margin: 0;
  8. padding: 0;
  9. font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  10. background: #F8F8F8;
  11. font-size: 12px;
  12. }
  13. h1, h2, h3, h4, h5, h6 {
  14. line-height: 16px;
  15. }
  16. .clear {
  17. clear: both;
  18. }
  19. .spacer {
  20. height: 20px;
  21. }
  22. a:link, a:visited {
  23. color: #77BACE;
  24. text-decoration: none;
  25. }
  26. a:hover {
  27. text-decoration: underline;
  28. }
  29. /* Header */
  30. header#header {
  31. height: 55px;
  32. width: 100%;
  33. background: #222222 url(../img/header_bg.png) repeat-x;
  34. }
  35. header#header h1.site_title, header#header h2.section_title {
  36. float: left;
  37. margin: 0;
  38. font-size: 22px;
  39. display: block;
  40. width: 15%;
  41. height: 55px;
  42. font-weight: normal;
  43. text-align: left;
  44. text-indent: 1.8%;
  45. line-height: 55px;
  46. color: #fff;
  47. text-shadow: 0 -1px 0 #000;
  48. }
  49. header#header h1.site_title a {
  50. color: #fff;
  51. text-decoration: none;
  52. }
  53. header#header h2.section_title {
  54. text-align: center;
  55. text-indent: 4.5%;
  56. width: 68%;
  57. background: url(../img/header_shadow.png) no-repeat left top;
  58. }
  59. .btn_view_site {
  60. float: left;
  61. width: 9%;
  62. }
  63. .btn_view_site a {
  64. display: block;
  65. margin-top: 12px;
  66. width: 91px;
  67. height: 27px;
  68. background: url(../img/btn_view_site.png) no-repeat;
  69. text-align: center;
  70. line-height: 29px;
  71. color: #fff;
  72. text-decoration: none;
  73. text-shadow: 0 -1px 0 #000;
  74. }
  75. .btn_view_site a:hover {
  76. background-position: 0 -27px;
  77. }
  78. /* Secondary Header Bar */
  79. section#secondary_bar {
  80. height: 38px;
  81. width: 100%;
  82. background: #F1F1F4 url(../img/secondary_bar.png) repeat-x;
  83. }
  84. section#secondary_bar .user {
  85. float: left;
  86. width: 15%;
  87. height: 38px;
  88. }
  89. .user p {
  90. margin: 0;
  91. padding: 0;
  92. color: #666666;
  93. font-weight: bold;
  94. display: block;
  95. float: left;
  96. width: 85%;
  97. height: 35px;
  98. line-height: 35px;
  99. text-indent: 25px;
  100. text-shadow: 0 1px 0 #fff;
  101. background: url(../img/icn_user.png) no-repeat center left;
  102. margin-left: 6%;
  103. }
  104. .user a {
  105. text-decoration: none;
  106. color: #666666;
  107. }
  108. .user a:hover {
  109. color: #77BACE;
  110. }
  111. .user a.logout_user {
  112. float: left;
  113. display: block;
  114. width: 16px;
  115. height: 35px;
  116. text-indent: -5000px;
  117. background: url(../img/icn_logout.png) center no-repeat;
  118. }
  119. /* Breadcrumbs */
  120. section#secondary_bar .breadcrumbs_container {
  121. float: left;
  122. width: 85%;
  123. background: url(../img/secondary_bar_shadow.png) no-repeat left top;
  124. height: 38px;
  125. }
  126. article.breadcrumbs {
  127. float: left;
  128. padding: 0 10px;
  129. border: 1px solid #ccc;
  130. -webkit-border-radius: 5px;
  131. -moz-border-radius: 5px;
  132. border-radius: 5px;
  133. -webkit-box-shadow: 0 1px 0 #fff;
  134. -moz-box-shadow: 0 1px 0 #fff;
  135. box-shadow: 0 1px 0 #fff;
  136. height: 23px;
  137. margin: 4px 3%;
  138. }
  139. .breadcrumbs a {
  140. display: inline-block;
  141. float: left;
  142. height: 24px;
  143. line-height: 23px;
  144. }
  145. .breadcrumbs a.current, .breadcrumbs a.current:hover {
  146. color: #9E9E9E;
  147. font-weight: bold;
  148. text-shadow: 0 1px 0 #fff;
  149. text-decoration: none;
  150. }
  151. .breadcrumbs a:link, .breadcrumbs a:visited {
  152. color: #44474F;
  153. text-decoration: none;
  154. text-shadow: 0 1px 0 #fff;
  155. font-weight: bold;
  156. }
  157. .breadcrumbs a:hover {
  158. color: #222222;
  159. }
  160. .breadcrumb_divider {
  161. display: inline-block;
  162. width: 12px;
  163. height: 24px;
  164. background: url(../img/breadcrumb_divider.png) no-repeat;
  165. float: left;
  166. margin: 0 5px;
  167. }
  168. /* Sidebar */
  169. aside#sidebar {
  170. width: 15%;
  171. background: #E0E0E3 url(../img/sidebar.png) repeat;
  172. float: left;
  173. min-height: 500px;
  174. margin-top: -4px;
  175. }
  176. #sidebar hr {
  177. border: none;
  178. outline: none;
  179. background: url(../img/sidebar_divider.png) repeat-x;
  180. display: block;
  181. width: 100%;
  182. height: 2px;
  183. margin: 0px;
  184. }
  185. /* Search */
  186. .quick_search {
  187. text-align: center;
  188. padding: 14px 0 10px 0;
  189. margin: 0px;
  190. }
  191. .quick_search input[type=text] {
  192. -webkit-border-radius: 20px;
  193. -moz-border-radius: 20px;
  194. border-radius: 20px;
  195. border: 1px solid #bbb;
  196. height: 26px;
  197. width: 90%;
  198. color: #ccc;
  199. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  200. -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  201. box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  202. text-indent: 30px;
  203. background: #fff url(../img/icn_search.png) no-repeat;
  204. background-position: 10px 6px;
  205. padding: 0px;
  206. margin: 0px;
  207. }
  208. .quick_search input[type=text]:focus {
  209. outline: none;
  210. color: #666666;
  211. border: 1px solid #77BACE;
  212. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  213. -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  214. box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  215. }
  216. /* Sidebar Menu */
  217. #sidebar h3 {
  218. color: #1F1F20;
  219. text-transform: uppercase;
  220. text-shadow: 0 1px 0 #fff;
  221. font-size: 13px;
  222. margin: 10px 0 10px 6%;
  223. display: block;
  224. float: left;
  225. width: 90%;
  226. }
  227. .toggleLink {
  228. color: #999999;
  229. font-size: 10px;
  230. text-decoration: none;
  231. display: block;
  232. float: right;
  233. margin-right: 2%;
  234. }
  235. #sidebar .toggleLink:hover {
  236. color: #77BACE;
  237. text-decoration: none;
  238. }
  239. #sidebar ul {
  240. clear: both;
  241. margin: 0;
  242. padding: 0;
  243. }
  244. #sidebar li {
  245. list-style: none;
  246. margin: 0 0 0 12%;
  247. padding: 0;
  248. }
  249. #sidebar li a {
  250. color: #666666;
  251. padding-left: 25px;
  252. text-decoration: none;
  253. display: inline-block;
  254. height: 17px;
  255. line-height: 17px;
  256. text-shadow: 0 1px 0 #fff;
  257. margin: 2px 0;
  258. }
  259. #sidebar li a:hover {
  260. color: #444444;
  261. }
  262. /* Sidebar Icons */
  263. #sidebar li.icn_new_article a {
  264. background: url(../img/icn_new_article.png) no-repeat center left;
  265. }
  266. #sidebar li.icn_edit_article a {
  267. background: url(../img/icn_edit_article.png) no-repeat center left;
  268. }
  269. #sidebar li.icn_categories a {
  270. background: url(../img/icn_categories.png) no-repeat center left;
  271. }
  272. #sidebar li.icn_tags a {
  273. background: url(../img/icn_tags.png) no-repeat center left;
  274. }
  275. #sidebar li.icn_add_user a {
  276. background: url(../img/icn_add_user.png) no-repeat center left;
  277. }
  278. #sidebar li.icn_view_users a {
  279. background: url(../img/icn_view_users.png) no-repeat center left;
  280. }
  281. #sidebar li.icn_profile a {
  282. background: url(../img/icn_profile.png) no-repeat center left;
  283. }
  284. #sidebar li.icn_folder a {
  285. background: url(../img/icn_folder.png) no-repeat center left;
  286. }
  287. #sidebar li.icn_photo a {
  288. background: url(../img/icn_photo.png) no-repeat center left;
  289. }
  290. #sidebar li.icn_audio a {
  291. background: url(../img/icn_audio.png) no-repeat center left;
  292. }
  293. #sidebar li.icn_video a {
  294. background: url(../img/icn_video.png) no-repeat center left;
  295. }
  296. #sidebar li.icn_settings a {
  297. background: url(../img/icn_settings.png) no-repeat center left;
  298. }
  299. #sidebar li.icn_security a {
  300. background: url(../img/icn_security.png) no-repeat center left;
  301. }
  302. #sidebar li.icn_jump_back a {
  303. background: url(../img/icn_jump_back.png) no-repeat center left;
  304. }
  305. #sidebar p {
  306. color: #666666;
  307. padding-left: 6%;
  308. text-shadow: 0 1px 0 #fff;
  309. margin: 10px 0 0 0;
  310. }
  311. #sidebar a {
  312. color: #666666;
  313. text-decoration: none;
  314. }
  315. #sidebar a:hover {
  316. text-decoration: underline;
  317. }
  318. #sidebar footer {
  319. margin-top: 20%;
  320. }
  321. /* Main Content */
  322. section#main {
  323. width: 85%;
  324. min-height: 500px;
  325. background: url(../img/sidebar_shadow.png) repeat-y left top;
  326. float: left;
  327. margin-top: -2px;
  328. }
  329. #main h3 {
  330. color: #1F1F20;
  331. text-transform: uppercase;
  332. text-shadow: 0 1px 0 #fff;
  333. font-size: 13px;
  334. margin: 8px 20px;
  335. }
  336. /* Modules */
  337. .module {
  338. border: 1px solid #9BA0AF;
  339. width: 100%;
  340. margin: 20px 3% 0 3%;
  341. margin-top: 20px;
  342. -webkit-border-radius: 5px;
  343. -moz-border-radius: 5px;
  344. border-radius: 5px;
  345. background: #ffffff;
  346. }
  347. #main .module header h3 {
  348. display: block;
  349. width: 90%;
  350. float: left;
  351. }
  352. .module header {
  353. height: 38px;
  354. width: 100%;
  355. background: #F1F1F4 url(../img/secondary_bar.png) repeat-x;
  356. -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
  357. -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
  358. border-top-left-radius: 5px; border-top-right-radius: 5px;
  359. }
  360. .module footer {
  361. height: 32px;
  362. width: 100%;
  363. border-top: 1px solid #9CA1B0;
  364. background: #F1F1F4 url(../img/module_footer_bg.png) repeat-x;
  365. -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
  366. -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
  367. -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
  368. }
  369. .module_content {
  370. margin: 10px 20px;
  371. color: #666;
  372. }
  373. .module_content p {
  374. margin: 12px 0px 12px 0px;
  375. }
  376. /* Module Widths */
  377. .width_full {
  378. width: 95%;
  379. }
  380. .width_half {
  381. width: 46%;
  382. margin-right: 0;
  383. float: left;
  384. }
  385. .width_quarter {
  386. width: 26%;
  387. margin-right: 0;
  388. float: left;
  389. }
  390. .width_3_quarter {
  391. width: 66%;
  392. margin-right: 0;
  393. float: left;
  394. }
  395. /* Stats Module */
  396. .stats_graph {
  397. width: 64%;
  398. float: left;
  399. }
  400. .stats_overview {
  401. background: #F6F6F6;
  402. border: 1px solid #ccc;
  403. float: right;
  404. width: 26%;
  405. -webkit-border-radius: 5px;
  406. -moz-border-radius: 5px;
  407. border-radius: 5px;
  408. }
  409. .overview_today, .overview_previous {
  410. width: 50%;
  411. float: left;
  412. }
  413. .stats_overview p {
  414. margin: 0;
  415. padding: 0;
  416. text-align: center;
  417. text-transform: uppercase;
  418. text-shadow: 0 1px 0 #fff;
  419. }
  420. .stats_overview p.overview_day {
  421. font-size: 12px;
  422. font-weight: bold;
  423. margin: 6px 0;
  424. }
  425. .stats_overview p.overview_count {
  426. font-size: 26px;
  427. font-weight: bold;
  428. color: #333333;
  429. line-height: 20px;
  430. }
  431. .stats_overview p.overview_type {
  432. font-size: 10px;
  433. color: #999999;
  434. margin-bottom: 8px
  435. line-height: 20px;
  436. }
  437. /* Content Manager */
  438. .tablesorter {
  439. width: 100%;
  440. margin: -5px 0 0 0;
  441. line-height: 16px;
  442. }
  443. .tablesorter td{
  444. margin: 0;
  445. padding: 0;
  446. border-bottom: 1px dotted #ccc;
  447. }
  448. .tablesorter thead tr {
  449. height: 34px;
  450. background: url(../img/table_sorter_header.png) repeat-x;
  451. text-align: left;
  452. text-indent: 10px;
  453. cursor: pointer;
  454. }
  455. .tablesorter td {
  456. padding: 15px 10px;
  457. }
  458. .tablesorter input[type=image] {
  459. margin-right: 10px;
  460. }
  461. .tablesorter input[type=checkbox] {
  462. margin: 3px 3px 3px 4px;
  463. }
  464. ul.tabs {
  465. margin: 3px 10px 0 0;
  466. padding: 0;
  467. float: right;
  468. list-style: none;
  469. height: 24px; /*--Set height of tabs--*/
  470. -webkit-border-radius: 5px;
  471. -moz-border-radius: 5px;
  472. border-radius: 5px;
  473. -webkit-box-shadow: 0 1px 0 #fff;
  474. -moz-box-shadow: 0 1px 0 #fff;
  475. box-shadow: 0 1px 0 #fff;
  476. border: 1px solid #ccc;
  477. font-weight: bold;
  478. text-shadow: 0 1px 0 #fff;
  479. }
  480. ul.tabs li {
  481. float: left;
  482. margin: 0;
  483. padding: 0;
  484. line-height: 24px;
  485. }
  486. ul.tabs li a {
  487. text-decoration: none;
  488. color: #999;
  489. display: block;
  490. padding: 0 10px;
  491. height: 24px;
  492. }
  493. ul.tabs li a:hover {
  494. color: #44474F;
  495. }
  496. html ul.tabs li.active a {
  497. color: #44474F;
  498. }
  499. html ul.tabs li.active, html ul.tabs li.active a:hover {
  500. background: #F1F2F4;
  501. -webkit-box-shadow: inset 0 2px 3px #818181;
  502. -moz-box-shadow: inset 0 2px 3px #818181;
  503. box-shadow: inset 0 2px 3px #818181;
  504. }
  505. html ul.tabs li:first-child, html ul.tabs li:first-child a {
  506. -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
  507. -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
  508. border-top-left-radius: 5px; border-bottom-left-radius: 5px;
  509. }
  510. html ul.tabs li:last-child, html ul.tabs li:last-child a {
  511. -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
  512. -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
  513. border-top-right-radius: 5px; border-bottom-right-radius: 5px;
  514. }
  515. #main .module header h3.tabs_involved {
  516. display: block;
  517. width: 60%;
  518. float: left;
  519. }
  520. /* Messages */
  521. .message {
  522. border-bottom: 1px dotted #cccccc;
  523. }
  524. input[type=submit] {
  525. background: #D0D1D4 url(../img/btn_submit.png) repeat-x;
  526. border: 1px solid #A8A9A8;
  527. -webkit-box-shadow: 0 1px 0 #fff;
  528. -moz-box-shadow: 0 1px 0 #fff;
  529. box-shadow: 0 1px 0 #fff;
  530. font-weight: bold;
  531. height: 22px;
  532. -webkit-border-radius: 5px;
  533. -moz-border-radius: 5px;
  534. border-radius: 5px;
  535. padding: 0 10px;
  536. color: #666;
  537. text-shadow: 0 1px 0 #fff;
  538. cursor: pointer;
  539. }
  540. input[type=submit]:hover {
  541. color: #333333;
  542. }
  543. input[type=submit].alt_btn {
  544. background: #D0D1D4 url(../img/btn_submit_2.png) repeat-x;
  545. border: 1px solid#30B0C8;
  546. -webkit-box-shadow: 0 1px 0 #fff;
  547. -moz-box-shadow: 0 1px 0 #fff;
  548. box-shadow: 0 1px 0 #fff;
  549. font-weight: bold;
  550. height: 22px;
  551. -webkit-border-radius: 5px;
  552. -moz-border-radius: 5px;
  553. border-radius: 5px;
  554. padding: 0 10px;
  555. color: #003E49;
  556. text-shadow: 0 1px 0 #6CDCF9;
  557. cursor: pointer;
  558. }
  559. .submit_link input {
  560. vertical-align: top;
  561. }
  562. input[type=submit].alt_btn:hover {
  563. color: #001217;
  564. }
  565. input[type=submit].btn_post_message {
  566. background: #D0D1D4 url(../img/post_message.png) no-repeat;
  567. display: block;
  568. width: 37px;
  569. border: none;
  570. height: 24px;
  571. cursor: pointer;
  572. text-indent: -5000px;
  573. }
  574. input[type=submit].btn_post_message:hover {
  575. background-position: 0 -24px;
  576. }
  577. .post_message {
  578. text-align: left;
  579. padding: 5px 0;
  580. }
  581. .post_message input[type=text] {
  582. -webkit-border-radius: 5px;
  583. -moz-border-radius: 5px;
  584. border-radius: 5px;
  585. border: 1px solid #bbb;
  586. height: 20px;
  587. width: 70%;
  588. color: #ccc;
  589. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  590. -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  591. box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  592. text-indent: 10px;
  593. background-position: 10px 6px;
  594. float: left;
  595. margin: 0 3.5%;
  596. padding: 0px;
  597. }
  598. .post_message input[type=text]:focus {
  599. outline: none;
  600. border: 1px solid #77BACE;
  601. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  602. -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  603. box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  604. color: #666666;
  605. }
  606. .post_message input[type=image] {
  607. float: left;
  608. }
  609. .message_list {
  610. height: 250px;
  611. overflow-x:hidden;
  612. overflow-y: scroll;
  613. }
  614. /* New/Edit Article Module */
  615. select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  616. padding: 1px;
  617. }
  618. select, input[type="file"] {
  619. height: 24px;
  620. }
  621. fieldset {
  622. -webkit-border-radius: 5px;
  623. -moz-border-radius: 5px;
  624. border-radius: 5px;
  625. background: #F6F6F6;
  626. border: 1px solid #ccc;
  627. padding: 1% 0%;
  628. margin: 10px 0;
  629. }
  630. fieldset label {
  631. display: block;
  632. float: left;
  633. width: 200px;
  634. height: 25px;
  635. line-height: 25px;
  636. text-shadow: 0 1px 0 #fff;
  637. font-weight: bold;
  638. padding-left: 10px;
  639. margin: -5px 0 5px 0;
  640. text-transform: uppercase;
  641. font-size: 12px;
  642. }
  643. fieldset input[type=text] {
  644. -webkit-border-radius: 5px;
  645. -moz-border-radius: 5px;
  646. border-radius: 5px;
  647. border: 1px solid #BBBBBB;
  648. height: 20px;
  649. color: #666666;
  650. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  651. -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  652. box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  653. padding-left: 10px;
  654. background-position: 10px 6px;
  655. margin: 0;
  656. display: block;
  657. float: left;
  658. width: 96%;
  659. margin: 0 10px;
  660. }
  661. fieldset input[type=text]:focus {
  662. outline: none;
  663. border: 1px solid #77BACE;
  664. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  665. -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  666. box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  667. }
  668. fieldset select {
  669. width: 96%;
  670. margin: 0 10px;
  671. border: 1px solid #bbb;
  672. height: 20px;
  673. color: #666666;
  674. }
  675. fieldset textarea {
  676. -webkit-border-radius: 5px;
  677. -moz-border-radius: 5px;
  678. border-radius: 5px;
  679. border: 1px solid #BBBBBB;
  680. color: #666666;
  681. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  682. -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  683. box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  684. padding-left: 10px;
  685. background-position: 10px 6px;
  686. margin: 0 0.5%;
  687. display: block;
  688. float: left;
  689. width: 96%;
  690. margin: 0 10px;
  691. }
  692. fieldset textarea:focus {
  693. outline: none;
  694. border: 1px solid #77BACE;
  695. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  696. -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  697. box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  698. }
  699. .submit_link {
  700. float: right;
  701. margin-right: 3%;
  702. padding: 5px 0;
  703. }
  704. .submit_link select {
  705. width: 150px;
  706. border: 1px solid #bbb;
  707. height: 20px;
  708. color: #666666;
  709. }
  710. #main .module_content h1 {
  711. color: #333333;
  712. text-transform: none;
  713. text-shadow: 0 1px 0 #fff;
  714. font-size: 22px;
  715. margin: 8px 0px;
  716. }
  717. #main .module_content h2 {
  718. color: #444444;
  719. text-transform: none;
  720. text-shadow: 0 1px 0 #fff;
  721. font-size: 18px;
  722. margin: 8px 0px;
  723. }
  724. #main .module_content h3 {
  725. color: #666666;
  726. text-transform: uppercase;
  727. text-shadow: 0 1px 0 #fff;
  728. font-size: 13px;
  729. margin: 8px 0px;
  730. }
  731. #main .module_content h4 {
  732. color: #666666;
  733. text-transform: none;
  734. text-shadow: 0 1px 0 #fff;
  735. font-size: 13px;
  736. margin: 8px 0px;
  737. }
  738. #main .module_content li {
  739. line-height: 150%;
  740. }
  741. /* Alerts */
  742. #main h4.alert_info {
  743. display: block;
  744. width: 95%;
  745. margin: 20px 3% 0 3%;
  746. margin-top: 20px;
  747. -webkit-border-radius: 5px;
  748. -moz-border-radius: 5px;
  749. border-radius: 5px;
  750. background: #B5E5EF url(../img/icn_alert_info.png) no-repeat;
  751. background-position: 10px 10px;
  752. border: 1px solid #77BACE;
  753. color: #082B33;
  754. padding: 10px 0;
  755. text-indent: 40px;
  756. font-size: 14px;
  757. }
  758. #main h4.alert_warning {
  759. display: block;
  760. width: 95%;
  761. margin: 20px 3% 0 3%;
  762. margin-top: 20px;
  763. -webkit-border-radius: 5px;
  764. -moz-border-radius: 5px;
  765. border-radius: 5px;
  766. background: #F5F3BA url(../img/icn_alert_warning.png) no-repeat;
  767. background-position: 10px 10px;
  768. border: 1px solid #C7A20D;
  769. color: #796616;
  770. padding: 10px 0;
  771. text-indent: 40px;
  772. font-size: 14px;
  773. }
  774. #main h4.alert_error {
  775. display: block;
  776. width: 95%;
  777. margin: 20px 3% 0 3%;
  778. margin-top: 20px;
  779. -webkit-border-radius: 5px;
  780. -moz-border-radius: 5px;
  781. border-radius: 5px;
  782. background: #F3D9D9 url(../img/icn_alert_error.png) no-repeat;
  783. background-position: 10px 10px;
  784. border: 1px solid #D20009;
  785. color: #7B040F;
  786. padding: 10px 0;
  787. text-indent: 40px;
  788. font-size: 14px;
  789. }
  790. #main h4.alert_success {
  791. display: block;
  792. width: 95%;
  793. margin: 20px 3% 0 3%;
  794. margin-top: 20px;
  795. -webkit-border-radius: 5px;
  796. -moz-border-radius: 5px;
  797. border-radius: 5px;
  798. background: #E2F6C5 url(../img/icn_alert_success.png) no-repeat;
  799. background-position: 10px 10px;
  800. border: 1px solid #79C20D;
  801. color: #32510F;
  802. padding: 10px 0;
  803. text-indent: 40px;
  804. font-size: 14px;
  805. }
  806. /* Main Table */
  807. .main-table {
  808. width: 100%;
  809. margin: -5px 0 0 0;
  810. line-height: 16px;
  811. }
  812. .main-table td{
  813. margin: 0;
  814. padding: 0;
  815. border-bottom: 1px dotted #ccc;
  816. }
  817. .main-table thead tr {
  818. height: 20px;
  819. background: url(../img/table_sorter_header.png) repeat-x;
  820. text-align: left;
  821. text-indent: 10px;
  822. cursor: pointer;
  823. }
  824. .main-table td {
  825. padding: 4px 10px;
  826. }
  827. .main-table input[type=image] {
  828. margin-right: 10px;
  829. }
  830. .main-table input[type=checkbox] {
  831. margin: 3px 3px 3px 4px;
  832. }