Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.57 KB | None | 0 0
  1.  
  2.  
  3. body {
  4.     background: #ECF0F1;
  5.     font-family: Helvetica;
  6. }
  7.  
  8. h2 {
  9.     color: #a6a6a6;
  10. }
  11.  
  12. /* NAVIGATION */
  13.  
  14. nav {
  15.     position: fixed;
  16.     top: 10px;
  17.     left: 10px;
  18. }
  19.  
  20. nav a {
  21.     color: #4889C2;
  22.     font-weight: bold;
  23.     text-decoration: none;
  24.     opacity: .3;
  25.     -moz-transition: all .4s;
  26. }
  27.  
  28. nav a:hover {
  29.     opacity: 1;
  30. }
  31.  
  32. nav a.focus {
  33.     opacity: 1;
  34. }
  35.  
  36. /* LOGIN & REGISTER FORM */
  37.  
  38. form {
  39.     width: 340px;
  40.     height: 260px;
  41.     margin: 200px auto;
  42.     background: white;
  43.     border-radius: 3px;
  44.     box-shadow: 0 0 10px rgba(0,0,0, .4);
  45.     text-align: center;
  46.     padding-top: 1px;
  47. }
  48.  
  49. form.register{                             
  50.     height: 420px;
  51. }
  52.  
  53. form .text-field {                                 
  54.     border: 1px solid #a6a6a6;
  55.     width: 290px;
  56.     height: 40px;
  57.     border-radius: 3px;
  58.     margin-top: 10px;
  59.     padding-left: 10px;
  60.     color: #6c6c6c;
  61.     background: #fcfcfc;
  62.     outline: none;
  63. }
  64.  
  65. form .text-field:focus {
  66.     box-shadow: inset 0 0 2px rgba(0,0,0, .3);
  67.     color: #a6a6a6;
  68.     background: white;
  69. }
  70.  
  71.  
  72.  
  73. body{
  74. margin: 0;
  75. padding: 0;
  76. border: 0;
  77. overflow: hidden;
  78. height: 100%;
  79. max-height: 100%;
  80. }
  81.  
  82. #framecontent{
  83. position: absolute;
  84. top: 0;
  85. bottom: 0;
  86. left: 0;
  87. width: 200px; /*Width of frame div*/
  88. height: 100%;
  89. overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  90. background: #2A2A2A;
  91. color: white;
  92. }
  93.  
  94. #maincontent{
  95. position: fixed;
  96. top: 0;
  97. left: 200px; /*Set left value to WidthOfFrameDiv*/
  98. right: 0;
  99. bottom: 0;
  100. overflow: auto;
  101. background: #606060;
  102. }
  103.  
  104. .innertube{
  105. margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
  106. }
  107.  
  108. * html body{ /*IE6 hack*/
  109. padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
  110. }
  111.  
  112. * html #maincontent{ /*IE6 hack*/
  113. height: 100%;
  114. width: 100%;
  115. }
  116.  
  117.  
  118.  
  119. .urbangreymenu{
  120. width: 190px; /*width of menu*/
  121. }
  122.  
  123. .urbangreybar{
  124. width: 100%;
  125. }
  126.  
  127. .urbangreybar .headbar{
  128. font: bold 13px Verdana;
  129. color: #909090;
  130. background: #F6F6F6;
  131. margin-bottom: 0; /*bottom spacing between header and rest of content*/
  132. text-align: center;
  133. text-transform: uppercase;
  134. padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
  135. //border: 1px solid #a6a6a6;
  136. }
  137.  
  138. .urbangreymenu .headerbar{
  139. font: bold 13px Verdana;
  140. color: #2F2F2F;
  141. background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
  142. margin-bottom: 10; /*bottom spacing between header and rest of content*/
  143. text-transform: uppercase;
  144. padding: 7px 0 7px 55px; /*31px is left indentation of header text*/
  145. }
  146.  
  147. .urbangreymenu ul{
  148. list-style-type: none;
  149. margin: 0;
  150. padding: 0;
  151. margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
  152. }
  153.  
  154. .urbangreymenu ul li{
  155. padding-bottom: 2px; /*bottom spacing between menu items*/
  156. }
  157.  
  158. .urbangreymenu ul li a{
  159. font: normal 12px Arial;
  160. color: #909090;
  161. background: #2F2F2F;//#E9E9E9;
  162. display: block;
  163. padding: 5px 0;
  164. line-height: 17px;
  165. padding-left: 8px; /*link text is indented 8px*/
  166. text-decoration: none;
  167. }
  168.  
  169.  
  170. .urbangreymenu ul li button{
  171. font: normal 12px Arial;
  172. color: #909090;
  173. background: #2F2F2F;//#E9E9E9;
  174. display: block;
  175. padding: 5px 0;
  176. line-height: 17px;
  177. padding-left: 8px; /*link text is indented 8px*/
  178. text-decoration: none;
  179. }
  180. //.urbangreymenu ul li a:visited{
  181. //color: black;
  182. //}
  183.  
  184. .urbangreymenu ul li a:hover{ /*hover state CSS*/
  185. color: white;
  186. background: red;
  187. }
  188.  
  189.  
  190. .cente {
  191. border:0;
  192. padding:0;
  193. width:0px;
  194. border-top:1px;
  195. font:10px verdana, helvetica, arial, sans-serif;
  196. background:#F6F6F6
  197. }
  198.  
  199. table {
  200. border:0;
  201. width:100%;
  202. }
  203.  
  204. .text-field {
  205. border:0;
  206. height: 100%;
  207. width: 100%;
  208. background: white;
  209. }
  210.  
  211. .textbox {
  212. height: 100%;
  213. width: 100%;
  214. background: white;
  215. }
  216.  
  217. .cen_a {
  218. background: #ffffff;//#00B1E1;
  219. }
  220.  
  221. .cen_b {
  222. font: bold 13px Verdana;
  223. border-width: 3px 7px 7px 4px;
  224. padding: 7px;
  225. background: #CFD9DB;
  226. }
  227.  
  228. .buttoncore {
  229.  
  230.     background:  #606060;
  231.     border: 1px solid #a6a6a6;
  232.     width: 140px;
  233.     height: 20px;
  234.     cursor: pointer;
  235.     color: #2F2F2F;
  236.     font-weight: bold;
  237.     font-size: 13px;  
  238. }
  239.  
  240. .buttoncore:hover {
  241.         color: white;
  242.     background: red;
  243. }
  244.  
  245. .buttoncore:active {
  246.         color: white;
  247.     background: red;
  248. }
  249.  
  250. input.tryitbtn, input.tryitbtn:link, input.tryitbtn:visited,input.showbtn, input.showbtn:link, input.showbtn:visited {
  251.     font-family:Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  252.     display:inline-block;
  253.     color:#FFFFFF;
  254.     background-color:#8AC007;
  255.     font-weight:bold;
  256.     font-size:14px;
  257.     text-align:center;
  258.     padding:0.2% 0.2%;
  259.     text-decoration:none;
  260.     margin-left:0;
  261.     margin-top:0px;
  262.     margin-bottom:7px;
  263.     border:1px solid #aaaaaa;
  264.     border:1px solid #8AC007;
  265.     border-radius:4px;
  266.     white-space:nowrap;
  267.     height: 100%;
  268.     width: 100%;
  269. }
  270. input.tryitbtn:hover, input.tryitbtn:active, input.showbtn:hover, input.showbtn:active {
  271.     background-color:#ffffff;
  272.     color:#8AC007;
  273. }
  274.  
  275. input.button {
  276.     font-family:Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  277.     display:inline-block;
  278.     color:#FFFFFF;
  279.     background-color:#8AC007;
  280.     font-weight:bold;
  281.     font-size:14px;
  282.     text-align:center;
  283.     padding:0.2% 0.2%;
  284.     text-decoration:none;
  285.     margin-left:0;
  286.     margin-top:0px;
  287.     margin-bottom:7px;
  288.     border:1px solid #aaaaaa;
  289.     border:1px solid #8AC007;
  290.     border-radius:4px;
  291.     width: 124px;  
  292.     height: 20px;
  293.     white-space:nowrap;
  294. }
  295. input.button:hover, input.button:active, input.button:hover, input.button:active {
  296.     background-color:#ffffff;
  297.     color:#8AC007;
  298. }
  299.  
  300. button.button, button.button:link, button.button:visited, button.showbtn, button.showbtn:link, button.showbtn:visited {
  301.     font-family:Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  302.     display:inline-block;
  303.     color:#FFFFFF;
  304.     background-color:#8AC007;
  305.     font-weight:bold;
  306.     font-size:14px;
  307.     text-align:center;
  308.     padding:0.7% 2.0%;
  309.     text-decoration:none;
  310.     margin-left:0;
  311.     margin-top:0px;
  312.     margin-bottom:0px;
  313.     border:1px solid #aaaaaa;
  314.     border:1px solid #8AC007;
  315.     border-radius:4px;
  316.     width: 60px;   
  317.     height: 20px;
  318.     white-space:nowrap;
  319. }
  320.  
  321. button.button:hover, button.button:active, button.showbtn:hover, button.showbtn:active {
  322.     background-color:#ffffff;
  323.     color:#8AC007;
  324. }
  325.  
  326. .buttonst {
  327.     background: #63D3E9;
  328.     border-radius: 3px;
  329.     border: 1px solid #a6a6a6;
  330.     width: 290px;
  331.     height: 40px;
  332.     margin-top: 20px;
  333.     cursor: pointer;
  334.     color: white;
  335.     font-weight: bold;
  336.     font-size: 13px;
  337. }
  338.  
  339. .buttonst:hover {
  340.     background: #56CFE7;
  341. }
  342.  
  343. .buttonst:active {
  344.     background: #63D3E9;
  345. }
  346.  
  347. .buttonpl {
  348.     background: #63D3E9;
  349.     border: 0px solid #a6a6a6;
  350.     width: 190px;
  351.     height: 20px;
  352.     cursor: pointer;
  353.     color: white;
  354.     font-weight: bold;
  355.     font-size: 13px;
  356.         text-align:left;
  357. }
  358.  
  359. .buttonpl:hover {
  360.         color: white;
  361.         background: red;
  362. }
  363.  
  364. .buttonpl:active {
  365.     background: #63D3E9;
  366. }
  367.  
  368.  
  369.  
  370.  
  371. .slider-wrap {position: relative;margin-left: 12px;margin-top: 10px ; width: 192px;}
  372. .slider {
  373.     position: relative;
  374.     width: 192px;
  375.     margin: auto;
  376. }
  377. ul {
  378.     margin: 0;
  379.     padding:0;
  380. }
  381. ul li {
  382.     list-style: none;
  383.     text-align: center;
  384. }
  385. ul li span {
  386.     display: inline-block;
  387.     vertical-align: middle;
  388.     width: 180px;
  389.     height: 30px;
  390.     background: black;
  391. }
  392.  
  393. .slider-arrow {
  394.     position: absolute;
  395.     top: 10px;
  396.     width: 20px;
  397.     height: 20px;
  398.     background: black;
  399.     color: #fff;
  400.     text-align: center;
  401.     text-decoration: none;
  402.     border-radius: 20%;
  403. }
  404.  
  405. .sa-left {left: 10px;}
  406. .sa-right {right: 10px;}
  407.  
  408. .black {background: black;}
  409. .red {background: red;}
  410. .green {background: green;}
  411. .blue {background: blue;}
  412. .yellow {background: yellow;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement