Panzer_Themes

Simple Rounded Theme

May 25th, 2012
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. <!--
  2. ┏━━━┓╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏━━━━┳┓
  3. ┃┏━┓┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┃┏┓┏┓┃┃
  4. ┃┗━┛┣━━┳━┓┏━━━┳━━┳━┓┗┛┃┃┗┫┗━┳━━┳┓┏┳━━┳━━┓
  5. ┃┏━━┫┏┓┃┏┓╋━━┃┃┃━┫┏┛╋╋┃┃╋┃┏┓┃┃━┫┗┛┃┃━┫━━┫
  6. ┃┃╋╋┃┏┓┃┃┃┃┃━━┫┃━┫┃╋╋╋┃┃╋┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ┗┛╋╋┗┛┗┻┛┗┻━━━┻━━┻┛╋╋╋┗┛╋┗┛┗┻━━┻┻┻┻━━┻━━┛
  8. Theme Made and copyrighted By PanzerThemes.Tumblr.com.
  9.  
  10. All themes are free for personal use! Please respect the credit and keep it in tact. You may make changes to the theme; however, that doesn't mean you created it. If you do remove the credit please place it in your FAQ or somewhere where your followers can be informed of creator.
  11. You will be reported if you do not follow the simple rules of using my themes. -->
  12.  
  13. <head>
  14.  
  15. <title>{title}</title>
  16.  
  17. <meta name="color:Background" content="#fff"/>
  18. <meta name="color:Text" content="#000000"/>
  19. <meta name="color:Link" content="#555555"/>
  20. <meta name="color:Hover" content="#000000"/>
  21. <meta name="color:Link Box" content="#dddddd"/>
  22. <meta name="color:Link Box Hover" content="#D0B1FF"/>
  23. <meta name="color:Tiny Scrollbar" content="#797979"/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar" content="http://static.tumblr.com/l3rkvkd/Y8om4f6jw/office1.jpg"/>
  26. <meta name="if:Show Sidebar Image" content="1"/>
  27. <meta name="if:Show Blog Title" content="1"/>
  28. <meta name="if:Tiny Cursor" content="1"/>
  29. <meta name="if:Tiny Scrollbar" content="1"/>
  30. <meta name="if:Infinite scrolling" content="1"/>
  31. <meta name="if:Pixel Description Font" content="0"/>
  32. <meta name="if:Captions On" content="0"/>
  33. <meta name="text:Blog Title Size" content="39" />
  34. <meta name="text:Ask Title" content="message" />
  35. <meta name="text:link one" content="/link" />
  36. <meta name="text:link one title" content="Link 1" />
  37. <meta name="text:link two" content="/link" />
  38. <meta name="text:link two title" content="Link 2" />
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700,400' rel='stylesheet' type='text/css'>
  41.  
  42. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  43.  
  44. <style type="text/css">
  45.  
  46. {block:iftinycursor}
  47. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  48. {/block:iftinycursor}
  49.  
  50. iframe#tumblr_controls{position:fixed !important;}
  51.  
  52. {block:iftinyscrollbar}
  53. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; }
  54.  
  55. ::-webkit-scrollbar-thumb { background-color: {color:Tiny Scrollbar}; -webkit-border-radius: 1ex; border: 1px solid black;}
  56. {/block:iftinyscrollbar}
  57.  
  58. body {
  59. margin:0px;
  60. background-color: {color:Background};
  61. background-image:url({image:Background});
  62. background-attachment: fixed;
  63. background-repeat: repeat;
  64. font-family: cambria;
  65. font-size: 11px;
  66. line-height: 10px;
  67. color:{color:Text};
  68. }
  69.  
  70. p {
  71. margin:0px;
  72. margin-top:1px;
  73. }
  74.  
  75. a:link, a:active, a:visited{
  76. color: {color:Link};
  77. text-decoration: none;
  78. }
  79.  
  80. a:hover {
  81. color:{color:hover};
  82. text-decoration: none;
  83. font-style: none;
  84. text-shadow:1px 1px 5px #888;
  85. }
  86.  
  87. #mee{
  88. position:fixed !important;
  89. width:auto;
  90. height:auto;
  91. right:3px;
  92. top:26px;
  93. }
  94.  
  95.  
  96. div#cage{
  97. margin:auto;
  98. position:relative;
  99. width:700px;
  100. overflow:hidden;
  101. color: {color:Text};
  102. margin-left:22%;
  103. }
  104.  
  105.  
  106. div#center{
  107. margin:auto;
  108. position:relative;
  109. width:840px;
  110. background-color:;
  111. overflow:auto;
  112. overflow-y:hidden;
  113. }
  114.  
  115. div#content{
  116. float:right;
  117. width:450px;
  118. padding:2px;
  119. margin-right: 230px;
  120. background: #fff;
  121. }
  122.  
  123. div#entry{
  124. background-color:;
  125. margin-top:3px;
  126. padding-top:3px;
  127. padding-bottom:3px;
  128. }
  129.  
  130. .links{
  131. display: block;
  132. font-family: tinytots;
  133. font-size:8px;
  134. text-align: center;
  135. text-transform: uppercase;
  136. margin-left: 0px;
  137. background-color: {color:link box};
  138. border: 1px solid #444444;
  139. }
  140.  
  141. .links {
  142. width: 63px;
  143. height: 12px;
  144. background-color: {color:link box};
  145. font-size:8px;
  146. letter-spacing:0px;
  147. line-height:15px;
  148. text-align:center;
  149. border: 1px solid #444444;
  150. -webkit-transition-duration: .6s;
  151. -moz-box-shadow: 0 0 1px #888;
  152. -webkit-box-shadow: 0 0 1px#888;
  153. display: inline-block;
  154. }
  155.  
  156. .links:hover {
  157. background-color: {color:link box hover};
  158. border: 1px solid #444444;
  159. }
  160.  
  161. #entry #blankspace{
  162. position:absolute;
  163. width:auto;
  164. height:auto;
  165. overflow:hidden;
  166. margin-top:3px;
  167. margin-left:3px;
  168. padding: 1px;
  169. opacity:0.0;
  170. background-color:{color:link box};
  171. background-image:url({image:Background});
  172. border: 1px solid #444444;
  173. -webkit-transition: all .3s linear;
  174. -moz-transition: all .3s linear;
  175. transition: all .3s linear;
  176. }
  177.  
  178. #entry:hover #blankspace{
  179. opacity: 1;
  180. -webkit-transition: all .3s linear;
  181. -moz-transition: all .3s linear;
  182. transition: all .3s linear;
  183. }
  184.  
  185. #entry #blankspace .permalink{
  186. width:auto;
  187. height:auto;
  188. font-family: tinytots;
  189. font-size:8px;
  190. color: {color:text};
  191. font-decoration:none;
  192. text-align:center;
  193. padding-left: 2px;
  194. padding-right: 2px;
  195. margin-top:2px;
  196. margin-left:0px;
  197. opacity:0.0
  198. background-color:#ffffff;
  199. -webkit-transition: all .3s linear;
  200. -moz-transition: all .3s linear;
  201. transition: all .3s linear;
  202. }
  203.  
  204. #entry:hover #blankspace .permalink{
  205. opacity:1;
  206. -webkit-transition: all .3s linear;
  207. -moz-transition: all .3s linear;
  208. transition: all .3s linear;
  209. }
  210.  
  211. div#sidebar{
  212. position:fixed !important;
  213. margin-left: -190px;
  214. margin-top: 80px;
  215. background-color: transparent;
  216. height: auto;
  217. width: 260px;
  218. padding: 0px;
  219. text-align: center;
  220. }
  221.  
  222. @font-face {
  223. font-family: "tinytots";
  224. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  225. }
  226.  
  227. #sidebar img{
  228. width: 260px;
  229. border-top-right-radius:110px;
  230.  
  231. border-bottom-right-radius:5px;
  232.  
  233. border-top-left-radius:5px;
  234.  
  235. border-bottom-left-radius:5px;
  236. }
  237.  
  238. div#titlesection{
  239. position:fixed !important;
  240. margin-left: -190px;
  241. margin-top: 40px;
  242. background-color: transparent;
  243. height: auto;
  244. width: 260px;
  245. padding: 1px;
  246. text-align: center;
  247. }
  248.  
  249. #postnotes{
  250. text-align: justify;}
  251.  
  252. #postnotes blockquote{
  253. border: 0px;}
  254.  
  255. .title{
  256. font-family: 'amatic sc', cursive;
  257. font-size: 32px;
  258. line-height: 22px;
  259. }
  260.  
  261. .blogtitle{
  262. font-family: 'amatic sc', cursive;
  263. font-size: {text:Blog Title Size}px;
  264. line-height: 32px;
  265.  
  266.  
  267. blockquote{
  268. padding:2px 2px 2px 5px;
  269. margin:2px 2px 2px 1px;
  270. border-left: 1px solid {color:Text};
  271. }
  272.  
  273. blockquote p, ul{
  274. margin:0px;
  275. padding:0px;
  276. }
  277.  
  278. {CustomCSS}
  279. </style>
  280.  
  281. <link rel="shortcut icon"href="{Favicon}">
  282. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  283. <meta name="viewport" content="width=820" />
  284.  
  285. </head>
  286. <body>
  287.  
  288. <div id="mee">
  289. <a href="http://jagpanzer.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
  290. </div>
  291.  
  292. <div id="cage">
  293. <div id="center">
  294. <div id="titlesection">{block:ifshowblogtitle}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifshowblogtitle}</div>
  295.  
  296. <div id="sidebar"><br><p>{block:ifshowsidebarimage}<p><p><a href="/"><img src="{image:sidebar}" width=260px></a><p><p>{/block:ifshowsidebarimage}<br><div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div><div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div><div class="links"><a href="/ask">{text:Ask Title}</a></div><div class="links"><a href="http://jagpanzer.tumblr.com" target=”_blank”>Theme</a></div> <br><br>
  297. {block:ifpixeldescriptionfont}
  298. <span style= "font-family:tinytots;font-size:8px; line-height:4px">
  299. {description}</span>{/block:ifpixeldescriptionfont}
  300. {block:ifnotpixeldescriptionfont}
  301. {description}
  302. {/block:ifnotpixeldescriptionfont}
  303.  
  304. {block:ifnotinfinitescrolling}
  305. <br>
  306. {block:HasPages}{block:Pages} <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
  307.  
  308. <center>
  309.  
  310. <br>
  311. {block:PreviousPage} <a href="{PreviousPage}"><font size="2"> ← </font></a>{/block:PreviousPage}
  312. {block:NextPage}<a href="{NextPage}"><font size="2"> → </font></a>{/block:NextPage}
  313. {block:PermalinkPagination}
  314. {block:PreviousPost}<a href="{PreviousPost}"> ← </a>{/block:PreviousPost}
  315. {block:NextPost}<a href="{NextPost}"> → </a>{/block:NextPost}
  316. {/block:PermalinkPagination}{/block:ifnotinfinitescrolling}
  317.  
  318. </div>
  319. <div id="content">
  320. {block:Posts}
  321. <div id="entry">
  322.  
  323. {block:IndexPage}
  324. <div id="blankspace">
  325. <div class="permalink">
  326. <a href="{permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">REBLOG</a></a></span></div>
  327. </div>
  328. {/block:IndexPage}
  329.  
  330. {block:Text}
  331. {block:Title}<span class="title">{Title}</span>{/block:Title}
  332. {Body}
  333. {/block:Text}
  334.  
  335. {block:Link}
  336. <a href="{URL}" class="title">{Name}</a>
  337. {block:Description}{Description}{/block:Description}
  338. {block:Link}
  339.  
  340. {block:Photo}
  341. {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=450px /></div>{LinkCloseTag}{block:ifCaptionsOn}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptionson}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px;/>{LinkCloseTag}{/block:PermalinkPage}
  342. {/block:Photo}
  343.  
  344. {block:Quote}
  345. {Quote}<p> - {block:Source}<b>{Source}</b>{/block:Source}
  346. {/block:Quote}
  347.  
  348. {block:Chat}
  349. {block:Title}<span class="title">{Title}</span>{/block:Title}
  350. <ul class="chat">
  351. {block:Lines}
  352. <li class="user_{UserNumber}">
  353. {block:Label}
  354. <span class="label">{Label}</span>
  355. {/block:Label}
  356. {Line}
  357. </li>
  358. {/block:Lines}
  359. </ul>
  360. {/block:Chat}
  361.  
  362. {block:Audio}
  363. <div align="left">{AudioPlayerWhite}</div>
  364. <div align="right">{FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</div></center><br />{caption}
  365. {/block:Audio}
  366.  
  367. {block:Video}
  368. <div class="video">{Video-450}</div>
  369. {block:Video}
  370.  
  371. {block:PermalinkPage}<center>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  372. {block:PostNotes}{PostNotes}
  373. {/block:PostNotes}{/block:PermalinkPage}
  374.  
  375. </div>
  376.  
  377. {/block:Posts}
  378.  
  379. </div></div>
  380.  
  381. </div>
  382. </body>
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment