layout.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. /* Essentials */
  2. html,
  3. div,
  4. map,
  5. dt,
  6. isindex,
  7. form,
  8. header,
  9. aside,
  10. section,
  11. section,
  12. article,
  13. footer {
  14. display: block;
  15. }
  16. html,
  17. body {
  18. height: 100%;
  19. margin: 0;
  20. padding: 0;
  21. font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  22. background: #F8F8F8;
  23. font-size: 12px;
  24. }
  25. .clear {
  26. clear: both;
  27. }
  28. .spacer {
  29. height: 20px;
  30. }
  31. a:link,
  32. a:visited {
  33. color: #e95802;
  34. text-decoration: none;
  35. }
  36. a:hover {
  37. text-decoration: underline;
  38. }
  39. /* Header */
  40. header#header {
  41. height: 55px;
  42. width: 100%;
  43. background: #222222 url(../images/header_bg.png) repeat-x;
  44. }
  45. header .toggleLinkWMAN {
  46. color: #222222;
  47. padding-top: 8px;
  48. text-decoration: none;
  49. }
  50. header#header h1.site_title,
  51. header#header h2.section_title {
  52. float: left;
  53. margin: 0;
  54. font-size: 22px;
  55. display: block;
  56. width: 23%;
  57. height: 55px;
  58. font-weight: normal;
  59. text-align: left;
  60. text-indent: 1.8%;
  61. line-height: 55px;
  62. color: #fff;
  63. text-shadow: 0 -1px 0 #000;
  64. /*
  65. max-width: 442px;
  66. */
  67. }
  68. header#header h1.site_title sup {
  69. font-size: 8pt;
  70. }
  71. header#header h1.site_title a {
  72. color: #fff;
  73. text-decoration: none;
  74. }
  75. header#header h2.section_title {
  76. text-align: center;
  77. text-indent: 4.5%;
  78. width: 64%;
  79. background: url(../images/header_shadow.png) no-repeat left top;
  80. border: 1px solid wheat;
  81. }
  82. .btn_view_help {
  83. float: right;
  84. width: 16%;
  85. }
  86. .btn_view_help a {
  87. display: block;
  88. float: right;
  89. margin-top: 16px;
  90. margin-right: 16px;
  91. text-align: center;
  92. line-height: 29px;
  93. color: #fff;
  94. text-decoration: none;
  95. text-shadow: 0 -1px 0 #000;
  96. }
  97. .btn_view_help a:hover {
  98. background-position: 0 -27px;
  99. }
  100. /* Secondary Header Bar */
  101. section#secondary_bar {
  102. height: 38px;
  103. width: 100%;
  104. background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
  105. }
  106. section#secondary_bar .user {
  107. float: left;
  108. width: 23%;
  109. height: 38px;
  110. /*
  111. max-width: 442px;
  112. */
  113. }
  114. .user p {
  115. margin: 0;
  116. padding: 0;
  117. color: #666666;
  118. font-weight: bold;
  119. display: block;
  120. float: left;
  121. width: 85%;
  122. height: 35px;
  123. line-height: 35px;
  124. text-indent: 25px;
  125. text-shadow: 0 1px 0 #fff;
  126. /* background: url(../images/icn_user.png) no-repeat center left; */
  127. margin-left: 6%;
  128. }
  129. .user a {
  130. text-decoration: none;
  131. color: #666666
  132. }
  133. .user a:hover {
  134. color: #77BACE;
  135. }
  136. .user a.logout_user {
  137. float: left;
  138. display: block;
  139. width: 16px;
  140. height: 35px;
  141. text-indent: -5000px;
  142. background: url(../images/poweroff.png) center no-repeat;
  143. }
  144. .user a.menu_toggle {
  145. float: left;
  146. display: block;
  147. width: 16px;
  148. height: 35px;
  149. text-indent: -5000px;
  150. background: url(../images/menutoggle.png) center no-repeat;
  151. }
  152. /* Breadcrumbs */
  153. section#secondary_bar .breadcrumbs_container {
  154. float: left;
  155. width: 77%;
  156. background: url(../images/secondary_bar_shadow.png) no-repeat left top;
  157. height: 38px;
  158. }
  159. article.breadcrumbs {
  160. float: left;
  161. padding: 0 10px;
  162. border: 1px solid #ccc;
  163. -webkit-border-radius: 5px;
  164. -moz-border-radius: 5px;
  165. border-radius: 5px;
  166. -webkit-box-shadow: 0 1px 0 #fff;
  167. -moz-box-shadow: 0 1px 0 #fff;
  168. box-shadow: 0 1px 0 #fff;
  169. height: 23px;
  170. margin: 4px 3%;
  171. margin-left: 32px;
  172. overflow: hidden;
  173. }
  174. .breadcrumbs a {
  175. display: inline-block;
  176. float: left;
  177. height: 24px;
  178. line-height: 23px;
  179. }
  180. .breadcrumbs a.current,
  181. .breadcrumbs a.current:hover {
  182. color: #9E9E9E;
  183. font-weight: bold;
  184. text-shadow: 0 1px 0 #fff;
  185. text-decoration: none;
  186. }
  187. .breadcrumbs a:link,
  188. .breadcrumbs a:visited {
  189. color: #44474F;
  190. text-decoration: none;
  191. text-shadow: 0 1px 0 #fff;
  192. font-weight: bold;
  193. }
  194. .breadcrumbs a:hover {
  195. color: #222222;
  196. }
  197. .breadcrumbs a:active {}
  198. .breadcrumb_divider {
  199. display: inline-block;
  200. width: 12px;
  201. height: 24px;
  202. background: url(../images/breadcrumb_divider.png) no-repeat;
  203. float: left;
  204. margin: 0 5px;
  205. }
  206. /* Sidebar */
  207. aside#sidebar {
  208. width: 23%;
  209. background: #E0E0E3 url(../images/sidebar.png) repeat;
  210. float: left;
  211. min-height: 500px;
  212. margin-top: -4px;
  213. /*
  214. max-width: 442px;
  215. */
  216. }
  217. #sidebar hr {
  218. border: none;
  219. outline: none;
  220. background: url(../images/sidebar_divider.png) repeat-x;
  221. display: block;
  222. width: 100%;
  223. height: 2px;
  224. }
  225. /* Search */
  226. .quick_search {
  227. text-align: center;
  228. padding: 14px 0 10px 0;
  229. }
  230. .quick_search input[type=text] {
  231. -webkit-border-radius: 20px;
  232. -moz-border-radius: 20px;
  233. border-radius: 20px;
  234. border: 1px solid #bbb;
  235. height: 26px;
  236. width: 90%;
  237. color: #ccc;
  238. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  239. -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  240. box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  241. text-indent: 30px;
  242. background: #fff url(../images/icn_search.png) no-repeat;
  243. background-position: 10px 6px;
  244. }
  245. .quick_search input[type=text]:focus {
  246. outline: none;
  247. color: #666666;
  248. border: 1px solid #77BACE;
  249. -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  250. -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  251. box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  252. }
  253. /* Sidebar Menu */
  254. #sidebar h3 {
  255. color: #1F1F20;
  256. text-shadow: 0 1px 0 #fff;
  257. font-size: 13px;
  258. margin: 10px 0 10px 6%;
  259. display: block;
  260. float: left;
  261. width: 90%;
  262. }
  263. .toggleLinkGMENU {
  264. color: #999999;
  265. font-size: 10px;
  266. text-decoration: none;
  267. display: block;
  268. float: right;
  269. margin-right: 2%
  270. }
  271. .toggleLinkWMAN {
  272. color: #999999;
  273. font-size: 12px;
  274. text-decoration: none;
  275. display: block;
  276. float: right;
  277. margin-right: 1%
  278. }
  279. #sidebar .toggleLinkGMENU:hover {
  280. color: #77BACE;
  281. text-decoration: none;
  282. }
  283. #sidebar ul {
  284. clear: both;
  285. margin: 0;
  286. padding: 0;
  287. }
  288. #sidebar li {
  289. list-style: none;
  290. margin: 0 0 0 12%;
  291. padding: 0;
  292. }
  293. #sidebar li a {
  294. color: #666666;
  295. /* padding-left: 25px; */
  296. text-decoration: none;
  297. display: inline-block;
  298. height: 17px;
  299. line-height: 17px;
  300. text-shadow: 0 1px 0 #fff;
  301. margin: 2px 0;
  302. }
  303. #sidebar li a:hover {
  304. color: #444444;
  305. }
  306. #sidebar p {
  307. color: #666666;
  308. padding-left: 6%;
  309. text-shadow: 0 1px 0 #fff;
  310. margin: 10px 0 0 0;
  311. }
  312. #sidebar a {
  313. color: #666666;
  314. text-decoration: none;
  315. }
  316. #sidebar a:hover {
  317. text-decoration: underline;
  318. }
  319. #sidebar footer {
  320. margin-top: 20%;
  321. }
  322. /* Main Content */
  323. section#main {
  324. width: 77%;
  325. min-height: 500px;
  326. background: url(../images/sidebar_shadow.png) repeat-y left top;
  327. float: left;
  328. margin-top: -2px;
  329. }
  330. #main h3 {
  331. color: #1F1F20;
  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. /** deprecated
  341. margin: 20px 3% 0 3%;
  342. */
  343. margin-top: 20px;
  344. margin-right: 3%;
  345. margin-bottom: 0;
  346. margin-left: 32px;
  347. -webkit-border-radius: 5px;
  348. -moz-border-radius: 5px;
  349. border-radius: 5px;
  350. background: #ffffff;
  351. }
  352. #main .module header h3 {
  353. display: block;
  354. width: 90%;
  355. float: left;
  356. }
  357. .module header {
  358. min-height: 38px;
  359. width: 100%;
  360. background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
  361. -webkit-border-top-left-radius: 5px;
  362. -webkit-border-top-right-radius: 5px;
  363. -moz-border-radius-topleft: 5px;
  364. -moz-border-radius-topright: 5px;
  365. border-top-left-radius: 5px;
  366. border-top-right-radius: 5px;
  367. }
  368. .module footer {
  369. height: 32px;
  370. width: 100%;
  371. border-top: 1px solid #9CA1B0;
  372. background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
  373. -webkit-border-bottom-left-radius: 5px;
  374. -webkit-border-bottom-right-radius: 5px;
  375. -moz-border-radius-bottomleft: 5px;
  376. -moz-border-radius-bottomright: 5px;
  377. -webkit-border-bottom-left-radius: 5px;
  378. -webkit-border-bottom-right-radius: 5px;
  379. }
  380. .module_content {
  381. margin: 5px 5px;
  382. color: #666;
  383. }
  384. /* Module Widths */
  385. .width_full {
  386. width: 95%;
  387. }
  388. .width_half {
  389. width: 46%;
  390. margin-right: 0;
  391. float: left;
  392. }
  393. .width_quarter {
  394. width: 26%;
  395. margin-right: 0;
  396. float: left;
  397. }
  398. .width_3_quarter {
  399. width: 66%;
  400. margin-right: 0;
  401. float: left;
  402. }
  403. /* Stats Module */
  404. .stats_graph {
  405. width: 64%;
  406. float: left;
  407. }
  408. .stats_overview {
  409. background: #F6F6F6;
  410. border: 1px solid #ccc;
  411. float: right;
  412. width: 26%;
  413. -webkit-border-radius: 5px;
  414. -moz-border-radius: 5px;
  415. border-radius: 5px;
  416. }
  417. .overview_today,
  418. .overview_previous {
  419. width: 50%;
  420. float: left;
  421. }
  422. .stats_overview p {
  423. margin: 0;
  424. padding: 0;
  425. text-align: center;
  426. text-shadow: 0 1px 0 #fff;
  427. }
  428. .stats_overview p.overview_day {
  429. font-size: 12px;
  430. font-weight: bold;
  431. margin: 6px 0;
  432. }
  433. .stats_overview p.overview_count {
  434. font-size: 26px;
  435. font-weight: bold;
  436. color: #333333;
  437. }
  438. .stats_overview p.overview_type {
  439. font-size: 10px;
  440. color: #999999;
  441. margin-bottom: 8px
  442. }
  443. /* Content Manager */
  444. #main .module header h3.tabs_involved {
  445. display: block;
  446. width: 60%;
  447. float: left;
  448. }
  449. #main .module_content h1 {
  450. color: #333333;
  451. text-transform: none;
  452. text-shadow: 0 1px 0 #fff;
  453. font-size: 22px;
  454. margin: 8px 0px;
  455. }
  456. #main .module_content h2 {
  457. color: #444444;
  458. text-transform: none;
  459. text-shadow: 0 1px 0 #fff;
  460. font-size: 18px;
  461. margin: 8px 0px;
  462. }
  463. #main .module_content h3 {
  464. color: #666666;
  465. text-shadow: 0 1px 0 #fff;
  466. font-size: 13px;
  467. margin: 8px 0px;
  468. }
  469. #main .module_content h4 {
  470. color: #666666;
  471. text-transform: none;
  472. text-shadow: 0 1px 0 #fff;
  473. font-size: 13px;
  474. margin: 8px 0px;
  475. }
  476. #main .module_content li {
  477. line-height: 150%;
  478. }