Advertisement
Monochrome

- the north wind.

Nov 26th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.20 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #EDEDEE;
  11. background-image: url('http://sites.psu.edu/cmessner/wp-content/uploads/sites/16418/2014/10/rcl-background.png');
  12. background-attachment: fixed;
  13. background-position: bottom left;
  14. background-repeat: no-repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #2B3D4E; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  24. big {color: #3B2F7F; font-size: 15px; font-weight: light; margin-left: 50px; letter-spacing: 0px; font-family: Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #43150E 0px 0px 1px;}
  25. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. @font-face {
  39.   font-family: 'CaneletterScriptThinPersonal';
  40.   src: url('http://www.fontsaddict.com/fontface/caneletterscriptthinpersonal.ttf');
  41. }
  42.  
  43. h1{
  44. background-color: #21506B;
  45. color: #EDEDEE;
  46. font-size: 13px;
  47. font-family: Century Gothic;
  48. line-height: 15px;  
  49. text-align: center;
  50. margin-top: 0px;
  51. letter-spacing: 2px;  
  52. text-transform: lowercase;
  53. }
  54.  
  55. #no{
  56. position: fixed;
  57. top: 0px;
  58. left: 0px;
  59. right: 0px;
  60. bottom: 0px;
  61. z-index: 999999;
  62. }
  63.  
  64. #border {
  65. position: absolute;
  66. top: 250px;
  67. left: 680px;
  68. width: 502px;
  69. height: 165px;
  70. border: #334984 1px solid;
  71. padding: 10px;
  72. background: url("http://www.redlandretailawards.com.au/images/backgrounds/bg-vintage-wallpaper-blue.jpg");
  73. }
  74.  
  75. #mini{
  76. position: absolute;
  77. left: 10px;
  78. padding: 0px;
  79. border: #1C5180 1px solid;
  80. }
  81.  
  82. #icon{
  83. position: absolute;
  84. margin-left: 1px;
  85. margin-top: -1px;
  86. width: 150px;
  87. height: 153px;
  88. border: 4px Solid #21506B;
  89. background-color: #0c0c0c;
  90. background-image:url('https://31.media.tumblr.com/b4891ad24517a505c2fde063c3b40d1a/tumblr_nc741d7Eqg1qlgf8so3_500.gif');
  91. background-repeat: no-repeat;
  92. background-position: 0px -5px;
  93. background-size: 150px 158px;
  94. z-index: 200;
  95. -ms-transition: opacity .3s linear;
  96. -moz-transition: opacity .3s linear;
  97. -o-transition: opacity .3s linear;
  98. -webkit-transition: opacity .3s linear;
  99. }
  100.  
  101. #title{
  102. position: absolute;
  103. background-color: #21506B;
  104. color: #EDEDEE;
  105. font-size: 15px;
  106. font-family: Century Gothic;
  107. line-height: 25px;  
  108. text-align: right;
  109. margin-top: -1px;
  110. margin-left: 150px;
  111. width: 351px;
  112. height: 25px;
  113. letter-spacing: 2px;  
  114. text-transform: lowercase;
  115. -ms-transition: opacity .3s linear;
  116. -moz-transition: opacity .3s linear;
  117. -o-transition: opacity .3s linear;
  118. -webkit-transition: opacity .3s linear;
  119. }
  120.  
  121. #name {
  122. position: fixed;
  123. top: 195px;
  124. left: 680px;
  125. z-index: 550;
  126. color: #7C747D;
  127. font-size: 55px;
  128. line-height: 80px;
  129. letter-spacing: 2px;
  130. font-family: 'CaneletterScriptThinPersonal';
  131. text-shadow: #193D52 2px 3px 4px;
  132. z-index: 600;
  133. }
  134.  
  135. .image {
  136. opacity: 0;
  137. width: autopx;
  138. height: 163px;
  139. background-color: transparent;
  140. text-align: justify;
  141. overflow: auto;
  142. -ms-transition: opacity .3s linear;
  143. -moz-transition: opacity .3s linear;
  144. -o-transition: opacity .3s linear;
  145. -webkit-transition: opacity .3s linear; }
  146.  
  147. .image:hover {
  148. opacity: 1; }
  149.  
  150. .text {
  151. line-height: 1.5;
  152. padding-top: 2px;
  153. font-family: verdana;
  154. font-size: 10;
  155. color: silver;
  156. text-align: justify; }
  157.  
  158. #navi{
  159. position: absolute;
  160. margin-left: 155px;
  161. margin-top: 18px;
  162. width: 346px;
  163. height: 30px;
  164. background-color: #21506B;
  165. overflow: hidden;
  166. z-index: 2000000;
  167. -ms-transition: opacity .3s linear;
  168. -moz-transition: opacity .3s linear;
  169. -o-transition: opacity .3s linear;
  170. -webkit-transition: opacity .3s linear;
  171. }
  172.  
  173. .box {
  174. position: fixed;
  175. right: -1000px;
  176. top: 440px;  
  177. width: 511px;
  178. height: 150px;
  179. padding: 5px;
  180. color: #212121;
  181. font-family: verdana;
  182. font-variant: small-caps;
  183. text-align: justify;  
  184. font-size: 10px;
  185. line-height: 13px;  
  186. overflow: auto;
  187. background-color: #ededee;
  188. border: 2px Solid #21506B;
  189. opacity: 0;
  190. transition: all 0.5s ease-in-out;
  191. -webkit-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. -o-transition: all 0.5s ease-in-out;
  194. -ms-transition: all 0.5s ease-in-out;
  195. z-index: 5000;
  196. }
  197.  
  198. .box:target {
  199. top: 440px;
  200. right: 162px;
  201. opacity: 1;
  202. transition: all 0.5s ease-in-out;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. -ms-transition: all 0.5s ease-in-out;
  207. }
  208.  
  209. #sui{
  210. position:fixed;
  211. top: 0px;
  212. left: -50px;
  213. z-index:50000;
  214. }
  215.  
  216. #ka{
  217. position:fixed;
  218. top: 150px;
  219. left: 1100px;
  220. z-index:50000;
  221. }
  222.  
  223. #cune {
  224. position: absolute;
  225. margin-left: 154px;
  226. margin-top: 45px;
  227. width: 330px;
  228. height: 96px;
  229. padding: 5px;
  230. color: #212121;
  231. font-family: verdana;
  232. font-variant: small-caps;
  233. text-align: justify;  
  234. font-size: 10px;
  235. line-height: 13px;  
  236. border: 4px Solid #21506B;
  237. background-color: #EDEDEE;
  238. overflow: auto;
  239. -ms-transition: opacity .3s linear;
  240. -moz-transition: opacity .3s linear;
  241. -o-transition: opacity .3s linear;
  242. -webkit-transition: opacity .3s linear;
  243. }
  244.  
  245. a.nav:link, a.nav:active, a.nav:visited{
  246. letter-spacing: 1px;
  247. text-transform: lowercase;
  248. display: inline-block;
  249. width: 100px;
  250. height: 20px;
  251. margin: 5px;
  252. color: #EDEDEE;
  253. background-color: transparent;
  254. text-align: center;
  255. line-height: 18px;    
  256. font-variant: small-caps;
  257. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  258. -webkit-transition: all 0.4s ease-out;
  259. -moz-transition: all 0.4s ease-out;
  260. -moz-border-radius-topright: 5px;
  261. -moz-border-radius-bottomright: 5px;}
  262.  
  263. a.nav:hover{
  264. background-color: transparent;
  265. color: transparent;
  266. text-decoration: none;
  267. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  268. }
  269.  
  270. a {
  271. color: #3071b5;
  272. text-decoration: none;
  273. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  274. }
  275.        
  276. a:hover {
  277. color: transparent;
  278. text-decoration: none;
  279. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  280. }
  281.  
  282. </style>
  283.  
  284. <div id="no" oncontextmenu="return false;">
  285.  
  286. <div id="name">The North Wind of Hoenn</div>
  287.  
  288. <div id="border">
  289. <div id="mini"><img src="http://i.picpar.com/23ib.png" width="500" height="160">
  290. </div>
  291.  
  292. <div class="image"><div class="text">
  293. <div id="icon"></div>
  294. <div id="title">スイクン</div>
  295. <div id="navi">
  296. <a class="nav" href="#one">stats</a>
  297. <a class="nav" href="#two">stuff</a>
  298. <a class="nav" href="#three">return</a>
  299. </div>
  300.  
  301. <div id="cune">
  302. <b>01</b> This profile was made by <a href="/profile.php?userid=131862" target="_blank">Luxray</a> for this Suicune only. <br>
  303. <b>02.</b> more ooc shenanigans here. <br>
  304. </div>
  305. </div></div>
  306.  
  307. <div id="one" class="box">
  308. <h1>Title goes here.</h1>
  309. words
  310. </div>
  311.  
  312. <div id="two" class="box">
  313. <h1>Title goes here.</h1>
  314. words
  315. </div>
  316.  
  317. <div id="sui"><img src="http://i.picpar.com/x3ib.png"></img></div>
  318. <div id="ka"><img src="http://www.serebii.net/xy/pokemon/245.png"></img></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement