Advertisement
Alliecatisallama

THEME #21 - White Blank Page

May 31st, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--WHITE BLANK PAGE THEME #21 by ALLIECATISALLAMA
  9.  
  10. PLEASE DO NOT USE AS A BASE CODE OR STEAL MY CODE OR ANYTHING BECAUSE THAT IS RUDE-->
  11.  
  12. <meta name="color:background" content="#fcfafa"/>
  13. <meta name="color:sbbackground" content="#fcfafa"/>
  14. <meta name="color:text" content="#9195a6"/>
  15. <meta name="color:askbg" content="#f2f2f2">
  16. <meta name="color:sbtext" content="#9195a6"/>
  17. <meta name="color:sbtitletext" content="#e4e7f2"/>
  18. <meta name="color:sbtitlebg" content="#9195a6"/>
  19. <meta name="color:sblinkbg" content="#f0f2fa"/>
  20. <meta name="color:sblinkhoverbg" content="#f8f8f8"/>
  21. <meta name="color:links" content="#9195a6"/>
  22. <meta name="color:linkhover" content="#4d4e51"/>
  23. <meta name="color:border" content="#757a94"/>
  24. <meta name="color:scrollbar" content="#757a94"/>
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27.  
  28. <meta name="text:Link 1" content="link" />
  29. <meta name="text:Link 1 URL" content="/" />
  30. <meta name="text:Link 2" content="link" />
  31. <meta name="text:Link 2 URL" content="/" />
  32. <meta name="text:Link 3" content="link" />
  33. <meta name="text:Link 3 URL" content="/" />
  34. <meta name="text:Link 4" content="link" />
  35. <meta name="text:Link 4 URL" content="/" />
  36. <meta name="text:Link 5" content="link" />
  37. <meta name="text:Link 5 URL" content="/" />
  38. <meta name="text:Link 6" content="link" />
  39. <meta name="text:Link 6 URL" content="/" />
  40. <meta name="text:Link 7" content="link" />
  41. <meta name="text:Link 7 URL" content="/" />
  42. <meta name="text:Link 8" content="link" />
  43. <meta name="text:Link 8 URL" content="/" />
  44. <meta name="text:Link 9" content="link" />
  45. <meta name="text:Link 9 URL" content="/" />
  46. <meta name="text:Link 10" content="link" />
  47. <meta name="text:Link 10 URL" content="/" />
  48.  
  49. <meta name="text:description height" content="120px" />
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  56. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  57.  
  58. body {
  59. background:{color:Background};
  60. margin:2px;
  61. color:{color:text};
  62. font-family:'calibri';
  63. font-size:11px;
  64. line-height:100%;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:links};
  72. padding:3px;
  73. -webkit-transition: all 0.7s ease;
  74. -moz-transition: all 0.7s ease;
  75. -o-transition: all 0.7s ease;
  76. }
  77.  
  78. a:hover {color: {color:linkhover};
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease;
  82. }
  83.  
  84.  
  85. blockquote {
  86. padding-left:6px;
  87. border-left:1px solid;
  88. margin:0px 2px 0px 5px;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:4px;
  93. border-left:2px solid;
  94. margin:0px 2px 0px 5px;
  95. }
  96.  
  97. h1 {
  98. font-size:14px;
  99. }
  100.  
  101.  
  102.  
  103. .quote {
  104. font-size:10px;
  105. font-style:italic;
  106. padding:5px;}
  107.  
  108. .source {
  109. font-size:9px;
  110. padding:2px;
  111. letter-spacing: 1px;
  112. font-style:normal;
  113. text-transform:uppercase;}
  114.  
  115. .chat{
  116. font-size:10px;
  117. text-transform:uppercase;
  118. line-height:12px;
  119. letter-spacing:0.5px;
  120. }
  121.  
  122. .entries {
  123. padding:10px;
  124. margin-left:330px;
  125. margin-top:50px;
  126. margin-bottom:10px;
  127. -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease;
  130. }
  131.  
  132.  
  133. #postinfo {
  134. width:492px;
  135. font-family:cambria;
  136. letter-spacing:0px;
  137. font-size: 8px;
  138. line-height:120%;
  139. color:#000;
  140. text-align:center;
  141. letter-spacing:1px;
  142. padding:3px;
  143. -moz-transition-duration:0.5s;
  144. -webkit-transition-duration:0.5s;
  145. -o-transition-duration:0.5s;
  146. }
  147.  
  148.  
  149. .line {
  150. width: 500px;
  151. height: 1px;
  152. background-color: #040404;
  153. display: block;
  154. position: absolute;
  155. z-index: 0;
  156. margin-top: 25px;}
  157.  
  158. .stuffed {
  159. text-align: center;
  160. position: relative;
  161. z-index: 1;
  162. font-family: 'times new';
  163. font-style: italic;
  164. font-size:8px;
  165. display: inline-block;
  166. letter-spacing: 0.5px;
  167. margin-top: 20px;}
  168.  
  169. .stuffed a {color: #fff; padding: 2px 10px; background-color: #000;}
  170.  
  171. .stuffed a:hover {color: #000; background-color: #fff;}
  172.  
  173.  
  174. .rbg {text-align: center; margin-top: 5px;}
  175.  
  176. .rbg img {
  177. padding: 3px;
  178. background-color: #fff;
  179. border: 1px solid #cdcdcd
  180. height: 15px;
  181. display: inline-block;}
  182.  
  183. .tags {
  184. margin-top: 5px;
  185. font-size: 8px;
  186. font-family: 'calibri';
  187. font-style: italic;
  188. letter-spacing: 0.5px;}
  189.  
  190. .tags a {color: #000; margin: 0px 8px; display: inline-block;}
  191.  
  192. .tags a:hover {color: #cdcdcd;}
  193.  
  194.  
  195.  
  196. #question {
  197. padding:10px;
  198. background-color: {color:askbg};
  199. position: relative;
  200. border: 4px solid {color:askbg};
  201. }
  202.  
  203. .post {
  204. width:500px;
  205. padding-bottom:2px;
  206. padding-top:15px;
  207. margin-bottom:1px;
  208. }
  209.  
  210. #sidebar1 {
  211. width:100px;
  212. position:fixed;
  213. margin-left:50px;
  214. margin-top:250px;
  215. }
  216.  
  217. #sidebar3 {
  218. width:100px;
  219. position:fixed;
  220. margin-left:160px;
  221. margin-top:250px;
  222. }
  223.  
  224. #sidebar2 {
  225. width:300px;
  226. position:fixed;
  227. margin-left:920px;
  228. margin-top:90px;
  229. }
  230.  
  231. .sidebarlinks {
  232. font-size:9px;
  233. width: 100px;
  234. font-family: calibri;
  235. text-transform: uppercase;
  236. font-weight:50;
  237. color: {color:sbtitletext};
  238. margin-top: -13px;
  239. margin-left:auto;
  240. margin-right:auto;
  241. letter-spacing: 1.5px;
  242. line-height: 100%;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. text-align: center;
  246. }
  247.  
  248. .linky {
  249. margin-top:2px;
  250. background-color: {color:sblinkbg};
  251. padding-top: 3px;
  252. padding-bottom: 3px;
  253. }
  254. .linky2 {
  255. margin-top:2px;
  256. background-color: {color:sbtitlebg};
  257. padding-top: 3px;
  258. padding-bottom: 3px;
  259. }
  260.  
  261. .linky2 a {
  262. color: {color:sbtitletext};
  263. }
  264.  
  265.  
  266.  
  267. .linky:hover{
  268. background-color: {color:sblinkhoverbg};
  269. -webkit-transition: all 0.5s ease-out;
  270. -moz-transition: all 0.5s ease-out;
  271. }
  272. .linky a:hover{
  273. background-color: {color:sblinkhoverbg};
  274. }
  275.  
  276.  
  277.  
  278. .description {
  279. text-transform: uppercase;
  280. color: {color:sbtext};
  281. font-size: 9px;
  282. width: 190px;
  283. margin-top:{text:description height};
  284. height: 50px;
  285. text-align: justify;
  286. padding:10px;
  287. opacity: 1;
  288. -webkit-transition: all 0.5s ease-out;
  289. -moz-transition: all 0.5s ease-out;
  290. }
  291.  
  292.  
  293.  
  294.  
  295. .sidebarimage {
  296. margin-top: 110px;
  297. max-width:250px;
  298. text-align: center;
  299. }
  300.  
  301. .sidebarimage img {
  302. max-width:250px;
  303. }
  304.  
  305.  
  306.  
  307. .notes img{
  308. width:15px;
  309. }
  310.  
  311. .notes ol, .notes li{
  312. list-style:none;
  313. }
  314.  
  315.  
  316. #theme {
  317. position: fixed;
  318. bottom: 0px;
  319. right: 0px;
  320. font-family: Arial;
  321. font-size: 8px;
  322. text-transform: uppercase;
  323. text-align: right;
  324. letter-spacing: 1px;
  325. }
  326.  
  327.  
  328. {CustomCSS}</style>
  329. </head><body>
  330.  
  331. <div id="sidebar1">
  332.  
  333. <div class="sidebarlinks">
  334. <div class="linky"> <a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  335. <div class="linky"> <a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  336. <div class="linky"> <a href="{text:Link 5 URL}">{text:Link 5}</a></div>
  337. <div class="linky"> <a href="{text:Link 7 URL}">{text:Link 7}</a></div>
  338. <div class="linky"> <a href="{text:Link 9 URL}">{text:Link 9}</a></div>
  339. </div></div></div></div>
  340.  
  341. <div id="sidebar3">
  342. <div class="sidebarlinks">
  343. <div class="linky"> <a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  344. <div class="linky"> <a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  345. <div class="linky"> <a href="{text:Link 6 URL}">{text:Link 6}</a></div>
  346. <div class="linky"> <a href="{text:Link 8 URL}">{text:Link 8}</a></div>
  347. <div class="linky"> <a href="{text:Link 10 URL}">{text:Link 10}</a></div>
  348. </div></div></div></div>
  349.  
  350. <div id="sidebar2">
  351.  
  352. <div id="sidebarimage"> <div style="text-transform:uppercase;"><center><big>{title}</big></center><a href="{text:Link 12 URL}"><img src="{image:sidebar}"></a>
  353.  
  354. <div class="description">{Description} {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><em>previous</em></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><em>next</em></a>{/block:NextPage}{/block:Pagination}</div></div></div>
  355.  
  356. </div>
  357.  
  358.  
  359. <div class="entries">{block:Posts}<div class="post">
  360.  
  361. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  362.  
  363. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  364.  
  365. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  366.  
  367. {block:Quote}<div class="quote">{Quote}<br>{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  368.  
  369. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  370.  
  371. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  372.  
  373. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer} <div class="post"><br>
  378. <div id="question"> {Question} -<em>{Asker}</em></div>
  379. <div style="text-align: center">{Answer}{/block:Answer}
  380.  
  381. {block:ContentSource}
  382. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  383. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  384. {/block:SourceLogo}
  385. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  386. {/block:ContentSource}
  387.  
  388. <div id="postinfo">
  389. {block:Date}<div class="line"></div>
  390.  
  391. <div class="stuffed"><a href="{Permalink}">
  392. {block:IndexPage}{TimeAgo}{/block:IndexPage} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  393. </div>
  394.  
  395. {block:RebloggedFrom}
  396. <div class="rbg" {block:IndexPage}{block:IfNotShowReblogInfo}style="display:none"{/block:IfNotShowReblogInfo}{/block:IndexPage}>
  397. <br><a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-24}"></a> <a href="{ReblogRootURL}" title="source {ReblogRootName}"><img src="{ReblogRootPortraitURL-24}"></a>
  398. </div>
  399. {/block:RebloggedFrom}
  400.  
  401. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  402. </div>{/block:HasTags} <br>
  403.  
  404. {block:PostNotes}{PostNotes}{/block:PostNotes}
  405. </div>
  406. </div>
  407. {/block:Date}
  408.  
  409. <div id="theme"></a><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  410.  
  411. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement