spectrumthemes

/ persica :: page / 002.

Mar 12th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 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. <!----
  4. / 002. / persica / tags page
  5. by spectrumdesigns | tumblr.com
  6.  
  7. / terms. /
  8. do not steal codes/design
  9. do not use as a base
  10. do not claim as your own
  11.  
  12. / notice. /
  13. this theme has been coded for spectrumdesigns only.
  14. other blogs may not use it.
  15.  
  16. / credits. /
  17. icon font / saturnthms
  18. rezise video script / shythemes
  19. custom text reblog button / shythemes
  20. photoset margin tutorial / shythemes
  21. base code / dansmilth (pastebin)
  22. creative links / codrops
  23. tumblr controls / cyantists
  24.  
  25. --->
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai" rel="stylesheet">
  33. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  34.  
  35.  
  36.  
  37. </head><style type="text/css">
  38.  
  39. html {
  40. font-size:11px;
  41. overflow-y:scroll;}
  42.  
  43. ::-webkit-scrollbar {
  44. width:4px;}
  45. ::-webkit-scrollbar-thumb:vertical {
  46. background:#7cebf7;}
  47.  
  48. body {
  49. margin:0px;
  50. width:100%;
  51. color:#aaaaaa;
  52. letter-spacing:2px;
  53. font-family:sans-serif;
  54. background-image: url("https://static.tumblr.com/imzych8/bbRp5d773/aboutbg.png");
  55. background-repeat: repeat-y;
  56.  
  57. }
  58.  
  59. a:link, a:selected, a:visited {
  60. text-decoration:none;
  61. color:#888888;}
  62. a:hover {
  63. color:#7cebf7;}
  64.  
  65. .container {
  66. position:relative;
  67. right:0;
  68. left:0;
  69. margin:100px auto 0 auto;
  70. width:900px;
  71. text-align:center;
  72. background:#fff4f4;
  73. height:450px;
  74. overflow:auto;
  75. position:fixed;
  76. margin-top:210px;
  77. }
  78.  
  79. .topbar {
  80. right:0;
  81. left:0;
  82. margin:80px auto 0 auto;
  83. width:900px;
  84. height:50px;
  85. margin-top:200px;
  86. border-top:10px solid #fdb9ba;
  87. background:transparent;
  88. margin-bottom:-80px;
  89. position:fixed;
  90. z-index:999;
  91. }
  92. .topbar a {
  93. font-size:15px;
  94.  
  95. }
  96.  
  97.  
  98. .boxtext {
  99. margin-top:10px;
  100. width:700px;
  101. padding:10px;
  102. font-size:10px;
  103. text-align:left;
  104. margin-left:90px;
  105. right:90px;
  106.  
  107. }
  108. .boxtext a {
  109. background:#ffb0b4;
  110. border-radius:3px;
  111. font-size:10px;
  112. letter-spacing:2px;
  113. text-decoration:none;
  114. padding:10px;
  115. color:white;
  116. margin-top:10px;
  117.  
  118. }
  119.  
  120. .boxtext a:hover{
  121. color:#ffb0b4;
  122. border-radius:3px;
  123. font-size:10px;
  124. letter-spacing:2px;
  125. text-decoration:none;
  126. padding:10px;
  127. border:1px solid #ffb0b4;
  128. background:transparent;
  129. margin-top:10px;
  130.  
  131. }
  132.  
  133.  
  134. .boxtags {
  135. margin-top:10px;
  136. width:700px;
  137. padding:10px;
  138. font-size:9px;
  139. text-align:left;
  140. margin-left:90px;
  141. right:90px;
  142. text-transform:uppercase;
  143.  
  144. }
  145. .boxtags a {
  146. text-transform:uppercase;
  147. border:transparent;
  148. font-size:8px;
  149. text-decoration:none;;
  150. border-bottom:1px solid #ffb0b4;
  151. padding:5px;
  152. color:#484848;
  153. }
  154.  
  155. .boxtags a:hover {
  156. color:#ffb0b4;
  157. }
  158. .title {
  159. font-size:10px;
  160. letter-spacing:2px;
  161. text-transform:uppercase;
  162. margin-left:-600px;
  163. border-bottom:3px solid #ffb0b4;
  164. padding:10px;
  165. display:block;
  166. }
  167. .sf-user {
  168. margin:20px;
  169. font-size:30px;
  170. color:white;
  171. background:#ffb5b7;
  172. padding:20px;
  173. border-radius:50px;
  174. margin-top:-90px;
  175. border:5px solid white;
  176. position:absolute;
  177. margin-left:-50px;
  178. }
  179.  
  180. .credit {
  181. font-size:10px;
  182. position:fixed;
  183. font-weight:bold;
  184. bottom:5px;
  185. right:15px;
  186. z-index:10;
  187. text-align:right;
  188. letter-spacing:1px;
  189. padding:10px;
  190. }
  191.  
  192. .credit a {
  193. color:white;
  194. background:#ffb0b4;
  195. text-decoration:none;
  196. padding:10px;
  197. border-radius:2px;
  198.  
  199. }
  200.  
  201. .credit a:hover {
  202. color:#ffb0b4;
  203. background:white;
  204. border:1px solid #ffb0b4;
  205. border-radius:2px;
  206. text-decoration:none;
  207. }
  208.  
  209. </style><body>
  210. <div class="credit"><a title="theme" href="http://spectrumdesigns.tumblr.com/" target="_blank">spctrm</span></a></div>
  211.  
  212. <div class="topbar"><center><br><Br><Br> <span class="sf sf-user"></span></center>
  213. </div>
  214.  
  215. <div class="container">
  216. <br> <div class="title"> about section </div>
  217. <div class="boxtext"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br><br>
  218. <center> <a href="/">instagram link </a>
  219.  
  220.  
  221. &nbsp;&nbsp;
  222. <a href="/"> twitter link </a>
  223.  
  224. &nbsp;&nbsp;
  225. <a href="/">link three </a>
  226.  
  227. &nbsp;&nbsp;
  228. <a href="/">link four </a> </center>
  229.  
  230. </div>
  231. <div class="title">tags </div>
  232. <div class="boxtags">
  233. category <a href="/">tag</a> <a href="/">two</a>
  234. <br><br><br>
  235. category number 2 <a href="/">tags</a> <a href="/">tags</a><a href="/">tags</a><a href="/">tags</a>
  236. <br><br><br>
  237. category number 3 <a href="/">tags</a> <a href="/">tags</a><a href="/">tags</a><a href="/">tags</a><a href="/">tags</a> <a href="/">tags</a><a href="/">tags</a><a href="/">tags</a>
  238. </div>
  239. <br>
  240.  
  241. </body></html>
Add Comment
Please, Sign In to add comment