Advertisement
theblondeoneruby

UNFINISHED - Default Layout

Nov 5th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. ----ABOUT ME-----
  2.  
  3. <link href="https://fonts.googleapis.com/css?family=Yatra+One" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Ruslan+Display"
  5. rel="stylesheet">
  6. <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
  7.  
  8. <style>
  9.  
  10.  
  11. .silvertongue { background information }
  12.  
  13. body {
  14. background-color: #535654;
  15. background-image:url("");
  16. background-attachment:fixed;
  17. background-repeat:no-repeat;
  18. }
  19.  
  20.  
  21. .hbic
  22. body, td, li, p, div, textarea, li, p, br {
  23. font-family: calibri;
  24. font-size: 9px;
  25. text-align: justify;
  26. color: #c6cbc7;}
  27.  
  28. a:link, a:visited {
  29. color: #8b433b;
  30. font-family: 'Ruslan Display', cursive;
  31. background-color: transparent;
  32. padding: 5px;
  33. text-align: center;
  34. font-size: 15px;
  35. -webkit-filter: blur(0px);
  36. display: inline-block;}
  37.  
  38. a:hover, a:active {
  39. color: #723730;
  40. font-family: 'Ruslan Display', cursive;
  41. font-size: 15px;
  42. text-align: center;
  43. -moz-transition-duration: 0.4s;
  44. -webkit-transition-duration: 0.4s;
  45. -o-transition-duration: 0.4s;
  46. transition-duration: 0.4s;
  47. -webkit-filter: blur(1px);}
  48.  
  49. a.second, a.second:link, a.second:active, a.second:visited {
  50. background-color: transparent;
  51. text-transform: lowercase;
  52. color: #0d2b2f;
  53. border: 0px solid #0d2b2f;
  54. font-family: consolas;
  55. text-align: center;
  56. font-size: 9px;
  57. display: inline-block;}
  58.  
  59. .second:hover {
  60. background-color: transparent;
  61. text-transform: lowercase;
  62. color: #b0abac;
  63. font-family: consolas;
  64. text-align: center;
  65. border: 0px solid #ffffff;
  66. font-size: 9px;
  67. text-shadow: 2px 2px 2px #0d2b2f;
  68. -moz-transition-duration: 0.4s;
  69. -webkit-transition-duration: 0.4s;
  70. -o-transition-duration: 0.4s;
  71. transition-duration: 0.4s;}
  72.  
  73. a.third, a.third:link, a.third:active, a.third:visited {
  74. color: #ffffff;
  75. font-family: 'Inconsolata', monospace;
  76. background-color: transparent;
  77. padding: 5px;
  78. text-align: center;
  79. font-size: 15px;
  80. -webkit-filter: blur(0px);
  81. display:block;}
  82.  
  83. a.thrid:hover {
  84. color: #111111;
  85. font-family: 'Inconsolata', monospace;
  86. font-size: 15px;
  87. text-align: center;
  88. -moz-transition-duration:.6s;
  89. -webkit-transition-duration:.6s;
  90. -o-transition-duration:.6s;
  91. -webkit-filter: blur(1px);}
  92.  
  93.  
  94.  
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background-color: #transparent;
  98. height: 7px;
  99. }
  100. ::-webkit-scrollbar-thumb:horizontal{ background-color: #transparent;
  101. height: 7px;
  102. }
  103. ::-webkit-scrollbar {
  104. background-color: #transparent;
  105. border: 2px solid #transparent;
  106. height:5px;
  107. width:5px;
  108. }
  109.  
  110.  
  111.  
  112.  
  113.  
  114. /*div*/
  115.  
  116.  
  117. .navigation {
  118. position: fixed;
  119. background-color:626763;
  120. left: 300px;
  121. top: 100px;
  122. height: 50px;
  123. width: 800px;
  124. padding: 4px;
  125. overflow: none;
  126. }
  127.  
  128.  
  129. .words {
  130. position: fixed;
  131. background-color: #626763;
  132. left: 300px;
  133. top: 175px;
  134. width: 500px;
  135. height: 100px;
  136. padding: 4px;
  137. overflow: auto;
  138. }
  139.  
  140. .longimg {
  141. position: fixed;
  142. background-color: #626763;
  143. left: 300px;
  144. top: 300px;
  145. width: 505px;
  146. height: 200px;
  147. overflow: none
  148. }
  149.  
  150. .leftimg {
  151. position: fixed;
  152. background-color: #626763;
  153. left: 825px;
  154. top: 175px;
  155. width: 285px;
  156. height: 200px;
  157. overflow: none
  158. }
  159.  
  160. .debtlist {
  161. position: fixed;
  162. background-color: #626763;
  163. left: 825px;
  164. top: 385px;
  165. width: 275px;
  166. height: 25px;
  167. overflow: none;
  168. padding: 5px;
  169. }
  170.  
  171. .words2 {
  172. position: fixed;
  173. background-color: #626763;
  174. left: 825px;
  175. top: 435px;
  176. width: 275px;
  177. height: 100px;
  178. padding: 5px;
  179. overflow: none;
  180. }
  181.  
  182.  
  183.  
  184.  
  185. .music {
  186. position: fixed;
  187. background-color: transparent;
  188. top: 700px;
  189. left: 300px;;
  190. width: 100px;
  191. height: 50px;
  192. }
  193.  
  194.  
  195.  
  196. /*font*/
  197.  
  198. h1 {
  199. font-family: 'Yatra One', cursive;
  200. color:#fed372;
  201. font-size: 30px;
  202. text-align: center;
  203. text-transform: uppercase;
  204. font-weight: bold;
  205. line-height: 2px;
  206. }
  207.  
  208.  
  209. h2 {
  210. font-family: courier new;
  211. color:#ffffff;
  212. border-left: 2px solid #ba6680;
  213. border-right: 2px solid #ba6680;
  214. font-size: 12px;
  215. text-align: center;
  216. text-transform: none;
  217. font-weight: normal;
  218. line-height: 12px;
  219. text-shadow: 1px 1px 1px #000000;
  220. }
  221.  
  222. h3 {
  223. font-family: times;
  224. color: #ffffff;
  225. background-color: #ffd1bd;
  226. border: 2px solid #ffd1bd;
  227. font-size: 12px;
  228. text-align: center;
  229. }
  230.  
  231.  
  232. h4 {
  233. background-image: url('http://i.imgbox.com/XLmQm05s.png');
  234. background-repeat: repeat;
  235. background-attachment: fixed;
  236. border-left: double 3px #1e1e1e;
  237. border-top: double 3px #1e1e1e;
  238. border-right: double 3px #1e1e1e;
  239. border-bottom: double 3px #1e1e1e;
  240. padding:2px;
  241. color:#e6e6e6;
  242. text-shadow:1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000; font-size:9px;
  243. font-family:calibri;
  244. text-transform:uppercase;
  245. letter-spacing:1px;
  246. text-align:center;}
  247.  
  248. b {
  249. font-family: times;
  250. color: #fffbf2;
  251. font-size: 12px;
  252. letter-spacing: 10px;
  253. text-shadow: 2px 2px 2px #ffffff;
  254. text-transform: uppercase;
  255. }
  256.  
  257. i {
  258. font-family: 'Indie Flower', cursive;
  259. color: #be725e;
  260. font-size: 15px;
  261. text-shadow: 1px 1px 1px #ffffff;
  262. }
  263.  
  264. .silvertongue { hide codes }
  265.  
  266.  
  267. table table div form {display:inline !important;}
  268. .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,.btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
  269. td td td td{border:0px;width:0px;text-align:left;}
  270. table,td,tr{padding:0px;width:;background-color:transparent}
  271. table table table{padding:1px;height:.01%;width:100%;}
  272. table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
  273. a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
  274. td.text table table{display:inline;visibility:visible;}
  275. table td table tr td.text table{visibility:hidden;}
  276. table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
  277. table div div{visibility:hidden;!important;}
  278. table table table table,table table table table td.text, td.text td.text table{display:none;}
  279. body div div form {display:none !important;}div div div select {position:absolute !important; margin-left:-1000px !important; left:0px !important; display:none !important; }div div table div {display:none;} div div table div {display:none;} div form, .mslogo, div ul {display:none!important;}
  280. div div, div td {background-color:transparent; background-image:none!important;}
  281. div.profileWidth {margin-top: -20px !important;}div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}div.profileWidth div.clearfix, i i i,
  282. div.profileWidth div div {filter:none; opacity:0.9999}div.profileWidth div.clearfix {position:relative; top:20px}
  283. div div select, div div form {display:none !important;}div div table div {display:none;} .clearfix table div div {display:block;}
  284. .profile, div ul {display:none !important;}
  285. .userAlbums { display:none; }
  286.  
  287.  
  288.  
  289.  
  290. </style>
  291.  
  292.  
  293. ----LIKE TO MEET----
  294.  
  295. <div class=navigation>
  296. <a href="/home.php">home</a>
  297. </div>
  298.  
  299.  
  300. <div class=words>
  301. <h1>First Middle Last</h1>
  302. <center>Insert a quite here or something and then below that, I'm going to place owes list.</center>
  303. <p><center><b>starters:</b> 00 || <b>replies:</b> 00 || <b>discussions</b> 00</center>
  304. </div>
  305.  
  306. <div class=longimg>
  307. </div>
  308.  
  309. <div class=leftimg>
  310. </div>
  311.  
  312. <div class=debtlist>
  313. <Center><select style="background-color: #transparent; border-color: #483737; color: #483737; font-family: perpetua; font-size: 10px; width: 275px; height: 25px">
  314. <option>STORYLINES</option>
  315. <option></option>
  316. <option> ---------------------- </option>
  317. <option> I OWE YOU: </option>
  318. <option></option>
  319. <option> --/--/--</option>
  320. <option> --/--/--</option>
  321. <option> --/--/--</option>
  322. <option> --/--/--</option>
  323. <option></option>
  324. <option> ---------------------- </option>
  325. <option> YOU OWE ME: </option>
  326. <option></option>
  327. <option> --/--/--</option>
  328. <option> --/--/--</option>
  329. <option> --/--/--</option>
  330. <option> --/--/--</option>
  331. </div>
  332.  
  333.  
  334. <div class=words2>
  335. Put a Quote Here
  336. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement