Advertisement
emrys

grid theme-header

Sep 4th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.87 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. <!-- theme by diana (@isaacholic). don't steal -->
  4. </script>
  5. <head>
  6.  
  7.  
  8.  
  9.     <!-- DEFAULT VARIABLES -->
  10.     <meta name="color:background" content="#ffffff" />
  11.     <meta name="color:entry" content="#ffffff" />
  12.    
  13.        
  14.        
  15.     <meta name="color:title" content="#cccccc" />
  16.     <meta name="color:text" content="#636161" />
  17.     <meta name="color:link" content="#a7a4a4" />
  18.     <meta name="color:qbackground" content="#070707" />
  19.     <meta name="color:info"content="#d990eb">
  20.     <meta name="color:tags"content="#fcfcfc">
  21.     <meta name="color:nav" content="#ffffff">
  22.     <meta name="color:navbg" content="#131212">
  23.     <meta name="color:fontask" content="#eeeeee">
  24.     <meta name="color:sborder" content="#eeeeee">
  25.                    
  26.                
  27.        
  28.  
  29.     <meta name="font:title" content="arial" />
  30.     <meta name="font:body" content="arial" />
  31.  
  32.     <meta name="image:sidebar" content=""/>
  33.     <meta name="image:background" content="" />
  34.    
  35.    
  36.    
  37.  
  38.      <meta name="text:Link1" content="" />
  39.     <meta name="text:Link1 Title" content="" />
  40.     <meta name="text:Link2" content="" />
  41.     <meta name="text:Link2 Title" content="" />
  42.      <meta name="text:Link3" content="" />
  43.     <meta name="text:Link3 Title" content="" />
  44.      <meta name="text:Link4" content="" />
  45.     <meta name="text:Link4 Title" content="" />
  46.     <meta name="color:scrollbarbg" content="#ffffff"/>
  47.     <meta name="color:scrollbar" content="#f4f4f4"/>
  48.  
  49.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  50.     <title>{Title}</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.     <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  55. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  56. <script type="text/javascript">
  57. $(window).load(function () {
  58. $('#content').masonry({
  59. itemSelector : "#container",
  60. },
  61. function() { $('#content').masonry({ appendedContent: $(this) }); }
  62. );
  63. });
  64. </script>
  65.  
  66.    
  67.  
  68.     <style type="text/css">
  69.    
  70. ::-webkit-scrollbar {
  71.  
  72. height: 7px;
  73.  
  74. width: 7px;
  75.  
  76. background-color: {color:scrollbar};}
  77.  
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb {
  81.  
  82. background-color:{color:scrollbar};
  83.  
  84. }
  85.  
  86.  
  87.  
  88. ::-webkit-scrollbar-track{
  89.  
  90. background-color: {color:scrollbarbg};
  91.  
  92. }
  93.  
  94.  
  95.  
  96. ::-webkit-scrollbar-buttom{
  97.  
  98. background-color:{color:scrollbarbg};
  99.  
  100. }
  101.  
  102.  
  103. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;font-size:10px;  text-align:justify;font-family:cambria;line-height:13px;}
  104.  
  105. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  106. a:hover{color:{color:linkhover}; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  107.  
  108. #container{ float:right;padding-right:10px;width:250px;margin:20px 30px 0px 25px; }
  109.  
  110. #content{overflow:hidden; background-color: {color:entry};padding-right:10px ;margin: 75px 0 20px 35px; width:952px;}
  111.  
  112. #sidebar{width:1000px; border-bottom:10px solid {color:sborder};padding:2px;background-image:url({image:sidebar}) ;margin-top:-10px;}
  113. #texty {padding:30px; line-height:130%;margin-top:70px;text-align:center;margin-left:350px;width:250px;position:static;background-color:#fcfcfc;}
  114.  
  115.  
  116.  
  117. #links {
  118. text-align:center;
  119. position:absolute;
  120. margin-top:10px;
  121. margin-left:390px;}
  122.  
  123. #links a{display:inline;
  124.     font-family:consolas;
  125.     line-height:150%;
  126.     margin-top:1px;
  127.     color:{color:nav};
  128.     font-size:10px;
  129.     background:{color:navbg};
  130.     padding:5px 7px 5px 7px;   }
  131.  
  132. #links a:hover{transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;background:#000000;color:#ffffff;}
  133.  
  134.  
  135. #credit {width:50px;
  136. height:20px;
  137. text-align:center;
  138. bottom:10px;
  139. right:0px;
  140. position:fixed;
  141. opacity:1;
  142. font-family:cambria;
  143. font-size:10px;
  144. background:{color:credit};
  145. border:1px solid #eee;}
  146.  
  147. #credit:hover {background-color: #000;
  148. padding:0px 5px 0px 5px;
  149. opacity:1;
  150. transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transiption: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out}
  151.  
  152. #pagination{ margin-left:560px;
  153. padding:5px;
  154. text-align:center;
  155. line-height:130%;
  156. margin-top:-50px;
  157. text-transform:none;
  158. font-size:12px;
  159. position:absolute;}
  160.  
  161.  
  162. h1{color:{color:text}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  163. h2{color:{color:title}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left;font-style:italic;}
  164.  
  165.  
  166. #source {text-align: left}
  167.  
  168. #info {margin-top:3px;text-align:left;padding-top:0px; }
  169. #info a {font:7px trebuchet ms; text-transform:uppercase;line-height:110%;letter-spacing:1px;background-color: {color:info}; padding:2px 7px 2px 7px;color:#fff;}
  170. #info :hover{padding:2px 7px 2px 7px; background-color:#000;color:#fff;}
  171.  
  172. #tags {font-family:cambria;text-align:left;margin-top:8px;border-top:1px dotted #eee;padding-top:3px;}
  173. #tags a{font-family:camrbie;font-size:10px;line-height:110%;background-color: {color:tags};margin-bottom:5px;font-style:italic;text-transform:normal;}
  174. #tags a { font-style:;
  175.      -moz-transition-duration:0.2s;
  176.     -webkit-transition-duration:0.2s;
  177.     -o-transition-duration:0.2s;}
  178. #tags a:hover {padding: 2px 7px 2px 7px; background-color:#000000;color:#ffffff;}      
  179.  
  180. #ask {font-size:10px;
  181. background-color:{color:qbackground};
  182. color:{color:fontask};
  183. text-align:left;
  184. font-family:calibri;
  185. border-bottom:1px dotted #ccc;
  186. padding:10px;
  187. line-height:130%;
  188. font-style:italic;}
  189.  
  190. .asker {
  191. text-align:right;
  192. padding:5px;
  193. font-style:italic;
  194. font-size:10px;
  195. }
  196. #answer {font-size:10px;
  197. font-family:cambria;
  198. margin-left:5px;}
  199.  
  200. b, strong{color:#ccc;font-size:11px;}
  201. i, em {color:{color:text};}
  202. p{margin-top:5px; margin-bottom:5px}
  203. blockquote {padding:0px; padding-left:5px; margin-left:15px; border-left:1px dotted #ccc;}
  204. small {font-size:10px;}
  205.  
  206. img a{border:none; width:100%}
  207. .audio{background-color:black; display:block;}
  208.  
  209. .user_1 .label {color:{color:link}; font-weight:bold}
  210. .user_2 .label {color:{color:text}; font-weight:bold}
  211. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  212.  
  213. .notes img{width:10px; position:relative; top:1px;}
  214. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  215. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  216.  
  217.  
  218.         </style>
  219.     <style type="text/css">{CustomCSS}</style>
  220.  
  221.  
  222. </head>
  223.  
  224. <body>
  225.  
  226.  
  227. <div id="credit"><a href="http://isaacholic.tumblr.com">。◕‿◕。</a></div>
  228.  
  229. <div id="sidebar">
  230. <div id="texty">{block:Description}{Description}{/block:Description}</div></div>
  231.    
  232. <div id="links">
  233. <a href="/">home</a>
  234. <a href="/ask">ask</a>
  235. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  236. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  237. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  238. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  239. </div>
  240.  <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp;{/block:PreviousPage} - {block:NextPage}&nbsp;<a href="{NextPage}">forth</a>{/block:NextPage}</div>
  241. </div>
  242.  
  243.  
  244.  
  245.  
  246. <div id ="content">{block:Posts}  
  247. <div id="container">
  248.  
  249.  
  250.  
  251. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  252. {block:Text}{Body}{/block:Text}
  253.  
  254. {block:Quote}<h2>"{Quote}" <br>— {Source}</h2>{/block:Quote}
  255.  
  256. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  257. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  258.  
  259. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  261.  
  262. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  263.  
  264. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  265.  
  266. {block:Answer}
  267. <div id="ask">Q: {Question}<br> </div><div class="asker">-{Asker}</div>
  268. <div id="answer">{Answer}</div>{/block:Answer}
  269.  
  270. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  271. <br>
  272.  
  273. <div id="info">
  274. {block:Date}  <a href="{Permalink}">{ShortDayOfWeek}, {DayOfMonthWithSuffix} {ShortMonth} </a> {/block:Date} &nbsp; {block:NoteCount} <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} </div>
  275. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}</div></div>
  276.  
  277.  
  278. {/block:Posts}
  279. <!-- {block:NoRebloggedFrom}
  280. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  281. {/block:NoRebloggedFrom} -->
  282. {block:ContentSource}
  283. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  284. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  285. {/block:SourceLogo}
  286. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  287. {/block:ContentSource}
  288. {block:PostNotes}{PostNotes}{/block:PostNotes}
  289.  
  290. </div>
  291.  
  292. </body>
  293.  
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement