Advertisement
emrys

grid theme 2

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