magicblood

THEME #2: NAIVE

Oct 1st, 2011
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.  
  6. <link href=' http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9. <!----
  10. © THEME MADE BY MAGICBLOOD
  11. * Please do not remove any credits or else don't use my theme.
  12. * http://magicblood.tumblr.com/
  13. ----!>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:Background" content="#EEEEEE" />
  17. <meta name="color:sidebar" content="#FFFFFF" />
  18.  
  19. <meta name="color:sidebar boxes" content="#FFEBEB" />
  20. <meta name="color:Post" content="#DCFFB6" />
  21. <meta name="color:Title" content="#3A3A3A" />
  22. <meta name="color:Text" content="#797979" />
  23. <meta name="color:Sidebar Title" content="#D27523" />
  24.  
  25. <meta name="color:Link" content="#FFEBEB" />
  26. <meta name="color:Link hover" content="#444444" />
  27. <meta name="color:Link Post Background" content="#444444" />
  28. <meta name="color:Link Post Background Hover" content="#444444" />
  29. <meta name="color:Permalink Bg" content="#e8d23c" />
  30.  
  31. <meta name="color:Blockquote" content="#ffeaea" />
  32. <meta name="color:Sidebar Links" content="#D6FFED" />
  33. <meta name="color:Sidebar Links Hover" content="#FFFF99" />
  34.  
  35. <meta name="image:background" content="" />
  36. <meta name="image:sidebar" content="" />
  37. <meta name="image:sidebar bg" content="" />
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="" />
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  50. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <link rel="shortcut icon" href="{Favicon}" />
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  54.  
  55.  
  56. <style type="text/css">
  57. #navbar-iframe { display: none; }
  58. body {
  59. color:{color:text};
  60. background-color: {color:background};
  61. background-image:url({image:background});
  62. background-position: center;
  63. background-attachment:fixed;
  64. background-repeat: repeat;
  65. font-family:georgia;
  66. font-size:9px;
  67. line-height:{text:line height};
  68. text-align:justify;}
  69.  
  70. a { color: {color:link}; text-decoration: none; }
  71. a:hover { color: {color:link hover}; cursor: crosshair; }
  72. strong, b, em, i, u, strike, s { color: #555; }
  73.  
  74. blockquote { background-color: {color:blockquote}; color: #aaa; border-top: 3px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin: 5px; padding: 10px; }
  75. ul li, ol li { color: #333; list-style: hiragana; }
  76.  
  77. a.nav:link, a.nav:visited, a.nav:visited{border-left:10px #303030 solid; width:230px; text-align:left; margin-bottom:1px; padding:2px; padding-left:5px; font-size:7pt; display:inline-block; color:#aaa; background:#222; letter-spacing:1px; filter: alpha (opacity=600); -moz-opacity: 0.60; opacity: 0.60; -webkit-transition-duration: .50s;}
  78.  
  79. a.nav:hover{color:#fff; background-color:#111; colour:#fff; border:none; border-right:10px #303030 solid;}
  80.  
  81. h1{font:16px Lobster;
  82. text-transform: ;
  83. line-height: 1;
  84. text-shadow: #FFFFFF 1px 1px 1px;
  85. font-weight: ;
  86. text-align:right;
  87. color: {color:sidebar title};
  88. font-style:;}
  89.  
  90. h3{
  91. color:{color:title};
  92. font-family:georgia;
  93. font-size:14px;
  94. line-height:auto;
  95. letter-spacing:0px;
  96. font-weight:normal;
  97. text-transform:lowercase;
  98. margin:0px;
  99. padding:0px;
  100. margin-bottom:-0px;
  101. text-align:center;
  102. }
  103.  
  104. h5{
  105. color:{color:title};
  106. font-family:georgia;
  107. font-size:9px;
  108. line-height:19px;
  109. letter-spacing:1px;
  110. font-weight:normal;
  111. text-transform:lowercase;
  112. margin:0px;
  113. padding:0px;
  114. margin-bottom:-0px;
  115. text-align:left;
  116. -moz-transition: 0.3s ease-in;
  117. -webkit-transition: 0.3s ease-in;
  118. -o-transition: 0.3s ease-in;
  119. transition: 0.3s ease-in; }
  120. .post-footer {
  121. background-color: {color:note box};
  122. text-align: right;
  123. padding: 5px;
  124. color:#A2A2A3;
  125. font-size:10px;
  126. line-height: 9px;
  127. font-style:normal;
  128. font-weight:normal;
  129. letter-spacing:1px;
  130. text-decoration:none;
  131. display:none;
  132. }
  133.  
  134. #center{
  135. position:absolute;
  136. left:50%;
  137. left:0px;
  138. top:0px;
  139. width:810px;
  140. }
  141.  
  142. .sidebar {background-image:url({image:sidebar bg});
  143. background-position: bottom ;
  144. background-attachment:fixed;
  145. width: 278px; height:100%; background-color:{color:sidebar}; position: fixed; }
  146.  
  147. #askr{
  148. background-color: {color:sidebar boxes};
  149. padding:5px;
  150. padding-left:5px;}
  151.  
  152.  
  153. .entries {float: right; margin: 0 0 0 10px; width: 520px;}
  154. #wrapper {background-color: {color:post};
  155. line-height: 1.5; margin: 0 0 10px; padding: 10px; text-align: justify; margin-top:10px; }
  156.  
  157. #simg {background-color: {color:sidebar};
  158. width: 257px;
  159. margin-bottom: 5px;
  160. }
  161.  
  162. #simg img {
  163. max-width: 263px; height: auto; text-align:center}
  164.  
  165. #sidebarz {
  166. margin-left:7px;
  167. margin-top:50px;
  168. }
  169.  
  170. #sidebar {
  171. background-color: {color:sidebar boxes};
  172. width: 250px;
  173. padding:7px;
  174. margin-bottom: 5px;
  175. font:9px georgia;
  176. }
  177.  
  178.  
  179. #lpag { width:18px; background:{Color:link hover}; padding:4px; padding-bottom:15px; left:50%; margin-left:450px; position:absolute; top:-3px; padding-top:8px; font-size:20px; border-radius:5px; -moz-border-radius:5px;}
  180.  
  181. #rpag {width:18px; background:{Color:link hover}; padding:4px; padding-bottom:15px; left:50%; margin-left:450px; position:absolute; bottom:-13px; font-size:20px; -webkit-border-top-left-radius: 10px;
  182. -webkit-border-top-right-radius: 10px;
  183. -moz-border-radius-topleft: 10px;
  184. -moz-border-radius-topright: 10px;
  185. border-top-left-radius: 10px;
  186. border-top-right-radius: 10px;}
  187.  
  188. .sidebar .wrapper { margin: 0; }
  189.  
  190. #tumblr_controls {position:fixed!important; z-index:9;}
  191.  
  192. .datesubject { background: #111 url('http://i428.photobucket.com/albums/qq10/genghao7/Miscellaneous%20Pictures/wood2.jpg') scroll top left repeat; overflow: auto; text-align: right; padding-bottom:3px; padding:5px;}
  193. .h1 { font: bold 14px Helvetica, sans-serif; color: #eee; line-height: 1; letter-spacing: -1px; padding: 5px 10px 0; text-transform: lowercase; }
  194. .h2 { font: bold 9px Helvetica, sans-serif; color: #eee; line-height: 1; letter-spacing: 1px; padding: 5px 10px; text-transform: uppercase; }
  195. .h3 a { background-color: {color:Permalink Bg}; font: bold 9px Helvetica, sans-serif; color: #000; letter-spacing: 1px; margin: 0 0 0 5px; padding: 0 2px; text-transform: uppercase; }
  196. .h3 a:hover { opacity: .8; -moz-opacity: .8; }
  197. .userpic { background: transparent; float: right; padding: 5px; width: 50px; }
  198.  
  199. .navi { background: #111 url('http://i428.photobucket.com/albums/qq10/genghao7/Miscellaneous%20Pictures/wood2.jpg') scroll top left repeat; font: bold 9px Helvetica, sans-serif; line-height: 1; letter-spacing: 2px; padding: 5px; text-align: right; text-transform: uppercase; }
  200. .navi:hover { cursor: crosshair; opacity: .8; -moz-opacity: .8; }
  201.  
  202. .link { background-color: {color:link post background}; font: normal 10px Courier New, monospace; border: 1px dashed #ddd; display: block; margin: 0 0 3px; padding: 2px 0; text-align: center; text-transform: uppercase; }
  203. .link:hover { background-color: {color:link post background hover}; }
  204.  
  205. .audio{background-color:black; display:block;}
  206. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  207. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  208. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  209. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  210. .notes img{width:10px; position:relative; top:1px;}
  211. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  212. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  213. </style>
  214.  
  215. <script type="text/javascript">
  216. var ns6=document.getElementById&&!document.all?1:0
  217. var head="display:''"
  218. var folder=''
  219. function expandit(curobj){
  220. folder=ns6?curobj.nextSibling.nextSibling.style:document.all[curobj.sourceIndex+1].style
  221. if (folder.display=="none")
  222. folder.display=""
  223. else
  224. folder.display="none"
  225. }
  226. //-->
  227. </script>
  228.  
  229. </head>
  230. <body>
  231.  
  232. <div id='center'>
  233.  
  234. {block:PreviousPage}<div id="lpag"><a href="{PreviousPage}" title="back">▲</a></div> {/block:PreviousPage}
  235.  
  236. {block:NextPage}<div id="rpag"><a href="{NextPage}" title="forth">▼</a></div>{/block:NextPage}
  237.  
  238.  
  239. <div class='sidebar'>
  240. <div id="sidebarz">
  241. <div id="simg"><img src="{image:sidebar}"/></div>
  242.  
  243. <div id="sidebar">
  244. <h1>{Title}</h1>
  245. </div>
  246. <div id="sidebar">
  247. {block:Description}{Description}{/block:Description}
  248.  
  249. </center>
  250. </div>
  251. <div id="sidebar">
  252. <center><a class="nav" href="/">Home</a>
  253.  
  254. <a class="nav" href="/archive" title="archive">Archive</a>
  255. <a class="nav" href="/ask" title="ask">Ask</a>
  256. <a class="nav" href="http://magicblood.tumblr.com/}">© THEME</a>
  257.  
  258. {block:ifLink1}<a class="nav" href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  259. {block:ifLink2}<a class="nav" href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  260. {block:ifLink3}<a class="nav" href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  261. {block:ifLink4}<a class="nav" href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  262. </div>
  263. </div>
  264.  
  265. </div>
  266. <br><br>
  267.  
  268.  
  269. {block:Posts}
  270.  
  271. <div class='entries'>
  272. <div class='datesubject'>
  273.  
  274. {block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootTitle}"><img src="{ReblogRootPortraitURL-128}" border="0" width="100" title="originally" class="userpic"></a>{/block:RebloggedFrom}
  275.  
  276. <div class='h1'>Posted <a href="{Permalink}">{TimeAgo}</a></div>
  277. <div class='h2'>{block:HasTags} tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}</div>
  278. <div class='h3'><a href="{Permalink}">PERMALINK</a><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  279. </div>
  280. <div id='wrapper'>
  281.  
  282. {block:Quote}<h3>"{Quote}"&nbsp;</h3>{/block:Quote}
  283.  
  284. {block:Title}<h3>{Title}&nbsp;</h3>{/block:Title}
  285.  
  286. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  287.  
  288. {block:Text}{Body}{/block:Text}
  289.  
  290. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  291.  
  292. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  293.  
  294. {block:Quote}{block:Source}<P>{Source}</p>{/block:Source}{/block:Quote}
  295.  
  296. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  297.  
  298. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span
  299. class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  300.  
  301. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302.  
  303. {block:Answer}<div id="askr"><h5>{Asker} asked: {Question}&nbsp;</h5></div>{Answer}{/block:Answer}
  304.  
  305. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
  306.  
  307. {/block:Posts}
  308.  
  309.  
  310. {block:PostNotes}{PostNotes}{/block:PostNotes}
  311.  
  312.  
  313. </div>
  314. </div>
  315.  
  316.  
  317. </body>
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment