Advertisement
joshdevines

Theme #007 (Without icon)

Jul 12th, 2012
4,884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #007 by westark ~ no recreating and what not -->
  4.  
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#fcfcfc" />
  7. <meta name="color:text" content="#adacac" />
  8. <meta name="color:info" content="#fcfcfc" />
  9. <meta name="color:sbar" content="#f3f1f1" />
  10. <meta name="color:entry" content="#f5f5f5" />
  11. <meta name="color:border" content="#e4e2e1" />
  12. <meta name="color:link" content="#cccbcb" />
  13. <meta name="color:linkhover" content="#f7274f" />
  14. <meta name="color:scrollbar" content="#bbbbbb" />
  15. <meta name="color:scrollbg" content="#ffffff" />
  16.  
  17. <meta name="font:title" content="calibri" />
  18. <meta name="font:body" content="calibri" />
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:icon" content=""/>
  22. <meta name="image:background" content="" />
  23.  
  24. <!-- LINKS -->
  25. <meta name="text:link 1" content="link 1" />
  26. <meta name="text:link 1 url" content="/" />
  27. <meta name="text:link 2" content="link 2" />
  28. <meta name="text:link 2 url" content="/" />
  29. <meta name="text:link 3" content="link 3" />
  30. <meta name="text:link 3 url" content="/" />
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37. <style type="text/css">
  38.  
  39. @font-face {
  40. font-family: "pacifico";
  41. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  42. }
  43.  
  44. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  45.  
  46. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  47.  
  48. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  49.  
  50. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  55.  
  56. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  59.  
  60. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  61.  
  62. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%; text-align:justify}
  63.  
  64. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  65. a:hover{color:{color:linkhover}; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out; color:{color:linkhover};}
  66.  
  67. small{font-size:10px}
  68. big{font-size:14px}
  69. b, strong{color:{color:title}}
  70. i, em {color:{color:text}}
  71. p{margin-top:5px; margin-bottom:5px}
  72. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  73.  
  74. img a{border:none; width:100%}
  75.  
  76. #container {width: 984px; text-align: center; margin: 0 auto -10px auto}
  77.  
  78. #entries {margin: 22px 0 -10px 260px; margin-left:0px; float:right; text-align: justify}
  79.  
  80. #entry {margin: 0px 0 0px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 10px; border-left:5px solid {color:border}}
  81.  
  82. #sidebar {background-color:{color:sbar}; top:0px; margin-left:105px; padding:0px; width: 300px; position:fixed; font-family:calibri; height: 1000px; border-right:5px solid {color:border}; border-left:5px solid {color:border} }
  83.  
  84. #description {font-family:calibri; padding-top:1px; width:260px; margin-top:-10px; margin-left:20px; margin-top:115px; text-align:center; line-height:110%; font-size:9px;}
  85. #description img {overflow:show; width:245px; border:6px solid {color:link}; margin-top:2px; }
  86.  
  87. #stext {text-align:center; font-family: calibri; font-size: 10px; padding:6px; border-top:0px solid {color:background}}
  88.  
  89. #pagination {font-family:calibri; text-align:center; font-size:30px; margin-bottom:2px; text-transform:italic; }
  90.  
  91. #navigation {background-color: {color:sbar}; width:78px; position:fixed; margin-top:230px; padding-top:12px; padding-right:10px; padding-left:10px; margin-left:-14px; margin-bottom:-22px; border:3px solid {color:border}}
  92. .nav a {display:block; width: 56px; background-color:{color:info}; margin:2px 0 2px 0;; padding:4px; text-align:center; font-size:9px; letter-spacing:0px; line-height:100%; font-weight:none; font-family: calibri; border:2px solid {color:border}; text-transform:uppercase;}
  93. .nav a:hover{color:{color:linkhover}; opacity:1; -webkit-transition:0.5s linear; letter-spacing:1px; }
  94. .nav img a:hover {-webkit-transition:0.5s linear; opacity:1;}
  95.  
  96. h1{color:{color:text}; font-family:calibri; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  97. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  98.  
  99. #info {background-color:{color:info}; font-family:calibri; text-align:center; margin-top:2px; padding:5px; text-transform:uppercase; font-style:none; font-size:10px; width:490px; border-bottom: 2px solid {color:border}; margin-top:6px;}
  100. #tags {background-color:transparent; font-family:calibri; text-align:right; margin:1px 4px 2px 0px; padding:0px; text-transform:uppercase; font-style:none; font-size:7.5px; margin-bottom:-5px;}
  101.  
  102. #questions {background-color:{color:background}; color: {color:text}; padding:11px; margin-top: 2px; margin-bottom:2px; font-family:calibri; font-size:10px; text-align:center;}
  103.  
  104. #title {max-width:330px; font-family:pacifico; font-size: 14px; font-weight:none; text-transform:none; text-align:center; border-bottom: 1px dotted {Color:link}; margin-top:7px; margin-bottom:-7px; line-height:130%; }
  105.  
  106. .audio{background-color:black; display:block}
  107.  
  108. .user_1 .label {color:{color:link}; font-weight:bold}
  109. .user_2 .label {color:{color:text}; font-weight:bold}
  110. .user_3 .label {color:{color:link}; font-weight:bold}
  111. .user_4 .label {color:{color:text}; font-weight:bold}
  112. .user_5 .label {color:{color:link}; font-weight:bold}
  113. .user_6 .label {color:{color:text}; font-weight:bold}
  114. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  115.  
  116. .notes img{width:10px; position:relative; top:1px}
  117. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  118.  
  119. </style>
  120. <style type="text/css">{CustomCSS}</style>
  121. </head>
  122.  
  123. <body>
  124.  
  125. <div id="container">
  126. <div id="navigation"><div class="nav"><center>
  127. <a href="/">REFRESH</a>
  128. <a href="/ask">MESSAGE</a>
  129. <a href="/archive">ARCHIVE</a>
  130. <a href="{text:link 1 url}">{text:link 1}</a>
  131. <a href="{text:link 2 url}">{text:link 2}</a>
  132. <a href="{text:link 3 url}">{text:link 3}</a>
  133. <a href="http://www.westark.tumblr.com/">CREDIT </a>&nbsp;</div></div>
  134. <div id="sidebar">
  135. <div id="description">
  136. <center><img src="{image:sidebar}"></center>
  137. <div id="title"><a href="/">{title}</a></div><br>
  138. <div id="stext">{Description}</div>
  139. <div id="stext"><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div>
  140. </div></div></div>
  141.  
  142.  
  143. <div id="entries">
  144. {block:Posts}
  145. <div id="entry">
  146.  
  147. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  148.  
  149. {block:Quote}<h2>โ€œ{Quote}โ€ โ€” {Source}</h2>{/block:Quote}
  150.  
  151. {block:Link}<a href="{URL}"><h1>ยป {Name}</h1></a>
  152. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  153.  
  154. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  155. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  156.  
  157. {block:Photoset}<center>{Photoset-500}</center>
  158. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  159.  
  160. {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}
  161.  
  162. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  163.  
  164. {block:Answer}<div id="questions">{Asker} asked: {Question}</div>
  165. {Answer}{/block:answer}
  166.  
  167. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  168.  
  169. <div id="info">{block:Date}shared <a href="{Permalink}">{TimeAgo}</a> on {month}/{dayofmonth}/{year}{/block:Date}{block:NoteCount}, with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}.<br>{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}{block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a>.{/block:ContentSource}</div>
  170.  
  171. <div id="tags">{block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  172.  
  173. <br />
  174.  
  175. {/block:Posts}
  176.  
  177. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  178.  
  179. </div></div>
  180.  
  181. </body>
  182.  
  183. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement