darnpayne

THEME 26 REDNECK CRAZY

Aug 2nd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- BASE CODE BY SHEERINOS. THEME 26 BY SHEERINOS REDNECK CRAZY -->
  11.  
  12. <!-- COLORS -->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#b6b5b5"/>
  16. <meta name="color:link" content="#b87889"/>
  17. <meta name="color:linkhover" content="#f0e7e1"/>
  18. <meta name="color:scrollbar" content="ececec"/>
  19.  
  20. <!-- FONTS -->
  21.  
  22. <meta name="font:title" content="Cambria" />
  23. <meta name="font:body" content="calibri" />
  24. <meta name="font:pagination" content="calibri" />
  25.  
  26. <!-- IMAGES -->
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="image:sidebar2" content=""/>
  31.  
  32. <!-- LINKS -->
  33.  
  34. <meta name="text:link 1" content="link 1"/>
  35. <meta name="text:link 1 url" content="/" />
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. ::selection {background: #fff; color:{color:selection};}
  44. ::-moz-selection {background: #fff; color:{color:selection};}
  45. ::-webkit-selection {background: #fff; color:{color:selection};}
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  48. height:100px;}
  49.  
  50. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  51.  
  52.  
  53. /* --- BODY ---*/
  54.  
  55. body {
  56. font-style:none;
  57. background:{color:background};
  58. margin:0px; color:{color:text};
  59. font-family:calibri;
  60. font-size:11px;
  61. line-height:100%;
  62.  
  63. }
  64.  
  65. blockquote {
  66. border-left:2px solid #ECECEC;
  67. padding-left:2px;
  68. margin:5px;
  69. }
  70.  
  71. a {
  72. color:{color:link}
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. -webkit-transition:all 0.5s ease-in-out;
  78. -moz-transition:all 0.5s ease-in-out;
  79. -o-transition:all 0.5s ease-in-out;
  80. -ms-transition:all 0.5s ease-in-out;
  81. transition:all 0.5s ease-in-out;
  82. }
  83.  
  84. a:hover {
  85. color:{color:linkhover}
  86. }
  87.  
  88. img {none;}
  89.  
  90. h1 , h2 {
  91. font-family:calibri;
  92. text-transform:none;
  93. font-size:14px;
  94. line-height:30px;
  95. letter-spacing:0px;
  96. text-align:center;
  97. font-style:none;
  98. }
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:300px;
  104. margin-top:50px;
  105.  
  106. }
  107.  
  108. #post {
  109. width:500px;
  110. padding-bottom:100px;
  111. font-style:none;
  112. padding:15px;
  113. margin-bottom:10px;
  114. border:20px solid #000
  115. }
  116.  
  117.  
  118.  
  119.  
  120. /* --- SIDEBAR ---*/
  121.  
  122.  
  123. #sidebar {
  124. width:70px;
  125. height: 300px;
  126. position:fixed;
  127. margin-left:1120px;
  128. margin-top:-120px;
  129. }
  130.  
  131. #line{position:fixed;background:#fd05bc;height:2000px;width:15px;-webkit-transition: all .5s linear;
  132. -webkit-transform: rotate(340deg);
  133. -moz-transform: rotate(340deg);
  134. -o-transform: rotate(340deg);margin-left:84px;margin-top:-365px;}
  135. #line2{position:fixed;background:#0ffcff;height:2000px;width:15px;-webkit-transition: all .5s linear;
  136. -webkit-transform: rotate(20deg);
  137. -moz-transform: rotate(20deg);
  138. -o-transform: rotate(20deg);margin-left:-32px;margin-top:-366px;}
  139.  
  140. #sidebarimage {
  141. width 120px;
  142. padding: 7px 24px 7px 20px;
  143.  
  144.  
  145. }
  146.  
  147.  
  148. #sidebarimage img {-webkit-transition:all 1s ease-out;
  149. -moz-transition:all 1s ease-out;
  150. transition:all 1s ease-out;
  151. width:120px;
  152. height:120px;
  153. border:3px double #000;
  154. padding:3px;
  155. margin-left:-52px;
  156. margin-top:190px;
  157. background:#fff;
  158. opacity:1;
  159. border-radius:100px;
  160. }
  161.  
  162.  
  163. #sidebarimage2 img {-webkit-transition:all 1s ease-out;
  164. -moz-transition:all 1s ease-out;
  165. transition:all 1s ease-out;
  166. width:120px;
  167. height:120px;
  168. border:3px double #000;
  169. padding:3px;
  170. margin-left:-52px;
  171. margin-top:290px;
  172. background:#fff;
  173. opacity:1;
  174. border-radius:100px;
  175.  
  176. }
  177.  
  178. #title {
  179.  
  180. width:510px;
  181. height:40px;
  182. font:30px ashley marie;
  183. margin-left:500px;
  184. margin-top:-75px;
  185. text-align:center;
  186. position:fixed;
  187. text-transform:lowercase;
  188. background:#000;
  189. color:#fff;
  190. text-shadow: -2px 1px {color:color1}, 2px -1px {color:color2};
  191. }
  192.  
  193. #nav {
  194. position:fixed;
  195. overflow:hidden;
  196. margin-top:150px;
  197. margin-left:315px;
  198. }
  199.  
  200. #link1 a , #link2 a, #link3 a
  201.  
  202. #title
  203. {
  204. font-family:cambria;
  205. text-align:center;
  206. margin-top:-129px;
  207. padding-bottom:0px;
  208. text-transform:none;
  209. font-style:normal;
  210. font-size:10px;
  211. }
  212.  
  213. #description {
  214. margin-left: -45px;
  215. margin-top: 10px;
  216. width: 130px;
  217. line-height: 100%;
  218. background-color:#ffffff;
  219. text-transform:none;
  220. text-align:center;
  221. font-family:calibri;
  222. font-size: 10px;
  223. font-style:none;
  224. padding-bottom:0px;
  225. padding-top:5px;
  226. }
  227.  
  228. #links {
  229. position: fixed;
  230. font-family:calibri;
  231. padding-top: 0px;
  232. padding-bottom: 5px;
  233. margin-top: -400px;
  234. margin-left: -0px;
  235. padding-left: 0px;
  236. padding-right: 0px;
  237. letter-spacing: 1px;
  238. height: 10px;
  239. width: 125px;
  240. }
  241.  
  242. #links a {
  243. padding 5px;
  244. padding-top: 0px;
  245. padding-bottom: 1px;
  246. padding-right:2px;
  247. padding-left:2px;
  248. margin-bottom: 5px;
  249. font-size: 10px;
  250. font-style:normal;
  251. text-align:center;
  252. text-transform:none;
  253. width: 50px;
  254.  
  255. }
  256.  
  257. #questions {
  258. background-color:#ffffff;
  259. color: {color:text};
  260. margin-left:0px;
  261. padding:5px;
  262. margin-top:5px;
  263. margin-bottom:5px;
  264. font-family:calibri;
  265. font-size:10px;
  266. font-style:normal;
  267. text-align:center;
  268. }
  269.  
  270. .note {
  271. padding:0px 20px 0px 20px;
  272. background-color:#FFFFFF;
  273. text-transform:lowercase;
  274. letter-spacing:0px;
  275. font-size: 11px;
  276. font-style:normal;
  277. text-align:left;
  278. line-height:120%;
  279. }
  280.  
  281. .note li {
  282. list-style-type:none;
  283. padding:5px 25px 5px 25px;
  284. text-align:left;
  285. margin-right:30px;
  286. margin-top:-50px;
  287. }
  288.  
  289. #info {
  290. font-family:calibri;
  291. text-align:center;
  292. margin-top:10px;
  293. padding-top:10px;
  294. padding:0px;
  295. padding-bottom:1px;
  296. text-transform:none;
  297. font-style:none;
  298. font-size:10px;
  299. line-height:100%;
  300. }
  301.  
  302. #RebloggedFrom {
  303. font-family:calibri;
  304. text-align:center;
  305. margin-top:-5px;
  306. padding-bottom:0px;
  307. text-transform:none;
  308. font-style:none;
  309. font-size:10px;
  310. }
  311.  
  312. #tags {
  313. font-family:calibri;
  314. text-align:center;
  315. margin-top:0px;
  316. padding-bottom:0px;
  317. text-transform:none;
  318. font-style:none;
  319. font-size:10px;
  320. }
  321.  
  322. #pagination
  323. {
  324. font-size:8px;
  325. margin-top:-200px;
  326. margin-left:-5px;
  327. font-family:calibri;
  328. font-style:normal;
  329. text-align:center;
  330. width:50px
  331. text-transform:uppercase;
  332. letter-spacing:1px;
  333. }
  334.  
  335.  
  336.  
  337. #credit{
  338. right:8px;
  339. bottom:10px;
  340. position:fixed;
  341. padding:5px;
  342. }
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. {CustomCSS}</style></head><body>
  350.  
  351. <div id="sidebar"><div id="line"></div><div id="line2"></div>
  352. <div id="sidebarimage"><img src="{image:sidebar}"/>
  353. <div id="sidebarimage2"><img src="{image:sidebar2}"/>
  354. </div>
  355. <div id="links">
  356. <a href="/">home</a><br>
  357. <a href="/ask">ask</a><br>
  358. <a href="{text:link 1 url}">{text:link 1}</a><br>
  359. <a href="{text:link 2 url}">{text:link 2}</a><br>
  360.  
  361. </div>
  362.  
  363.  
  364. <div id="description">{Description}</div>
  365.  
  366. <div id="scrollbar">{scrollbar}</div>
  367.  
  368.  
  369.  
  370. <div id="pagination">
  371. {block:Pagination}
  372. <div id="pagination">
  373. {block:PreviousPage}
  374. <a href="{PreviousPage}">←</a>
  375. {/block:PreviousPage}
  376. {block:NextPage}
  377. <a href="{NextPage}">→</a>
  378. {/block:NextPage}
  379. </div>
  380. {/block:Pagination}</div>
  381.  
  382.  
  383.  
  384. {block:HasPages}{block:Pages}
  385.  
  386. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  387.  
  388. </div></center>
  389.  
  390.  
  391. </div>
  392.  
  393. <div id="entries">{block:Posts}<div id="post">
  394.  
  395. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  396.  
  397. {block:blockquote}{/block:blockquote}
  398.  
  399.  
  400.  
  401. {block:Photo}
  402. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  403. {/block:Photo}
  404.  
  405. {block:Photoset}
  406. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  407. {/block:Photoset}
  408.  
  409. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  410.  
  411. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  412.  
  413. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  414.  
  415. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  420.  
  421.  
  422. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  423. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  424. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  425. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  426.  
  427. <div id="tags">
  428. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  429.  
  430. </div>
  431. {block:PostNotes}{PostNotes}{/block:PostNotes}
  432. {/block:Posts}</div>
  433.  
  434. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px">
  435. </div>
  436. </body>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment