Advertisement
styelsh

Primadonna Theme

Mar 18th, 2013
10,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY TAKEYOUSHOME
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#525151"/>
  13. <meta name="color:border" content="#e4e4e4" />
  14. <meta name="color:ask border" content="#e4e4e4"/>
  15. <meta name="color:link" content="#525151"/>
  16. <meta name="color:linkHover" content="#817f7f"/>
  17. <meta name="color:answerb" content="#f8f8f8"/>
  18. <meta name="color:scrollbar" content="#BBBBBB" />
  19. <meta name="color:scrollbg" content="#FFFFFF" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:Link 1 Title" content="/">
  24. <meta name="text:Link 1" content="/">
  25. <meta name="text:Link 2 Title" content="/">
  26. <meta name="text:Link 2" content="/">
  27. <meta name="text:Link 3 Title" content="/">
  28. <meta name="text:Link 3" content="/">
  29. <meta name="text:Link 4 Title" content="/">
  30. <meta name="text:Link 4" content="/">
  31. <meta name="text:Link 5 Title" content="/">
  32. <meta name="text:Link 5" content="/">
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <head><title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  44. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  45. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  46. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  47. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  48. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  49. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  50.  
  51. body {
  52. background:{color:background};
  53. margin:0px;
  54. font-family: times;
  55. font-size:9px;
  56. text-transform:none;
  57. letter-spacing:1px;
  58. color:{color:text};
  59. line-height:100%;}
  60.  
  61. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  62. a:hover{color:{color:linkhover}}
  63.  
  64. small{font-size:7px}
  65. big{font-size:14px}
  66. b, strong{color:{color:text}}
  67. i, em {color:{color:text}}
  68. p{margin-top:5px; margin-bottom:5px}
  69. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  70.  
  71. small{font-size:7px}
  72. big{font-size:14px}
  73. b, strong{color:{color:title}}
  74. i, em {color:{color:text}}
  75. p{margin-top:5px; margin-bottom:5px}
  76. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  77.  
  78. img a{border:none; width:100%}
  79.  
  80. a {
  81. text-decoration:none;
  82. color:{color:link};
  83. -webkit-transition:all 0.4s ease-out;
  84. -moz-transition:all 0.4s ease-out;
  85. transition:all 0.4s ease-out;}
  86.  
  87. a:hover {
  88. text-decoration:none;
  89. color:{color:linkHover};
  90. -webkit-transition:all 0.4s ease-out;
  91. -moz-transition:all 0.4s ease-out;
  92. transition:all 0.4s ease-out;}
  93.  
  94. #container {
  95. background-color:{color:background};
  96. width: 814px;
  97. text-align: center;
  98. margin: 0 auto -10px auto
  99. }
  100.  
  101. #entries {
  102. padding:4px;
  103. width:500px;
  104. margin-left:290px;
  105. margin-top:130px;
  106. font-size:10px;
  107. text-transform:lowercase;
  108. font-family:times;
  109. font-size:9px;
  110. font-style:italic;
  111. }
  112.  
  113. #post {
  114. width:500px;
  115. padding-bottom:20px;
  116. padding:4px;
  117. margin-top:30px;
  118. border:0px solid;
  119. margin-bottom:10px;
  120. text-align:left;
  121. text-transform:lowercase;
  122. font-family:times;
  123. font-size:9px;
  124. font-style:italic;
  125. }
  126.  
  127. #tags {
  128. padding-top:3px;
  129. padding:1px;
  130. margin:0px 5px 0px;
  131. font-size:9px;
  132. }
  133.  
  134. #sidebar {
  135. top: 230px;
  136. margin-left:60px;
  137. padding:0px;
  138. position:fixed;
  139. width:140px;
  140. }
  141.  
  142. #sidebar:hover #links {
  143. opacity:1;
  144. display:block;}
  145.  
  146. #descri {
  147. background-color:{color:background};
  148. padding-top:-4px;
  149. margin-top:-20px;
  150. margin-bottom:25px;
  151. text-align:center;
  152. line-height:100%;
  153. font-size:8px;
  154. width:200px;
  155. padding:10px;
  156. }
  157.  
  158. #descri img {
  159. width:200px;
  160. height:160px;
  161. }
  162.  
  163. #stext {
  164. text-align:justify;
  165. font-size: 9px;
  166. font-family:times;
  167. font-style:italic;
  168. width: 180px;
  169. padding: 10px;
  170. line-height: 90%;
  171. letter-spacing:1px;
  172. background: #fafafa;
  173. }
  174.  
  175. #pagination {
  176. text-align:center;
  177. font-size: 8px;
  178. font-family: times;
  179. font-style:italic;
  180. }
  181.  
  182. #links {
  183. font-family:times;
  184. font-size:9px;
  185. font-style:italic;
  186. text-transform:lowercase;
  187. width:200px;
  188. position:justify;
  189. float:right;
  190. position:absolute;
  191. opacity:0;
  192. margin-left:-205px;
  193. margin-top:-200px;
  194. text-align: right;
  195. -webkit-transition:0.2s linear;
  196. }
  197.  
  198. h1{
  199. color:{color:text};
  200. font-family: times;
  201. font-style:italic;
  202. font-size:12px;
  203. line-height:11px;
  204. letter-spacing:0px;
  205. font-weight:bold;
  206. text-transform:lowercase;
  207. margin:0px;
  208. padding:0px;
  209. text-align:left
  210. }
  211.  
  212. h2{
  213. color:{color:title};
  214. font-family:{font:title};
  215. font-size:12px;
  216. line-height:11px;
  217. letter-spacing:0px;
  218. font-weight:normal;
  219. text-transform:none;
  220. margin:0px;
  221. padding:0px;
  222. margin-bottom:-0px;
  223. text-align:left
  224. }
  225.  
  226. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px;} .player {position:absolute; z-index:3; background:#000000; margin-top:45px; margin-left:73px; opacity:0.75; filter:alpha(opacity=75); border:0px #000000 solid; border-radius: 100px;} .audioplayer {background: #ffffff; border: 1px solid #f8f8f8; width:363px; height:15px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;} .audioinfo {margin-top: 15px; margin-left:120px; line-height:10px; font-family: cambria; font-size:10px!important; font-style: italic;} .audiocaption {margin-left:20px;} .audiocaption img {max-width:330px!important} .audiocaption blockquote img {max-width:320px!important} .audiocaption blockquote blockquote img {max-width:310px!important}
  227.  
  228. #asker {
  229. padding:10px;
  230. text-align:left;
  231. background-color:{color:answerb}
  232. }
  233.  
  234. .user_1 .label {color:{color:link}; font-weight:bold}
  235. .user_2 .label {color:{color:text}; font-weight:bold}
  236. .user_3 .label {color:{color:link}; font-weight:bold}
  237. .user_4 .label {color:{color:text}; font-weight:bold}
  238. .user_5 .label {color:{color:link}; font-weight:bold}
  239. .user_6 .label {color:{color:text}; font-weight:bold}
  240. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  241.  
  242. #cred {font-family:consolas; font-size: 9px; letter-spacing:1px; bottom:10px; text-transform: uppercase; right:10px; position:fixed; padding:5px; text-align:center;}
  243.  
  244. </style>
  245. <style type="text/css">{CustomCSS}</style>
  246.  
  247. </head>
  248. <body>
  249.  
  250. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  251.  
  252. <div id="container">
  253. <div id="sidebar">
  254.  
  255. <div id="descri">
  256.  
  257. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  258. <br>
  259. <div id="stext">{Description}</div>
  260. <br>
  261. <div id="links">
  262. <a href="{text:Link 1}">{text:Link 1 Title}</a><br>
  263. <a href="{text:Link 2}">{text:Link 2 Title}</a><br>
  264. <a href="{text:Link 3}">{text:Link 3 Title}</a><br>
  265. <a href="{text:Link 4}">{text:Link 4 Title}</a><br>
  266. <a href="{text:Link 5}">{text:Link 5 Title}</a><br>
  267. </div>
  268.  
  269. <div id="pagination">
  270. {block:Pagination}
  271. {block:PreviousPage}
  272. <a href="{PreviousPage}">←</a>
  273. {/block:PreviousPage}
  274. {CurrentPage} of {TotalPages}
  275. {block:NextPage}
  276. <a href="{NextPage}">→</a>
  277. {/block:NextPage}
  278. {/block:Pagination}
  279. {/block:Pagination}
  280. </div>
  281.  
  282. </div></div>
  283.  
  284.  
  285. <div id="entries">
  286.  
  287. {block:Posts}<div id="post">
  288.  
  289. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  290.  
  291. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  292.  
  293. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  294.  
  295. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  296. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  297.  
  298. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  299.  
  300. {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}
  301.  
  302. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  303.  
  304. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:italic">{Asker}:</span> {Question}</div><center>{Answer}{/block:Answer}
  305.  
  306. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:60px; height:60px; margin-left:-20px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border: 1px solid #ededed; padding: 3px; font-size: 8px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  307. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  308. </div>
  309. <br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  310.  
  311. <div id="info">
  312. <br>♡ posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_#nk"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  313. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  314. {/block:Posts}
  315. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  316. {/block:Posts}</div></div></div>
  317.  
  318. </div></div>
  319.  
  320. </body>
  321. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement