ad.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. /* ADMINITY ADMINISTRATION INTERFACE */
  2. /* BODY */
  3. body {
  4. background: #d8d6d8 url(../img/bkg-pat.png);
  5. min-width: 320px;
  6. }
  7. /* HEADER */
  8. .header {
  9. padding: 7px 0;
  10. margin-left: 3%;
  11. }
  12. /* TOP BAR NAVIGATION */
  13. .top-bar {
  14. height: 80px;
  15. background: url(../img/grad-overlay.png) #292929;
  16. border-top: 1px solid #515151;
  17. border-bottom: 1px solid #222;
  18. }
  19. .top-bar a { color: #9e9e9e; font-size: 10px; text-shadow: 0px 1px 0px #222; }
  20. /* USER PANEL */
  21. #user-panel {
  22. width: 240px;
  23. height: 60px;
  24. float: left;
  25. position: relative;
  26. }
  27. #usr-avatar {
  28. width: 46px;
  29. height: 46px;
  30. margin: 7px 0 0 7px;
  31. border-radius: 2px;
  32. }
  33. #usr-info {
  34. position: relative;
  35. top: -49px;
  36. left: 60px;
  37. width: 240px;
  38. }
  39. #usr-info p {line-height: 1.5em;}
  40. #usr-name {color: #83ab24; font-weight: 600; font-size: 12px;}
  41. #usr-notif {color: #dfdfdf; font-size: 10px;}
  42. #usr-info a {margin-right: 20px;}
  43. /* NAVIGATION */
  44. #nav {
  45. margin: 10px 3%;
  46. min-width: 1214px;
  47. }
  48. .nav-item {
  49. height: 60px;
  50. float: left;
  51. margin-left: 8px;
  52. }
  53. .nav-item a {
  54. display: block;
  55. width: 80px;
  56. height: 60px;
  57. }
  58. .nav-item p {font-size: 11px; font-weight: 600; text-align: center;}
  59. .nav-item img {
  60. width: 30px;
  61. height: 30px;
  62. padding: 8px 25px 4px;
  63. }
  64. .nav-item:hover, #user-panel {
  65. background: url(../img/nav/nav-hover.png);
  66. border-radius: 3px;
  67. box-shadow: inset 0px 0px 1px 0px #000;
  68. }
  69. /* SUB NAVIGATION */
  70. #top-nav {
  71. position: relative;
  72. }
  73. .sub-nav {
  74. display: none;
  75. position: relative;
  76. left: 0;
  77. top: 0;
  78. background: #343434;
  79. border-radius: 2px;
  80. z-index: 9999;
  81. }
  82. .sub-nav a {
  83. height: 20px;
  84. padding: 6px 0 0 0;
  85. text-align: center;
  86. font-size: 11px;
  87. }
  88. .sub-nav a:hover {
  89. color: #83ab24;
  90. background: #3d3d3d;
  91. border-radius: 2px;
  92. }
  93. /* CONTENT */
  94. .content {
  95. padding: 20px 0;
  96. }
  97. /* NOTIFICATIONS, MESSAGES */
  98. .ad-notif-error, .ad-notif-success, .ad-notif-warn, .ad-notif-info {
  99. max-height: 50px;
  100. margin-bottom: 20px;
  101. border-radius: 3px;
  102. background: url(../img/ui/notif-bg.jpg) repeat-x;
  103. box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  104. box-sizing: border-box;
  105. -webkit-box-sizing: border-box;
  106. -moz-box-sizing: border-box;
  107. }
  108. .ad-notif-error p, .ad-notif-success p, .ad-notif-warn p, .ad-notif-info p {
  109. color: rgba(0, 0, 0, 0.6);
  110. padding: 10px 0;
  111. margin: 0 10px;
  112. font-size: 12px;
  113. font-weight: 700;
  114. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  115. }
  116. .ad-notif-success { background-position: 0 0; border: 1px solid #71a100; }
  117. .ad-notif-warn { background-position: 0 -50px; border: 1px solid #cbac00; }
  118. .ad-notif-error { background-position: 0 -100px; border: 1px solid #c63434; }
  119. .ad-notif-info { background-position: 0 -150px; border: 1px solid #308eef; }
  120. .sticky-note {
  121. font-weight: 600;
  122. font-size: 12px;
  123. }
  124. /* GENERAL ELEMENTS */
  125. .box {
  126. margin-bottom: 20px;
  127. border-radius: 3px;
  128. }
  129. .box-head {
  130. background: url(../img/grad-overlay-s.png) #393939;
  131. border-radius: 2px;
  132. max-height: 40px;
  133. }
  134. .box-head:hover {
  135. background: url(../img/grad-overlay-s.png) #444;
  136. }
  137. .box-icon, .box-icon-16, .box-icon-24, .box-icon-32 { float: left; }
  138. .box-icon-16 { margin: 9px 9px 0 9px; }
  139. .box-icon-24 { margin: 6px 4px 0 6px; }
  140. .box-icon-32 { margin: 1px 4px 0 2px; }
  141. .box-head h2 {
  142. padding: 10px 10px;
  143. color: #ddd;
  144. font-size: 14px;
  145. font-weight: 600;
  146. text-shadow: 0 1px 0 #222;
  147. }
  148. .box-content {
  149. background: #eee;
  150. border: 1px solid #bbb;
  151. border-top: none;
  152. border-radius: 0 0 3px 3px;
  153. padding: 10px 10px;
  154. }
  155. .box-content p, .ui-widget-content p {
  156. color: #292929;
  157. line-height: 1.4em;
  158. text-shadow: 0 1px 0 #fff;
  159. }
  160. .sm-box {
  161. margin-bottom: 20px;
  162. border-radius: 3px;
  163. background: #eee;
  164. }
  165. .sm-box span { padding: 10px; border: 1px solid #bbb; border-radius: 3px; display: block; }
  166. .sm-box h2 {
  167. font-size: 12px;
  168. font-weight: 600;
  169. color: #666;
  170. text-shadow: 0 1px 0 #fff;
  171. margin: 8px 0 0 10px;
  172. float: right;
  173. }
  174. /* Styling for the STATS PANEL on the dashboard */
  175. .ad-stats ul li {
  176. font-weight: 600;
  177. font-size: 12px;
  178. color: #292929;
  179. text-shadow: 0 1px 0 #fff;
  180. }
  181. .ad-stats ul h3 {
  182. display: inline-block;
  183. width: 60px;
  184. margin-right: 10px;
  185. text-align: right;
  186. font-size: 16px;
  187. font-weight: 500;
  188. font-family: 'Ubuntu', sans-serif;
  189. color: #444;
  190. text-shadow: 0 1px 0 #eee;
  191. background: url(../img/grad-overlay.png) #ddd;
  192. padding: 4px 8px;
  193. margin-bottom: 8px;
  194. border-radius: 3px;
  195. border: 1px solid #bbb;
  196. }
  197. .ad-stats ul li:last-child h3 { margin-bottom: 0; }
  198. .ad-stats .stats-down h3 {color: #a62626;}
  199. .ad-stats .stats-up h3 {color: #6f9300;}
  200. /* FLOT CHARTS STYLING */
  201. .tickLabel, .legendLabel {
  202. font-size: 10px;
  203. }
  204. .legendLabel {
  205. vertical-align: middle;
  206. }
  207. /* TYPOGRAPHY */
  208. h1, h2, h3, h4, h5, h6 { font-weight: 600; }
  209. h1 { font-size: 26px; }
  210. h2 { font-size: 24px; }
  211. h3 { font-size: 22px; }
  212. h4 { font-size: 20px; }
  213. h5 { font-size: 18px; }
  214. h6 { font-size: 16px; }
  215. p { font-size: 12px; font-weight: 400; }
  216. .font-thin { font-weight: 300; }
  217. .font-bold { font-weight: 600; }
  218. .textsh { text-shadow: 0 1px 0 #fff; }
  219. .text-tiny { font-size: 9px; }
  220. .text-small { font-size: 10px; }
  221. .text-normal { font-size: 12px; }
  222. .text-big { font-size: 14px; }
  223. .text-huge { font-size: 16px; }
  224. ul.circle { list-style-type: circle; }
  225. ol.decimal { list-style-type: decimal; }
  226. ul.circle li, ol.decimal li { height: 1em; margin: 0 0 4px 20px;}
  227. /* ERROR PAGES */
  228. #error-heading, #error-desc, #error-back {
  229. text-shadow: 0 1px 0 #ededed;
  230. text-align: center;
  231. margin: 40px 0;
  232. color: #292929;
  233. }
  234. #error-heading { font-size: 160px; text-shadow: 0 2px 4px #ededed; }
  235. #error-desc { font-size: 20px; font-weight: 600; }
  236. #error-back { font-size: 14px; font-weight: 600; }
  237. #error-back a { color: #4c7500; }
  238. /* WIDGETS & jQuery UI OVERRIDES */
  239. .close-x { background: url(../img/ui/close.png); width: 16px; height: 16px; text-indent: -9999px; }
  240. .ui-tabs-nav, .ui-accordion-header, .ui-dialog-titlebar, .ui-datepicker-header {
  241. background: url(../img/grad-overlay-s.png) #393939;
  242. max-height: 40px;
  243. border-radius: 2px;
  244. border: none;
  245. }
  246. .ui-accordion-header:hover {
  247. background: url(../img/grad-overlay-s.png) #444;
  248. }
  249. .ui-accordion .ui-icon { display: none; }
  250. .ui-accordion h3 a { padding: 8px !important; }
  251. .ui-accordion h3 a, .ui-dialog-title, .ui-datepicker-title {
  252. color: #ddd !important;
  253. font-size: 14px !important;
  254. font-weight: 600 !important;
  255. text-shadow: 0 1px 0 #222 !important;
  256. }
  257. .ui-accordion-content { border-radius: 0 0 3px 3px; }
  258. .ui-widget-content { background: #eee; border: 1px solid #bbb; }
  259. .ui-tabs { padding: 0 !important; }
  260. .ui-tabs-nav { border-radius: 2px 2px 0 0 !important; }
  261. .ui-tabs .ui-tabs-nav li { margin-top: 6px; border-radius: 2px 2px 0 0 !important; }
  262. .ui-tabs .ui-tabs-nav li a { padding: 6px !important; }
  263. .ui-tabs-selected {
  264. background: #eee !important;
  265. border: none !important;
  266. }
  267. .ui-tabs a {
  268. color: #999 !important;
  269. font-size: 12px;
  270. font-weight: 600;
  271. text-shadow: 0 1px 0 #222;
  272. }
  273. .ui-tabs-selected a { color: #292929 !important; text-shadow: 0 1px 0 #fff; }
  274. .ui-progressbar {
  275. background: #6a6a6a;
  276. border: none;
  277. box-shadow: inset 0 0 2px 0 #333;
  278. }
  279. .ui-progressbar-value { background: url(../img/ui/pbar.png) #292929 !important; border: none !important; }
  280. .ui-dialog { padding: 0 !important; border: none !important; }
  281. .ui-dialog .ui-dialog-titlebar, .ui-datepicker-header { border-radius: 2px 2px 0 0 !important; }
  282. .ui-dialog .ui-dialog-title { margin: 5px 5px !important; }
  283. .ui-dialog .ui-dialog-buttonpane { padding: 0 !important; background: #ccc !important; margin: 0 !important; border-radius: 0 0 2px 2px !important; border: 1px solid #bbb !important; border-top: 0 !important; }
  284. .ui-dialog .ui-dialog-content { border: 1px solid #bbb; padding: 20px; }
  285. .ui-state-focus, *:focus { outline: none !important; }
  286. .ui-widget-overlay { background: url(../img/ui/overlay.png) !important; }
  287. /* SLIDERS */
  288. .ui-slider {
  289. background: #6a6a6a;
  290. border: none;
  291. box-shadow: inset 0 0 2px 0 #333;
  292. }
  293. .ui-slider-horizontal { height: 8px; }
  294. .ui-slider-vertical { width: 8px; }
  295. .ui-slider-range { border-radius: 4px; box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.4); }
  296. .ui-slider-horizontal>.ui-slider-range { background: url(../img/slider-hz.png) #a1b900; }
  297. .ui-slider-vertical>.ui-slider-range { background: url(../img/slider-vt.png) #a1b900; }
  298. .ui-slider-handle {
  299. background: url(../img/slider-handle.png) no-repeat !important;
  300. border: none !important;
  301. }
  302. /* BUTONS */
  303. .button {
  304. border-radius: 3px;
  305. box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
  306. padding: 4px 14px 5px 14px;
  307. margin-right: 5px;
  308. cursor: pointer;
  309. font-size: 10px !important;
  310. font-weight: 600 !important;
  311. font-family: 'Open Sans', sans-serif !important;
  312. color: #292929;
  313. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  314. height: 28px;
  315. max-height: 40px !important;
  316. }
  317. .button:hover { box-shadow: none; }
  318. .button:active { box-shadow: inset 0 0 1px 0 rgba(0,0,0, 0.7); }
  319. .button.small { padding: 2px 8px; height: 24px; }
  320. .button.big { padding: 8px 18px; height: 32px; }
  321. .button.red { background: url(../img/grad-overlay-s.png) #df3030; border: 1px solid #c90000; }
  322. .button.green { background: url(../img/grad-overlay-s.png) #a1b900; border: 1px solid #869a00; }
  323. .button.blue { background: url(../img/grad-overlay-s.png) #2c99f5; border: 1px solid #166fbb; }
  324. .button.orange { background: url(../img/grad-overlay-s.png) #e3b822; border: 1px solid #c79f16; }
  325. .button.purple { background: url(../img/grad-overlay-s.png) #bc66bb; border: 1px solid #9e4c9d; }
  326. .button.yellow { background: url(../img/grad-overlay-s.png) #efdb2f; border: 1px solid #ccb708; }
  327. .button.black { background: url(../img/grad-overlay-s.png) #555; border: 1px solid #444; color: #ddd; text-shadow: 0 1px 0 #000; }
  328. .button.grey { background: url(../img/grad-overlay-s.png) #dbdbdb; border: 1px solid #ababab; }
  329. .button.disabled { color: #666; cursor: default !important; box-shadow: none !important; }
  330. /* FORMS */
  331. form {
  332. display: block;
  333. }
  334. input, select {
  335. background: #fff;
  336. border-radius: 3px;
  337. border: 1px solid #ccc;
  338. outline: none;
  339. padding: 6px 3px;
  340. font-size: 10px;
  341. color: #292929;
  342. }
  343. input:disabled {
  344. background: #ddd;
  345. }
  346. input[type="radio"], input[type="checkbox"] {
  347. background: none;
  348. border: none;
  349. }
  350. select {
  351. border: 1px solid #bbb;
  352. box-shadow: none;
  353. box-sizing: content-box;
  354. -webkit-box-sizing: content-box;
  355. -moz-box-sizing: content-box;
  356. }
  357. .form-row {
  358. padding: 10px 8px 10px 0;
  359. }
  360. .form-label {
  361. display: inline-block;
  362. width: 120px;
  363. margin-right: 12px;
  364. margin-top: 3px;
  365. font-size: 11px;
  366. text-shadow: 0 1px 0 #fff;
  367. float: left;
  368. }
  369. .form-item {
  370. display: block;
  371. overflow: hidden;
  372. padding: 0 8px 0 0;
  373. position: relative;
  374. }
  375. .form-item input, .form-item select {
  376. width: 100%;
  377. }
  378. .form-icon {
  379. display: inline-block;
  380. width: 16px;
  381. height: 16px;
  382. position: absolute;
  383. top: 5px;
  384. right: 6px;
  385. }
  386. form p, form label, .form-row p, .form-row label {
  387. display: inline-block;
  388. float: left;
  389. }
  390. input.filebase {
  391. opacity: 0;
  392. position: absolute;
  393. top: 0;
  394. z-index: 1;
  395. }
  396. .filetext {
  397. position: absolute;
  398. top: 7px;
  399. left: 10px;
  400. z-index: 0;
  401. font-size: 12px;
  402. }
  403. ::-webkit-input-placeholder {
  404. color: #888;
  405. }
  406. :-moz-placeholder {
  407. color: #888;
  408. }
  409. /* STYLER */
  410. .styler {
  411. width: 40px;
  412. height: 42px;
  413. background: url(../img/styler-icon.png) no-repeat #444;
  414. background-position: 3px 5px;
  415. position: absolute;
  416. top: 0px;
  417. left: 240px;
  418. border-radius: 0 0 20px 20px;
  419. border-bottom: 1px solid #000;
  420. }
  421. .styler-active {
  422. border-radius: 0 0 0 20px;
  423. }
  424. .styler-show {
  425. width: 200px;
  426. height: 42px;
  427. background: #444;
  428. position: relative;
  429. top: 0;
  430. left: 40px;
  431. border-radius: 0 0 20px 0;
  432. display: none;
  433. border-bottom: 1px solid #000;
  434. }
  435. .styler-show li {
  436. padding: 12px 0 0 12px;
  437. display: inline-block;
  438. }
  439. .styler-show li div {
  440. border-radius: 2px;
  441. box-shadow: inset 0px 0px 1px 0px #000;
  442. }
  443. #colorSelector-top-bar {
  444. width: 20px;
  445. height: 20px;
  446. background: #292929;
  447. }
  448. #colorSelector-box-head {
  449. width: 20px;
  450. height: 20px;
  451. background: #292929;
  452. }
  453. /* USEFUL CLASSES */
  454. .grad-ov { background-image: url(../img/grad-overlay.png); }
  455. .grad-ov-s { background-image: url(../img/grad-overlay-s.png); }
  456. .mg { margin-bottom: 20px; }
  457. .small-mg { margin-bottom: 10px; }
  458. .no-pad { padding: 0; }
  459. .no-mg { margin: 0; }
  460. .clear { clear: both; }
  461. .no-display { display: none; }
  462. /* FOOTER */
  463. .footer {
  464. clear: both;
  465. }
  466. .footer p {
  467. font-size: 13px;
  468. font-weight: 600;
  469. text-align: center;
  470. padding: 10px 0 30px 0;
  471. text-align: center;
  472. color: #292929;
  473. text-shadow: 0 1px 0 #ededed;
  474. width: 320px;
  475. margin: 0 auto;
  476. }
  477. /* ADAPTIVE LAYOUT CSS */
  478. /* For screens smaller than 490px (including iPhone/smartphone screens) */
  479. @media only screen and (min-width: 0px) and (max-width: 500px){
  480. .top-bar {
  481. height: 44px !important;
  482. }
  483. #user-panel {
  484. box-shadow: none;
  485. background: none;
  486. padding: 0;
  487. margin: 0;
  488. border-radius: 0;
  489. position: absolute;
  490. }
  491. #usr-notif { position: absolute; top: 1px !important; left: 4px !important; }
  492. #usr-notif + p { position: absolute; left: 168px !important; }
  493. #usr-notif + p a { margin-right: 10px; }
  494. #usr-info { position: absolute; top: 1px !important; left: 4px !important; width: 320px; }
  495. #usr-info p { line-height: 1; }
  496. #usr-name, #usr-avatar { display: none; }
  497. #nav { margin: 0 1%; min-width: 320px; }
  498. .nav-item { margin-top: 14px !important; }
  499. }
  500. /* For screens smaller than 600px (tablets or very small PC screens) */
  501. @media only screen and (min-width: 0px) and (max-width: 600px){
  502. .grid_1,
  503. .grid_2,
  504. .grid_3,
  505. .grid_4,
  506. .grid_5,
  507. .grid_6,
  508. .grid_7,
  509. .grid_8,
  510. .grid_9,
  511. .grid_10,
  512. .grid_11,
  513. .grid_12,
  514. .grid_13,
  515. .grid_14,
  516. .grid_15,
  517. .grid_16 {
  518. width: 98% !important;
  519. margin-left: 1% !important;
  520. margin-right: 1% !important;
  521. }
  522. .top-bar {
  523. height: 30px;
  524. }
  525. #user-panel {
  526. box-shadow: none;
  527. background: none;
  528. padding: 1px;
  529. margin: 0;
  530. border-radius: 0;
  531. width: 170px;
  532. height: 28px;
  533. }
  534. #usr-info { top: 4px; left: 4px; }
  535. #usr-info p { line-height: 1; }
  536. #usr-name { display: none; }
  537. #usr-avatar {
  538. display: none;
  539. }
  540. #nav { margin: 0 1%; padding: 0; min-width: 320px; }
  541. .nav-item {
  542. margin: 1px 1px 0 0;
  543. height: 28px;
  544. width: 28px;
  545. }
  546. .nav-item a {
  547. height: 28px;
  548. width: 28px;
  549. }
  550. .top-bar a p {
  551. display: none;
  552. max-height: 0px;
  553. }
  554. .nav-item img {
  555. width: 24px;
  556. height: 24px;
  557. padding: 2px;
  558. }
  559. .sub-nav { width: 60px; }
  560. .sub-nav a { width: 60px; height: 16px; }
  561. .ad-notif-error.no-display { display: block !important; }
  562. .box, .ad-notif-error, .ad-notif-info, .ad-notif-warn, .ad-notif-success {
  563. margin-bottom: 10px;
  564. }
  565. .content { padding: 10px 0; }
  566. .container_12, .container_16 {
  567. width: 100%;
  568. margin: 0;
  569. }
  570. }
  571. /* Grid changes for screens smaller than 1064px */
  572. @media only screen and (min-width: 600px) and (max-width: 1064px){
  573. .container_12 .grid_1,
  574. .container_12 .grid_2,
  575. .container_12 .grid_3,
  576. .container_12 .grid_4,
  577. .container_12 .grid_5,
  578. .container_16 .grid_1,
  579. .container_16 .grid_2,
  580. .container_16 .grid_3,
  581. .container_16 .grid_4,
  582. .container_16 .grid_5,
  583. .container_16 .grid_6,
  584. .container_16 .grid_7 {
  585. width: 48% !important;
  586. }
  587. .container_12 .grid_6,
  588. .container_12 .grid_7,
  589. .container_12 .grid_8,
  590. .container_12 .grid_9,
  591. .container_12 .grid_10,
  592. .container_12 .grid_11,
  593. .container_12 .grid_12,
  594. .container_16 .grid_8,
  595. .container_16 .grid_9,
  596. .container_16 .grid_10,
  597. .container_16 .grid_11,
  598. .container_16 .grid_12,
  599. .container_16 .grid_13,
  600. .container_16 .grid_14,
  601. .container_16 .grid_15,
  602. .container_16 .grid_16 {
  603. width: 98% !important;
  604. }
  605. .ad-notif-error.no-display { display: block !important; }
  606. }
  607. /* For screens smaller than 1280px */
  608. @media only screen and (min-width: 600px) and (max-width: 1249px){
  609. .top-bar {
  610. float: left;
  611. width: 80px;
  612. background: url(../img/grad-overlay-hz.png) 0 0 repeat-y #292929;
  613. border: none;
  614. border-right: 1px solid #515151;
  615. position: absolute;
  616. top: 0;
  617. }
  618. #nav {
  619. margin: 0;
  620. display: block;
  621. min-width: 0;
  622. }
  623. .nav-item {
  624. float: none;
  625. margin-top: 6px;
  626. margin-left: 0;
  627. }
  628. .nav-item a {
  629. display: list-item;
  630. }
  631. .nav-item:hover { border-radius: 0; }
  632. #user-panel {
  633. position: absolute !important;
  634. top: 4px;
  635. left: 80px;
  636. clear: left;
  637. background: url(../img/grad-overlay.png) #eee;
  638. height: 46px;
  639. width: 200px;
  640. border-radius: 0 2px 2px 0;
  641. box-shadow: inset 1px 0 1px 0 #000;
  642. }
  643. #usr-avatar { display: none; }
  644. #usr-info {
  645. margin: 0;
  646. padding: 0;
  647. position: absolute;
  648. top: 2px;
  649. left: 10px;
  650. }
  651. #usr-notif { color: #292929; }
  652. #usr-info a { color: #323232; }
  653. #usr-info p { line-height: 1.2em; }
  654. #usr-name, #usr-notif, #usr-info a { font-weight: 600; text-shadow: 0 1px 0 #eee; }
  655. .styler {
  656. position: absolute;
  657. left: -100px !important;
  658. }
  659. .content, .footer {
  660. width: auto !important;
  661. margin-left: 2px !important;
  662. margin-right: 2px !important;
  663. }
  664. .header {
  665. position: absolute;
  666. top: 0;
  667. right: 20px;
  668. }
  669. .content {
  670. margin-top: 0px;
  671. }
  672. }