Advertisement
chezshay

page 02 "xandra"

Jan 4th, 2014
2,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- @shayofrp -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
  16.  
  17. <style type="text/css">
  18.  
  19.  
  20. ::-webkit-scrollbar-thumb {
  21. height:auto;
  22. background-color:#fff;
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. height:9px;
  27. width:4px;
  28. background-color:#fff;
  29. }
  30. /*--body--*/
  31.  
  32.  
  33. body {
  34. font-style:none;
  35. background-color:#fff;
  36. font-family:'varela round';
  37. font-size:9px;
  38. }
  39.  
  40.  
  41. a {
  42. color:#fff;
  43. text-decoration:none;
  44. -webkit-transition: all 0.5s ease-out;
  45. -moz-transition: all 0.5s ease-out;
  46. transition: all 0.5s ease-out;
  47. }
  48.  
  49. a:hover {
  50. color:#fff;
  51. text-decoration:none;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. }
  56.  
  57. img {
  58. border:none;
  59. }
  60.  
  61. h1 {
  62. font-size:10px;
  63. }
  64.  
  65. /*--Cursor code--*/
  66.  
  67.  
  68. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  69.  
  70. /*everything*/
  71.  
  72. #everything {
  73. margin-left:250px;
  74. margin-top:100px;
  75. }
  76.  
  77. #box {
  78. position: absolute;
  79. width: 480px;
  80. height:485px;
  81. margin-left:60px;
  82. margin-top:0px;
  83. padding: 10px;
  84. background-color: #fff;
  85. border: 1px solid #fff;
  86. overflow: auto;
  87. }
  88. /*--sb--*/
  89.  
  90. #longsb {
  91. margin-top:0px;
  92. margin-left:-100px;
  93. border:1px solid;
  94. padding:2px;
  95. border-color:#fff;
  96. width:150px;
  97. height:500px;
  98. position:fixed;
  99. }
  100.  
  101. /**links**/
  102.  
  103. #links {
  104. width:650px;
  105. padding:5px;
  106. font-family:'varela round'
  107. text-transform:uppercase;
  108. text-align:center;
  109. margin-top:-25px;
  110. margin-left:-100px;
  111. background-color:#fff;
  112. position:fixed;
  113. }
  114.  
  115. #links a {
  116. padding:5px;
  117. font-size:8px;
  118. letter-spacing:3px;
  119. color:#fff;
  120. -webkit-transition: all 0.4s ease-in-out;
  121. -moz-transition: all 0.4s ease-in-out;
  122. -o-transition: all 0.4s ease-in-out;
  123. -ms-transition: all 0.4s ease-in-out;
  124. transition: all 0.4s ease-in-out;
  125. }
  126.  
  127. #links a:hover {
  128. color:#fff;
  129. background-color:#fff;
  130. }
  131.  
  132. #grouplinks {
  133. width:170px;
  134. margin-top:0px;
  135. padding:4px;
  136. margin-left:0px;
  137. }
  138.  
  139.  
  140. #grouplinks a {
  141. font-family:'varela round';
  142. width:170px;
  143. display:block;
  144. background-color:#fff;
  145. color:#fff;
  146. font-size:10px;
  147. padding:6px;
  148. text-align:center;
  149. letter-spacing:1px;
  150. text-transform:uppercase;
  151. margin-bottom:5px;
  152. -webkit-transition: all 0.4s ease-in-out;
  153. -moz-transition: all 0.4s ease-in-out;
  154. -o-transition: all 0.4s ease-in-out;
  155. -ms-transition: all 0.4s ease-in-out;
  156. transition: all 0.4s ease-in-out;
  157. }
  158.  
  159. #grouplinks a:hover {
  160. background:#fff;
  161. color:#fff;
  162. }
  163.  
  164. /**characters**/
  165.  
  166. #charactername {
  167. padding:10px;
  168. width:137px;
  169. background-color:#fff;
  170. text-transform:uppercase;
  171. text-align:center;
  172. margin-bottom:5px;}
  173.  
  174. #charactername a{
  175. color:#fff;
  176. }
  177.  
  178. }
  179. #squarething {
  180. width:200px;
  181. height:100px;
  182. background-color:#fff;
  183. padding:10px;
  184. border:1px solid black;
  185. }
  186. }
  187.  
  188. #character {
  189. width:150px;
  190. height:20px;
  191. margin-top:0px;
  192. margin-left:60px;
  193. }
  194.  
  195. #character img {
  196. width:150px;
  197. height:150px;
  198. padding:2px;
  199. border:1px solid #fff;
  200. }
  201.  
  202.  
  203. #info {
  204. padding:5px;
  205. width:145px;
  206. position:absolute;
  207. opacity:0;
  208. font-size:10px;
  209. background:#fff;
  210. text-align:justify;
  211. color:#fff;
  212. -webkit-transition: all 0.4s ease-out;
  213. -moz-transition: all 0.4s;
  214. ease-out;transition: all 0.4s ease-out;
  215. }
  216.  
  217. #squarething:hover #info {
  218. opacity:0.95;
  219. width:146px;
  220. height:146px;
  221. -webkit-transition: all 0.4s ease-out;
  222. -moz-transition: all 0.4s;
  223. ease-out;transition: all 0.4s ease-out;
  224. }
  225.  
  226.  
  227.  
  228. {CustomCSS}
  229.  
  230. </style></head>
  231.  
  232.  
  233. <body>
  234.  
  235. <div id="everything">
  236.  
  237. <div id="longsb"><img src="http://static.tumblr.com/zkwuipe/grKmyuxlc/2.gif"></div>
  238.  
  239. <div id="links">
  240. <a href="/">HOME</a>
  241. <a href="/ask">ASK</a>
  242. <a href="http://shayofrp.tumblr.com">CREDIT </a>
  243. </div>
  244.  
  245. <div id=box>
  246. <table id="all" border="0" cellpadding="2" cellspacing="0">
  247.  
  248. <!--first column-->
  249. <td><div id="squarething">
  250. <div id="character">
  251. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  252. <div id="info">
  253. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  254. </div>
  255. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  256. </div></div></td>
  257.  
  258. <td><div id="squarething">
  259. <div id="character">
  260. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  261. <div id="info">
  262. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  263. </div>
  264. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  265. </div></div></td>
  266.  
  267. <td><div id="squarething">
  268. <div id="character">
  269. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  270. <div id="info">
  271. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  272. </div>
  273. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  274. </div></div></td>
  275.  
  276. <tr>
  277. <!--second column-->
  278. <td><div id="squarething">
  279. <div id="character">
  280. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  281. <div id="info">
  282. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  283. </div>
  284. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  285. </div></div></td>
  286.  
  287. <td><div id="squarething">
  288. <div id="character">
  289. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  290. <div id="info">
  291. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  292. </div>
  293. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  294. </div></div></td>
  295.  
  296. <td><div id="squarething">
  297. <div id="character">
  298. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  299. <div id="info">
  300. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  301. </div>
  302. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  303. </div></div></td>
  304.  
  305.  
  306. <tr>
  307. <!--third column-->
  308. <td><div id="squarething">
  309. <div id="character">
  310. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  311. <div id="info">
  312. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  313. </div>
  314. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  315. </div></div></td>
  316.  
  317. <td><div id="squarething">
  318. <div id="character">
  319. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  320. <div id="info">
  321. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  322. </div>
  323. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  324. </div></div></td>
  325.  
  326. <td><div id="squarething">
  327. <div id="character">
  328. <div id="charactername"><a href="/linktocharacterbio"> FULL NAME HERE / GENDER / SEVENTEEN / OPEN </a></div>
  329. <div id="info">
  330. <div id="name"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis, elit sed pharetra adipiscing, sem elit vehicula urna, nec ornare tellus turpis tempor erat. Nulla semper varius egestas. Curabitur commodo neque in tempus accumsan. Curabitur sapien dolor, lobortis vitae justo ac, dictum fringilla nisi. </div>
  331. </div>
  332. <img width="150px" src="http://i40.tinypic.com/16h6mnb.gif"/>
  333. </div></div></td>
  334. </table></div>
  335.  
  336. </div>
  337. </body>
  338. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement