Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.81 KB | None | 0 0
  1. .usercp_nav_item {
  2.     display: block;
  3. }
  4.  
  5. .usercp_nav_item a {
  6.     color: #454545;
  7. }
  8.  
  9. .usercp_nav_item:before {
  10.     font-size: 16px;
  11.     font-family: 'FontAwesome';
  12.     color: #fff; /* color of icon */
  13.     width: 28px;
  14.     margin-right: 5px;
  15.     text-align: center;
  16.     display: inline-block;
  17. }
  18.  
  19. .usercp_nav_composepm:before {
  20.     content: "\f112";
  21. }
  22.  
  23. .usercp_nav_pmfolder:before {
  24.     content: "\f07c";
  25. }
  26.  
  27. .usercp_nav_sub_pmfolder:before {
  28.     content: "\f07b";
  29. }
  30.  
  31. .usercp_nav_trash_pmfolder:before {
  32.     content: "\f014";
  33. }
  34.  
  35. .usercp_nav_pmtracking:before {
  36.     content: "\f024";
  37. }
  38.  
  39. .usercp_nav_pmfolders:before {
  40.     content: "\f07b";
  41. }
  42.  
  43. .usercp_nav_profile:before {
  44.     content: "\f007";
  45. }
  46.  
  47. .usercp_nav_email:before {
  48.     content: "\f0e0";
  49. }
  50.  
  51. .usercp_nav_password:before {
  52.     content: "\f084";
  53. }
  54.  
  55. .usercp_nav_username:before {
  56.     content: "\f111";
  57. }
  58.  
  59. .usercp_nav_editsig:before {
  60.     content: "\f040";
  61. }
  62.  
  63. .usercp_nav_avatar:before {
  64.     content: "\f03e";
  65. }
  66.  
  67. .usercp_nav_options:before {
  68.     content: "\f085";
  69. }
  70.  
  71. .usercp_nav_usergroups:before {
  72.     content: "\f0c0";
  73. }
  74.  
  75. .usercp_nav_editlists:before {
  76.     content: "\f004";
  77. }
  78.  
  79. .usercp_nav_attachments:before {
  80.     content: "\f0c6";
  81. }
  82.  
  83. .usercp_nav_drafts:before {
  84.     content: "\f040";
  85. }
  86.  
  87. .usercp_nav_subscriptions:before {
  88.     content: "\f02e";
  89. }
  90.  
  91. .usercp_nav_fsubscriptions:before {
  92.     content: "\f03a";
  93. }
  94.  
  95. .usercp_nav_notepad:before {
  96.     content: "\f02d";
  97. }
  98.  
  99. .usercp_nav_viewprofile:before {
  100.     content: "\f007";
  101. }
  102.  
  103. .usercp_nav_home:before {
  104.     content: "\f015";
  105. }
  106.  
  107. .usercp_nav_status:before {
  108.     content: "\f118";
  109. }
  110.  
  111. .usercp_nav_myalerts:before {
  112.     content: "\f0f3";
  113. }
  114.  
  115. .usercp_nav_myalerts_delete_all:before {
  116.     content: "\f058";
  117. }
  118.  
  119. .usercp_nav_myalerts_delete_read:before {
  120.     content: "\f05c";
  121. }
  122.  
  123. .usercp_nav_award:before {
  124.     content: "\f091";
  125. }
  126.  
  127. .usercp_notepad {
  128.     width: 99%;
  129. }
  130.  
  131. .usercp_container {
  132.     margin: 5px;
  133.     padding: 8px;
  134.     border: 1px solid #CCC;
  135. }
  136.  
  137. .pmspace {
  138.     float: right;
  139.     margin: -3px 5px;
  140. }
  141.  
  142. .pmspace_container {
  143.     background: #fff;
  144.     border: 1px solid #ccc;
  145.     width: 100px;
  146.     display: inline-block;
  147. }
  148.  
  149. .pmspace_used {
  150.     display: inline-block;
  151.     color: #fff;
  152.     margin: -1px;
  153. }
  154.  
  155. .pmspace_used.low {
  156.     border: 1px solid #0c5a01;
  157.     background: #167203;
  158. }
  159.  
  160. .pmspace_used.medium {
  161.     background: #ff862b;
  162.     border: 1px solid #d7611e;
  163. }
  164.  
  165. .pmspace_used.high {
  166.     background: #e73c3c;
  167.     border: 1px solid #c00;
  168. }
  169.  
  170. .pmspace_unused {
  171.     display: inline-block;
  172. }
  173.  
  174. .pmspace_text {
  175.     padding: 1px 5px;
  176.     display: inline-block;
  177. }
  178.  
  179. #toggle_slideview_left {
  180.     position: fixed;
  181.     z-index: 9;
  182.     top: 10px;
  183.     left: 10px;
  184.     background: #3168aa;
  185.     border: 1px solid #3168aa;
  186.     margin: 0;
  187.     padding: 10px 9px 8px;
  188. }
  189.  
  190. #slideview_left {
  191.     display: none;
  192.     position: fixed;
  193.     top: 0;
  194.     left: 0;
  195.     background: #3168aa; /* #4289df; */
  196.     width: 240px;
  197.     height: 100%;
  198.     overflow: auto;
  199.     padding: 20px 0;
  200.     margin: 0;
  201.     list-style: none;
  202.     z-index: 10; /* Make sure the z-index is lower than the #page */
  203.     color: #7eb9ff;
  204. }
  205.  
  206. #slideview_left::-webkit-scrollbar {
  207.     display: none;
  208. }
  209.  
  210. .slideview_heading {
  211.     font-size: 18px;
  212.     font-weight: 700;
  213. }
  214.  
  215. /* Animations */
  216.  
  217. #page,#slideview_left {
  218.     -webkit-backface-visibility: hidden;
  219.     -webkit-perspective: 1000;
  220. }
  221.  
  222. .animating #slideview_left,.menu2-visible #slideview_left {
  223.     display: block;
  224. }
  225.  
  226. .animating #page {
  227.     transition: transform .25s ease-in-out;
  228.     -webkit-transition: -webkit-transform .25s ease-in-out;
  229. }
  230.  
  231. .animating.left #page {
  232.     transform: translate3d(-240px,0,0);
  233.     -webkit-transform: translate3d(-240px,0,0);
  234. }
  235.  
  236. .animating.right #page {
  237.     transform: translate3d(240px,0,0);
  238.     -webkit-transform: translate3d(240px,0,0);
  239. }
  240.  
  241. .animating #toggle_slideview_left {
  242.     transition: transform .25s ease-in-out;
  243.     -webkit-transition: -webkit-transform .25s ease-in-out;
  244. }
  245.  
  246. .animating.left #toggle_slideview_left {
  247.     transform: translate3d(-240px,0,0);
  248.     -webkit-transform: translate3d(-240px,0,0);
  249. }
  250.  
  251. .animating.right #toggle_slideview_left {
  252.     transform: translate3d(240px,0,0);
  253.     -webkit-transform: translate3d(240px,0,0);
  254. }
  255.  
  256. .menu2-visible #page {
  257.     left: 240px;
  258. }
  259.  
  260. .menu2-visible #slideview {
  261.     display: none !important;
  262. }
  263.  
  264. .menu2-visible #toggle_slideview_left {
  265.     left: 250px !important;
  266. }
  267.  
  268. ul.slideview_nav {
  269.     list-style: none;
  270.     margin: 20px 0;
  271.     padding: 0;
  272. }
  273.  
  274. ul.slideview_nav li {
  275.     display: block;
  276. }
  277.  
  278. ul.slideview_nav li a:link,ul.slideview_nav li a:visited {
  279.     display: block;
  280.     padding: 10px 20px;
  281.     border-bottom: 1px solid #3B79C4;
  282.     color: #fff;
  283. }
  284.  
  285. ul.slideview_nav li a:hover {
  286.     color: #bddbff;
  287. }
  288.  
  289. #slideview_left2 {
  290.     position: fixed;
  291.     top: 0;
  292.     right: 100%;
  293.     margin: 0;
  294.     margin-left: -260px;
  295.     background: #3168AA;
  296.     width: 260px;
  297.     height: 100%;
  298.     overflow: auto;
  299.     padding: 20px 0 100px 0px;
  300.     list-style: none;
  301.     z-index: 99999;
  302. /* Make sure the z-index is lower than the #page */
  303.     color: #7eb9ff;
  304. }
  305.  
  306. #slideview_left2 {
  307.     transition: transform .25s ease-in-out;
  308.     -webkit-transition: -webkit-transform .25s ease-in-out;
  309. }
  310.  
  311. #slideview_left2.animating.left  {
  312.     transform: translate3d(-260px,0,0);
  313.     -webkit-transform: translate3d(-260px,0,0);
  314. }
  315.  
  316. #slideview_left2.animating.right {
  317.     transform: translate3d(260px,0,0);
  318.     -webkit-transform: translate3d(260px,0,0);
  319. }
  320.  
  321. #slideview_left2 {
  322.     -webkit-backface-visibility: hidden;
  323.     -webkit-perspective: 1000;
  324. }
  325.  
  326. #toggle_slideview_body {
  327.     position: fixed;
  328.     z-index: 9;
  329.     top: 10px;
  330.     right: 10px;
  331.     background: #3168aa;
  332.     border: 1px solid #3168aa;
  333.     margin: 0;
  334.     padding: 10px 9px 8px;
  335. }
  336.  
  337. #toggle_slideview_close {
  338.     position: absolute;
  339.     left: 20px;
  340.     top: 15px;
  341.     background: transparent;
  342.     border: transparent;
  343.     margin: 0;
  344.     padding:10px;
  345. }
  346.  
  347. #toggle_slideview_left_body {
  348.     position: fixed;
  349.     z-index: 9999;
  350.     top: 10px;
  351.     left: 10px;
  352.     background: #3168aa;
  353.     border: 1px solid #3168aa;
  354.     margin: 0;
  355.     padding: 10px 9px 8px;
  356. }
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. /* SCREEN IS MORE THAN 1000PX WIDE  */
  368.  
  369. @media only screen and (min-width: 1000px) {
  370.     #page {
  371.         margin-left: 240px;
  372.     }
  373.  
  374.     .toggle_slideview_left {
  375.         display: none;
  376.     }
  377.  
  378.     #slideview_left2 {
  379.         display: block;
  380.         left: auto;
  381.         right: auto;
  382.         margin-left: 0;
  383.     }
  384.    
  385.     #slideview_left2.animating.left  {
  386.         transform: none;
  387.         -webkit-transform: none;
  388.     }
  389.  
  390.     #slideview_left2.animating.right {
  391.         transform: none;
  392.         -webkit-transform: none;
  393.     }
  394.     body#error #page {
  395.         margin-left: 0;
  396.     }
  397.  
  398. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement