Advertisement
styelsh

Intuition Theme

Dec 27th, 2013
25,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 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 SOPHIASMITHOFFICIAL
  8. [REGANSTHEMES.TUMBLR.COM]
  9. DO NOT STEAL OR REMOVE CREDIT
  10. -->
  11.  
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:link" content="#2e2e2e"/>
  14. <meta name="color:linkHoverbg" content="#2e2e2e" />
  15. <meta name="color:scrollbar" content="#2e2e2e" />
  16.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="if:top links" content=""/>
  19. <meta name="if:sidebar" content="1"/>
  20. <meta name="if:title" content=""/>
  21.  
  22. <meta name="text:Link 1" content="">
  23. <meta name="text:Link 1 Title" content="">
  24. <meta name="text:Link 2" content="">
  25. <meta name="text:Link 2 Title" content="">
  26. <meta name="text:Link 3" content="">
  27. <meta name="text:Link 3 Title" content="">
  28.  
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  36. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  37. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  38. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  39. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  40. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  41. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  42.  
  43. body {
  44. background:#ffffff;
  45. font-family:arial;
  46. font-size:11px;
  47. letter-spacing:0px;
  48. line-height:90%;
  49. color:{color:text};
  50. }
  51.  
  52. a:link, a:active, a:visited{color: {color:link};}
  53. a:hover{color:{color:link}; text-decoration:none;}
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.4s;
  59. -webkit-transition-duration:0.4s;
  60. -o-transition-duration:0.4s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:link};
  65. text-decoration:none;
  66. -moz-transition-duration:0.4s;
  67. -webkit-transition-duration:0.4s;
  68. -o-transition-duration:0.4s;
  69. }
  70.  
  71. #container {
  72. background-color:{color:background};
  73. width:700px;
  74. margin: 0 auto -12px auto;
  75. text-align: center;
  76. }
  77.  
  78. #title {
  79. font-size:25px;
  80. font-family:georgia;
  81. font-style:italic;
  82. font-weight:bolder;
  83. margin-bottom:10px;
  84. }
  85.  
  86. .links{
  87. padding:5px;
  88. margin-top:3px;
  89. margin-bottom:7px;
  90. word-spacing:0px;
  91. text-align:center;
  92. }
  93.  
  94. .links a{
  95. padding:5px;
  96. letter-spacing:0px;
  97. color:{color:link};
  98. text-decoration:none;
  99. -moz-transition-duration:0.4s;
  100. -webkit-transition-duration:0.4s;
  101. -o-transition-duration:0.4s;
  102. }
  103.  
  104. .links a:hover{
  105. background-color:{color:linkHoverbg};
  106. color:#ffffff;
  107. text-decoration:none;
  108. -moz-transition-duration:0.4s;
  109. -webkit-transition-duration:0.4s;
  110. -o-transition-duration:0.4s;
  111. }
  112.  
  113. #sidebar {
  114. margin-left:-50px;
  115. top: 150px;
  116. position:fixed;
  117. width:245px;
  118. }
  119.  
  120. #descri {
  121. width:245px;
  122. padding:15px;
  123. }
  124.  
  125. #descri img {
  126. width:245px;
  127. margin-bottom:5px;
  128. }
  129.  
  130. #stext {
  131. margin-top:2px;
  132. margin-bottom:5px;
  133. padding:5px;
  134. text-align:center;
  135. }
  136.  
  137. .pagi {
  138. font-size:15px;
  139. text-align:center;
  140. margin-top:70px;
  141. margin-bottom:60px;
  142. padding:0px;
  143. position:justify;
  144. margin-left:450px;
  145. }
  146.  
  147. h1 {
  148. font-size:15px;
  149. text-align:center;
  150. padding:10px;
  151. color:{color:text};
  152. }
  153.  
  154. h2 {
  155. font-size:15px;
  156. text-align:justify;
  157. font-weight:normal;
  158. padding:10px;
  159. }
  160.  
  161. #asker {
  162. float:left;
  163. padding:1px;
  164. margin-top:-2px;
  165. margin-right:5px;
  166. }
  167.  
  168. #question {
  169. line-height:90%;
  170. }
  171.  
  172. #answer {
  173. line-height:90%;
  174. }
  175.  
  176. blockquote {
  177. border-left:1px solid #e9e7e7;
  178. padding-left:10px;
  179. margin:5px;
  180. }
  181.  
  182. #stuffcontainer {
  183. float:left;
  184. text-align:left;
  185. background-color:{color:bg};
  186. color:{color:text};
  187. margin-bottom: 0px;
  188. width:400px;
  189. }
  190.  
  191. #stuff {
  192. width:400px;
  193. margin-left:250px;
  194. margin-top:50px;
  195. margin-bottom:-40px;
  196. text-align:justify;
  197. padding:10px;
  198. }
  199.  
  200. #stuff:hover #postinfo {
  201. opacity:1;
  202. -webkit-transition:0.5s;
  203. }
  204.  
  205. #postinfo {
  206. line-height:100%;
  207. text-align:left;
  208. margin-top:0px;
  209. margin-left:400px;
  210. opacity:0;
  211. position:absolute;
  212. padding:10px;
  213. width:100px;
  214. }
  215.  
  216. #postinfo:hover{
  217. text-decoration:none;
  218. }
  219.  
  220. ol.notes {
  221. width:400px;
  222. margin-left:250px;
  223. padding:0px;
  224. margin-top:40px;
  225. list-style-type:none;
  226. text-align:left;
  227. }
  228. ol.notes li.note {
  229. padding: 10px;
  230. }
  231. ol.notes li.note img.avatar {
  232. vertical-align:-4px;
  233. margin-right:10px;
  234. width:16px;
  235. height:16px;
  236. -webkit-border-radius:100px;
  237. -moz-border-radius:100px;
  238. border-radius:100px;
  239. }
  240. ol.notes li.note span.action {
  241. font-weight:normal;
  242. }
  243. ol.notes li.note .answer_content {
  244. font-weight:normal;
  245. }
  246. ol.notes li.note blockquote {
  247. padding:9px 6px 9px 6px;
  248. }
  249.  
  250. #cred {
  251. bottom:30px;
  252. font-style:none;
  253. right:35px;
  254. position:fixed;
  255. }
  256.  
  257. </style>
  258. <style type="text/css">{CustomCSS}</style>
  259.  
  260. </head>
  261. <body>
  262.  
  263. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  264.  
  265. <div id="container">
  266.  
  267. <div id="sidebar">
  268. <div id="descri">
  269.  
  270. <center>{block:iftoplinks}<div class="links">
  271. <a href="/" title="home">un</a>
  272. <a href="/ask" title="ask">deux</a>
  273. {block:ifLink1}<a href="{text:Link 1}" title="{text:Link 1 Title}">trois</a>{/block:ifLink1}
  274. {block:ifLink2}<a href="{text:Link 2}" title="{text:Link 2 Title}">quatre</a>{/block:ifLink2}
  275. {block:ifLink3}<a href="{text:Link 3}" title="{text:Link 3 Title}">cinq</a>{/block:ifLink3}
  276. </div></center>{/block:iftoplinks}
  277.  
  278. {block:ifsidebar}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifsidebar}
  279.  
  280. {block:iftitle}<div id="title">{Title}</div>{/block:iftitle}
  281.  
  282. <div id="stext">
  283. {Description}
  284. </div>
  285.  
  286. <center>{block:ifNottoplinks}<div class="links">
  287. <a href="/" title="home">un</a>
  288. <a href="/ask" title="ask">deux</a>
  289. {block:ifLink1}<a href="{text:Link 1}" title="{text:Link 1 Title}">trois</a>{/block:ifLink1}
  290. {block:ifLink2}<a href="{text:Link 2}" title="{text:Link 2 Title}">quatre</a>{/block:ifLink2}
  291. {block:ifLink3}<a href="{text:Link 3}" title="{text:Link 3 Title}">cinq</a>{/block:ifLink3}
  292. </div></center>{/block:ifNottoplinks}
  293.  
  294. </div></div>
  295.  
  296. <div id="stuffcontainer">
  297.  
  298. {block:Posts}<div id="stuff">
  299.  
  300. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonthWithZero}</a><br>{block:NoteCount}―<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}"
  301. title="{ReblogParentTitle}">via</a> /
  302. <a href="{ReblogRootURL}"title="{ReblogRoottitle}">src</a>{/block:RebloggedFrom}<br>{block:HasTags}
  303. {block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}
  304. {/block:HasTags}
  305.  
  306. </div></div>
  307. {/block:Date}
  308.  
  309. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  310.  
  311. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Quote}<h2>“{Quote}” <br><br><center><b>— {Source}</b></center></h2>{/block:Quote}
  314.  
  315. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  316. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  317.  
  318. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {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}
  321.  
  322. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323.  
  324. {block:Answer}<div id="asker"></div><big><B>{Asker}</B></big><br><div id="question">{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  325.  
  326. {block:Audio}<div class="audio"><div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><br><div class="playercontainer">{AudioPlayerWhite}</div></div>{block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  327.  
  328.  
  329. </div>
  330.  
  331. {block:PostNotes}{PostNotes}{/block:PostNotes}
  332.  
  333. {/block:Posts}
  334.  
  335. {block:ContentSource}
  336. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  337.  
  338. {block:Pagination}
  339. <div class="pagi">
  340. {block:PreviousPage}
  341. <a href="{PreviousPage}">←</a>
  342. {/block:PreviousPage}
  343.  
  344. {block:NextPage}
  345. <a href="{NextPage}">→</a>
  346. {/block:NextPage}
  347. </div>
  348. {/block:Pagination}
  349.  
  350. </div>
  351.  
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement