Advertisement
danceforyous

Theme Eight

Feb 1st, 2013
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  8.  
  9. <!--
  10.  
  11. Theme eight by anne @ danceforyous.
  12.  
  13. --->
  14.  
  15. <!-- DEFAULT SETTINGS --->
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:Link" content="#9e9d9d"/>
  19. <meta name="color:Link Hover" content="#b8b8b8"/>
  20. <meta name="color:Scrollbar" content="#e0e0e0"/>
  21. <meta name="if:Tiny Cursor" content=""/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:Background" content""/>
  25.  
  26. <meta name="text:link 1" content="">
  27. <meta name="text:link 1 url" content="/">
  28. <meta name="text:link 2" content="">
  29. <meta name="text:link 2 url" content="/">
  30. <meta name="text:link 3" content="">
  31. <meta name="text:link 3 url" content="/">
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. /** SCROLLBAR **/
  37.  
  38. ::-webkit-scrollbar{height: 10px; width: 10px; -webkit-border-radius:; background-color:{color:background};}
  39.  
  40. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  41.  
  42. ::-webkit-scrollbar-track{background-color:{color:background};}
  43.  
  44.  
  45. /** ASKBOX SETTING **/
  46.  
  47. .bubble {
  48. align:right;
  49. background: #eee;
  50. margin:7px 0px 5px 66px;
  51. padding:10px;
  52. position:relative;
  53. -moz-border-radius:0px;
  54. -webkit-border-radius:0px;
  55. border-radius:0px;
  56. }
  57.  
  58. .bubble p {
  59. margin:1px 0px;
  60. }
  61.  
  62. .bubble span {
  63. display:block;
  64. position:absolute;
  65. width:1px;
  66. height:1px;
  67. font-size:0;
  68. line-height:1px;
  69. left:-10px;
  70. top:10px;
  71. border-top:7px solid transparent;
  72. border-bottom:7px solid transparent;
  73. border-right:10px solid #eee;
  74. }
  75.  
  76. .askborder {
  77. float:left;
  78. margin: 1px 4px 0 0;
  79. padding: 2px;
  80. background: #eee;
  81. }
  82.  
  83.  
  84. /** IMPORTANT SETTINGS [DON'T EDIT] **/
  85.  
  86. {block:iftinycursor}
  87. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  88. {/block:iftinycursor}
  89.  
  90. body {
  91. background:{color:background};
  92. color:{color:text};
  93. font-family:CALIBRI;
  94. font-size:10px;
  95. line-height:100%;
  96. background-image: url({image:Background});
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. background-position: center;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:link};
  107. -webkit-transition: opacity 0.8s linear;
  108. opacity: 1;
  109. -webkit-transition: all 0.5s ease-out;
  110. -moz-transition: all 0.5s ease-out;
  111. transition: all 0.5s ease-out;
  112. }
  113.  
  114. a:hover {
  115. text-decoration:none;
  116. color:{color:Link Hover};
  117. -webkit-transition: opacity 0.8s linear;
  118. opacity: 1;
  119. -webkit-transition: all 0.5s ease-out;
  120. -moz-transition: all 0.5s ease-out;
  121. transition: all 0.5s ease-out;
  122. {block:iftinycursor}
  123. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  124. {/block:iftinycursor}
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. blockquote blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. }
  136.  
  137. h1 {
  138. font-size:15px;
  139.  
  140. }
  141.  
  142. h2 {
  143. font-size:15px;
  144. text-transform:uppercase;
  145. font-style:italic;
  146. line-height:90%;
  147. }
  148.  
  149. img {
  150. }
  151.  
  152.  
  153. /** ENTRY AND SIDEBAR SETTINGS **/
  154.  
  155. #entries {
  156. padding:10px;
  157. width:500px;
  158. margin-left:500px;
  159. margin-top:40px;
  160. }
  161.  
  162. #sidebar {
  163. width:250px;
  164. position:fixed;
  165. margin-left:279px;
  166. margin-top:90px;
  167. }
  168.  
  169. #sidebar:hover .links {
  170. margin-left:-150px;
  171. opacity:1;
  172. -moz-transition-duration:0.7s;
  173. -webkit-transition-duration:0.7s;
  174. -o-transition-duration:0.7s;
  175. }
  176.  
  177.  
  178. #sidebarimage {
  179. width: 210px;
  180. }
  181.  
  182. #sidebarimage img {
  183. width:210px;
  184. border:1px solid #eee;
  185. padding:10px;
  186. }
  187.  
  188. #desc {
  189. padding:5px;
  190. text-align:center;
  191. margin-left:35px;
  192. margin-top:10px;
  193. width:150px;
  194. border-top:4px #ccc solid;
  195. font-size:8px;
  196. font-family:Inconsolata;
  197. text-transform:uppercase;
  198. }
  199.  
  200. #pagination {
  201. font-size:11px;
  202. text-align:right;
  203. margin-right:50px;
  204. margin-top:-370px;
  205. font-style:italic;
  206. font-family:Inconsolata;
  207. }
  208.  
  209.  
  210. /** LINKS SETTINGS **/
  211.  
  212. .links {
  213. font-family:Inconsolata;
  214. font-size:15px;
  215. letter-spacing:0px;
  216. text-transform:uppercase;
  217. text-align:center;
  218. margin-left:-10px;
  219. margin-top:-250px;
  220. width:220px;
  221. position:absolute;
  222. line-height:200%;
  223. opacity:0;
  224. -moz-transition-duration:0.7s;
  225. -webkit-transition-duration:0.7s;
  226. -o-transition-duration:0.7s;
  227. }
  228.  
  229. .links a{
  230. text-transform:uppercase;
  231. margin-bottom:16px;
  232. background-color:white;
  233. padding:2px;
  234. width:90px;
  235. font-style:italic;
  236. letter-spacing:1px;
  237. color:{color:text};
  238.  
  239. }
  240.  
  241. .links a:hover{
  242. background-color:{color:link hover};
  243. color:{color:link};
  244. }
  245.  
  246.  
  247.  
  248. /** POST SETTINGS **/
  249.  
  250. #post {
  251. width:500px;
  252. padding-bottom:30px;
  253. border:1px solid #eee;
  254. background-color:#fcfcfc;
  255. padding:10px;
  256. margin-bottom:20px;
  257. }
  258.  
  259.  
  260. #info {
  261. position:absolute;
  262. padding-left:4px;
  263. padding-right:4px;
  264. margin-top:2px;
  265. opacity:1;
  266. text-align:center;
  267. font-size:8px;
  268. letter-spacing:1px;
  269. text-transform:uppercase;
  270. font-family:Inconsolata;
  271. color:{color:Link};
  272. background-color:#eeeeee;
  273. }
  274.  
  275.  
  276. #postnotes {
  277. font-family:calibri;
  278. font-size:8px;
  279. text-transform:uppercase;
  280. }
  281.  
  282. /** ASK AND AUDIO SETTINGS **/
  283.  
  284. #asker {
  285. float:left;
  286. margin-right:5px;
  287. border:3px solid #e8e8e8;
  288. padding:5px;
  289. }
  290.  
  291. .audio {
  292. height:55px;
  293. overflow:hidden;
  294. }
  295.  
  296. /** CREDITS. DO.NOT.REMOVE. **/
  297.  
  298. #crdt {
  299. font-size:8px;
  300. font-family:calibri;
  301. letter-spacing:1px;
  302. bottom:10px;
  303. right:10px;
  304. position:fixed;
  305. border:1px solid #eee;
  306. background-color:#fcfafa;
  307. padding:5px;
  308.  
  309. /** IMP. SETTINGS **/
  310.  
  311. {CustomCSS}</style></head><body>
  312.  
  313. <div id="sidebar">
  314.  
  315. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  316.  
  317. <div id="desc">{Description}</div>
  318.  
  319. <div class="links">
  320. <br><a href="/ask">ask</a>
  321. <br><a href="{text:link 1 url}">{text:link 1}</a>
  322. <br><a href="{text:link 2 url}">{text:link 2}</a>
  323. <br><a href="{text:link 3 url}">{text:link 3}</a></div>
  324.  
  325. <div id="pagination">
  326. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"<big><big>«</big></big></a>{/block:PreviousPage}
  327. {CurrentPage} - {TotalPages}
  328. {block:NextPage}<a href="{NextPage}"><big><big>»</big></big></a>{/block:NextPage}{/block:Pagination} </div>
  329. </div>
  330.  
  331. <div id="crdt"><a href="http://www.danceforyous.tumblr.com/themage" target="_blank">DANCEFORYOUS</a> </div>
  332.  
  333. <div id="entries">{block:Posts}<div id="post">
  334.  
  335. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  336.  
  337. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  338.  
  339. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  340.  
  341. {block:Quote}<h2>
  342. {Quote}</h2>{block:Source} —{Source}{/block:Source}{/block:Quote}
  343.  
  344. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  345.  
  346. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  347.  
  348. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerBlack}{block:Caption}{Caption}</div>{/block:Caption}{/block:Audio}<br><br>
  349.  
  350. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><big>❝</big> <i>{Asker}</i>: {Question}&nbsp;</div><br>{Answer}{/block:Answer}
  353.  
  354. <div id="info">
  355. <a href="{Permalink}">
  356.  
  357. {block:Date}
  358. {TimeAgo} on
  359. {ShortMonth} {DayofMonth},{Year}
  360. {/block:Date}
  361. {block:NoteCount} · {NoteCountWithLabel}
  362. {/block:NoteCount}
  363. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}"> (©)<a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} / <a href="{ReblogURL}" target="_blank">reblog</a>
  364. {/block:RebloggedFrom}<br>
  365.  
  366. {block:HasTags}{block:Tags} ✖<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  367.  
  368. </div>
  369.  
  370. <div id="postnotes">
  371. {block:PostNotes}{PostNotes}{/block:PostNotes}
  372. {/block:Posts}</div>
  373.  
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement