Advertisement
keciasthemes

Untitled

Feb 12th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. ::-webkit-scrollbar {
  4. width: 5px;
  5. background: #ECECEC;
  6. border-radius: 5;
  7. }
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. background: #393a38;
  11. border-radius: 15px;
  12. }
  13.  
  14. ::-webkit-scrollbar-corner { background: #323431 }
  15.  
  16. body {
  17. color: #625E68;
  18. font-family: "Tahoma";
  19. font-size: 10px;
  20. background-image: url("http://www.tester.glittersweet.net/auctions/background2.png"), url("http://www.tester.glittersweet.net/auctions/background.png");
  21. background-attachment: fixed;
  22. background-position: top left, top left;
  23. background-repeat: repeat-x, repeat;
  24. text-align: justify;
  25. line-height: 11px;
  26. }
  27.  
  28. #container {
  29. position: relative;
  30. top: 7px;
  31. width: 646px;
  32. margin: 0 auto;
  33. background-color: #ededed;
  34. border: 1px solid #B7B7B7;
  35. padding: 6px;
  36. overflow: hidden;
  37. }
  38.  
  39. #header {
  40. position: relative;
  41. float: right;
  42. background: url("http://www.tester.glittersweet.net/auctions/Stylesheets/Stylesheet2/header.png");
  43. width: 500px;
  44. height: 225px;
  45. border: 1px solid #B7B7B7;
  46. }
  47.  
  48. #content {
  49. background: #f2f2f2;
  50. border: 1px solid #d1d1d1;
  51. padding: 2px;
  52. top: 4px;
  53. position: relative;
  54. float: left;
  55. width: 640px;
  56. }
  57.  
  58. #sidebar {
  59. background: #f2f2f2;
  60. padding: 2px;
  61. border: 1px solid #d1d1d1;
  62. position: relative;
  63. float: right;
  64. width: 216px;
  65. }
  66.  
  67. h1 {
  68. font: 22px georgia;
  69. text-transform: lowercase;
  70. text-align: left;
  71. letter-spacing: -1px;
  72. margin: 0 auto 1px;
  73. color: #2A2A2A;
  74. font-style: italic;
  75. border-bottom: 1px dashed #565656;
  76. }
  77.  
  78. h1::first-letter { color: #A6A6A6 }
  79.  
  80. h2 {
  81. padding: 3px;
  82. background: #565656;
  83. letter-spacing: 3px;
  84. font-size: 10px;
  85. font-family: "ernest";
  86. text-align: center;
  87. color: #B0B0B0;
  88. font-weight: normal;
  89. margin-top: -2px;
  90. }
  91.  
  92. a:visited,
  93. a:link,
  94. a:active {
  95. text-decoration: none;
  96. color: #565656;
  97. font-family: arial;
  98. font-size: 10px;
  99. -webkit-transition: 0.5s ease-out;
  100. -moz-transition: 0.5s ease-out;
  101. }
  102.  
  103. a:hover { color: #ffffff }
  104.  
  105. a.nav,
  106. a.nav:link,
  107. a.nav:active,
  108. a.nav:visited {
  109. color: #2A2A2A;
  110. background-color: #ff8be5;
  111. font-size: 10px;
  112. font-family: "ernest";
  113. line-height: 26.5px;
  114. letter-spacing: 1px;
  115. width: 130px;
  116. text-decoration: none;
  117. text-align: center;
  118. display: block;
  119. margin: 1px;
  120. -moz-transition: 0.5s ease-out;
  121. -webkit-transition: 0.5s ease-out;
  122. }
  123.  
  124. a.nav:hover {
  125. letter-spacing: 3px;
  126. border-radius: 5px;
  127. background: #EDEDED;
  128. }
  129.  
  130. a.nav:nth-child(4n+1) { background-color: #a7a7a7 }
  131.  
  132. a.nav:nth-child(4n+2) { background-color: #898989 }
  133.  
  134. a.nav:nth-child(4n+3) { background-color: #6b6b6b }
  135.  
  136. a.nav:nth-child(4n+4) { background-color: #565656 }
  137.  
  138. a.nav:nth-child(4n+1):hover,
  139. a.nav:nth-child(4n+2):hover,
  140. a.nav:nth-child(4n+3):hover,
  141. a.nav:nth-child(4n+4):hover { background-color: #ededed }
  142.  
  143. #navi {
  144. margin: 0 auto;
  145. background: #f2f2f2;
  146. border: 1px solid #d1d1d1;
  147. margin-top: 0px;
  148. margin-bottom: 5px;
  149. margin-left: 0px;
  150. padding: 3px;
  151. width: 132px;
  152. float: left;
  153. }
  154.  
  155. #footer {
  156. position: relative;
  157. text-align: center;
  158. margin: 0px;
  159. padding: 4px;
  160. clear: both;
  161. }
  162.  
  163. a.affies:active,
  164. a.affies:visited,
  165. a.affies:link {
  166. display: block;
  167. font-size: 10px;
  168. font-family: "ernest";
  169. color: #2a2a2a;
  170. text-align: center;
  171. line-height: 12px;
  172. margin: 1px;
  173. background-color: #ff8be5;
  174. padding: 0px;
  175. text-decoration: none;
  176. -webkit-transition: 0.5s ease-out;
  177. -moz-transition: 0.5s ease-out;
  178. }
  179.  
  180. a.affies:hover {
  181. letter-spacing: 1px;
  182. text-decoration: none;
  183. background-color: #F2F2F2;
  184. }
  185.  
  186. a.affies:nth-child(4n+1) { background-color: #a7a7a7 }
  187.  
  188. a.affies:nth-child(4n+2) { background-color: #898989 }
  189.  
  190. a.affies:nth-child(4n+3) { background-color: #6b6b6b }
  191.  
  192. a.affies:nth-child(4n+4) { background-color: #565656 }
  193.  
  194. a.affies:nth-child(4n+1):hover,
  195. a.affies:nth-child(4n+2):hover,
  196. a.affies:nth-child(4n+3):hover,
  197. a.affies:nth-child(4n+4):hover { background-color: #ededed }
  198.  
  199. a.elite:link,
  200. a.elite:active {
  201. display: inline-block;
  202. text-transform: uppercase;
  203. width: 30px;
  204. border: 2px solid #a6a6a6;
  205. color: #2a2a2a;
  206. line-height: 25px;
  207. font-family: "ernest";
  208. text-decoration: none;
  209. text-align: center;
  210. font-size: 10px;
  211. font-weight: normal;
  212. background: #f2f2f2;
  213. margin: 2px;
  214. letter-spacing: 0px;
  215. transition: all 0.5s ease-out;
  216. }
  217.  
  218. a.elite:hover {
  219. color: #f2f2f2;
  220. background: #f2f2f2;
  221. border: 2px solid #f2f2f2;
  222. }
  223.  
  224. b { color: #565656 }
  225.  
  226. i { color: #565656 }
  227.  
  228. big {
  229. color: #565656;
  230. font-size: 16px;
  231. text-transform: uppercase;
  232. }
  233.  
  234. strike { color: #565656 }
  235.  
  236. u {
  237. text-decoration: none;
  238. border-bottom: 1px #ffffff dotted;
  239. color: #565656;
  240. }
  241.  
  242. #content img,
  243. #content a img {
  244. padding: 4px;
  245. background: url(http://tester.glittersweet.net/auctions/images.png) bottom center;
  246. opacity: 1;
  247. -moz-transition: 0.5s ease-out;
  248. -webkit-transition: 0.5s ease-out;
  249. margin: 3px;
  250. }
  251.  
  252. #content img:hover,
  253. #content a:hover img {
  254. background: url(http://tester.glittersweet.net/auctions/images.png) top center;
  255. opacity: 1;
  256. -moz-transition: 0.5s ease-out;
  257. -webkit-transition: 0.5s ease-out;
  258. }
  259.  
  260. blockquote {
  261. font-size: 10px;
  262. font-family: "ernest";
  263. width: 370px;
  264. border-radius: 5px;
  265. display: block;
  266. background: #444444;
  267. padding: 10px 15px 10px 40px;
  268. margin: 0 auto;
  269. position: relative;
  270. line-height: 1.2;
  271. color: #8e8e8e;
  272. text-align: justify;
  273. }
  274.  
  275. #footer {
  276. top: 5px;
  277. margin: 0px auto;
  278. clear: both;
  279. text-align: center;
  280. }
  281.  
  282.  
  283. #footerbox {
  284. float:left;
  285. width:646px;
  286. height:200px;
  287. margin: -3px 0px 5px -4px;}
  288.  
  289. #box {
  290. display: inline-block;
  291. margin: 0px auto;
  292. width: 311px;
  293. height: 125px;
  294. font-family: "Tahoma";
  295. font-size: 10px;
  296. border: 1px solid #d1d1d1;
  297. background-color: #F2F2F2;}
  298. </style></head>
  299. <body>
  300.  
  301.  
  302. <div id="container">
  303.  
  304. <div id="header"> </div>
  305. <div id="navi">
  306.  
  307. <a href="/" class="nav">home</a>
  308. <a href="/" class="nav">content</a>
  309. <a href="/" class="nav">tutorials</a>
  310. <a href="/" class="nav">link</a>
  311. <a href="/" class="nav">link</a>
  312. <a href="/" class="nav">link</a>
  313. <a href="/" class="nav">link</a>
  314. <a href="/" class="nav">host</a>
  315. </div>
  316.  
  317. <div id="CONTENT">
  318. <h1>This is header one</h1><b>Bold</b>, <i>italic</i>, <u>underline</u>, <strike>strike</strike>, <big>big</big>. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam varius diam vitae erat efficitur dapibus. Aenean sed magna nisl. Nunc nulla nibh, lobortis eleifend ornare at, cursus nec diam. Fusce sollicitudin molestie sem eget lobortis. Nulla mollis molestie enim sit amet facilisis.
  319. <br><br>
  320.  
  321. <blockquote> &rBarr; This is your blockquote</blockquote><br>
  322.  
  323. <h1>This is how images look</h1>
  324. <center>
  325. <img src="http://tester.glittersweet.net/auctions/icon.png">
  326. <img src="http://tester.glittersweet.net/auctions/icon.png">
  327. <img src="http://tester.glittersweet.net/auctions/icon.png">
  328. <img src="http://tester.glittersweet.net/auctions/icon.png">
  329. </center>
  330. </div>
  331.  
  332. <div id="footer">
  333. <div id="footerbox">
  334. <table width="100%">
  335. <td width="50%">
  336. <div id="box">
  337. <h2>welcome</h2>
  338. <table width="100%"><tr><td align="left" width="50%">
  339. <a class="affies" href="/">link</a>
  340. <a class="affies" href="/">link</a>
  341. <a class="affies" href="/">link</a>
  342. <a class="affies" href="/">link</a>
  343. </td><td align="center" width="50%">
  344. <a class="affies" href="/">link</a>
  345. <a class="affies" href="/">link</a>
  346. <a class="affies" href="/">link</a>
  347. <a class="affies" href="/">link</a>
  348. </td></tr></table></div>
  349. </td>
  350. <td width="50%">
  351. <div id="box">
  352. <h2>welcome</h2>
  353. <b>bold</b> <i>italic</i> <u>underline</u> <a href="">link</a>
  354. <p>"There will be days when I walk in an arena and people will cheer and then there might be days when I walk in an arena and people might boo, but it all sounds the same to me because it's all just noise that lets me know that I'm relevant." -Drake</p></div>
  355. </div>
  356. </td></table><br>
  357. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement