themesbystewlovers

theme #4 Freedom

Apr 14th, 2012
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. <!--
  2. #4 Freedom - theme by stewlovers!
  3. ------------------------------------
  4. If you have any question about this theme,
  5. send me an question! (stewlovers.tumblr.com)
  6. -->
  7.  
  8. <html>
  9. <head>
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:sidebar" content="#fafafa" />
  12. <meta name="color:descriptionbg" content="#ffffff" />
  13. <meta name="color:entry" content="#fafafa" />
  14. <meta name="color:photoinfo" content="#eef1f3" />
  15. <meta name="color:photoinfo2" content="#fafafa" />
  16.  
  17. <meta name="color:title" content="#b2d4dd" />
  18. <meta name="color:text" content="#bebebe" />
  19. <meta name="color:bold" content="#b6b6b6" />
  20. <meta name="color:link" content="#a0c5ce" />
  21. <meta name="color:link hover" content="#a0c5ce" />
  22. <meta name="color:slinks" content="#a0c5ce" />
  23. <meta name="color:slinks hover" content="#a0c5ce" />
  24. <meta name="color:slinksbg hover" content="#ffffff" />
  25. <meta name="color:solid" content="#f8f7f0" />
  26. <meta name="color:border" content="#e4f3f5" />
  27. <meta name="color:sborder" content="#d6ebeb" />
  28. <meta name="color:box background" content="#FFFEF7" />
  29. <meta name="font:title" content="consolas" />
  30. <meta name="font:body" content="consolas" />
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="if:Show Links" content="1" />
  34. <meta name="text:LinkOne" content="http://" />
  35. <meta name="text:LinkOne Title" content="Link1" />
  36. <meta name="text:LinkTwo" content="http://" />
  37. <meta name="text:LinkTwo Title" content="Link2" />
  38. <meta name="text:LinkThree" content="http://" />
  39. <meta name="text:LinkThree Title" content="Link3" />
  40. <meta name="text:LinkFour" content="http://" />
  41. <meta name="text:LinkFour Title" content="Link4" />
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48. <style type="text/css">
  49.  
  50. body {
  51. color:{color:text};
  52. background-color:{color:background};
  53. background-image: url('{image:background}');
  54. background-position: center;
  55. background-attachment:fixed;
  56. background-repeat:no-repeat;
  57. font-size:10px;
  58. font-family:consolas;
  59. line-height:110%;
  60. text-align:justify}
  61.  
  62. #icon {border-color:{color:solid}; border: 5px double; margin-top:200px; margin-left:320px; float:left; position:fixed; color:{color:solid}; opacity:100;}
  63.  
  64. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  65.  
  66. a:hover{color:{color:lhover}; font-weight:none; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  67.  
  68. #entries {margin-left:400px; margin-top:7px; width:505px}
  69.  
  70. #posts{background-color: {color:entry}; margin-bottom:10px; padding:3px;}
  71.  
  72. #title {width:200px; margin-left:15px; margin-top:-20px; position:fixed; text-align:center; letter-spacing: 0px; color:{color:title}; font-family: {font:title}; font-size:17px; text-style:italic; line-height:110%; border-bottom: 1px dotted {color:solid};}
  73.  
  74. #sidebar img {border-color:{color:sborder}; border: 5px double; max-width: 200px; margin-top:4px; margin-bottom:5px; height:auto; color:{color:sborder}; }
  75.  
  76. #sidebar { width:231px; height-auto; font-size:9px; font-family:verdana; float:right; margin-left:945px; text-align:center; letter-spacing:0px; margin-top:125px; position:fixed; overflow:hidden; background-color: #fff; border-bottom: 3px solid {color:sborder};}
  77.  
  78. #description {display:block; width:215px; height-auto; margin-top:5px; margin-left:6px; position:fixed;padding:2px 0px 0px 0px; font:10px consolas,monospace;text-transform:uppercase;}
  79.  
  80. #desciption a {background-color:{color:descriptionbg};width: 215px; padding: 70px; font-family: consolas; font-size: 10px; text-transform:uppercase; color: {color:text}; letter-spacing: 1px; text-align: center; height: 100%; margin-top:60px; z-index: 1; box-shadow: 0px 1px 5px rgba(0,2,0,0.10) }
  81.  
  82. #slinks a {display:inline-table; margin-top:-3px;font:10px consolas; color:{color:slinks}; font-style:normal; text-align:center; text-transform:uppercase;padding:0px;}
  83.  
  84. #slinks a:hover {color:{color:slinks hover};background-color:{color:slinksbg hover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  85.  
  86. #navigation {display:block; width:170px; height:100px; margin-top:184px; position: fixed;}
  87.  
  88. #navigation a { display: block; background-color: transparent; width: 45px; height:20px; margin-bottom: -3px; padding:5px; line-height:40px; margin-left:255px; font-family: lucida sans unicode; font-size: 8px; color: {color:navigation}; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; text-align: center; opacity:0.9; border-bottom: 2px solid {color:solid}; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out}
  89.  
  90. #navigation a:hover {background-color:{color:navigation background hover}; width: 25px; opacity:100; color: {color:navigation hover};}
  91.  
  92. #pagination{margin-top:280px; margin-left:345px; float:right; color:{color:text}; font-size:11px; font-family:verdana;text-align:center; position:fixed;}
  93.  
  94. h1{ color:{color:title}; font-family:verdana; font-size:11px; line-height:17px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; text-align:left; text-transform: uppercase;}
  95.  
  96. h2{ color:{color:bold}; font-family:consolas; font-size:14px; line-height:14px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; font-style: italic; text-align:left; text-transform: lowercase;}
  97.  
  98. #photoinfo {background-color:{color:photoinfo}; margin:2px 0px 2px 0px; font-family:verdana; font-size:10px; text-transform: uppercase; color:{color:text}; letter-spacing: 0px; text-align:center; padding:2px; border-bottom: 1px solid {color:solid};}
  99.  
  100. #tags {width:500px; height-auto;}
  101. #tags a {background-color:{color:photoinfo2}; margin-top:3px; padding:2px; font:8px arial; text-transform:uppercase; text-align:center; font-style: none; letter-spacing:0px;}
  102.  
  103. #question {font-size: 9px; font-family:verdana; background-color:{color:box bg}; color:{color:text};margin-bottom:0px; padding: 5px; font-style: italic;}
  104.  
  105. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  106. blockquote img, blockquote a img {max-width: 490px}
  107.  
  108. b, strong{color:{color:bold};}
  109. i, em {color:{color:text};}
  110. p{margin-top:3px; margin-bottom:3px}
  111.  
  112. img a{border:none}
  113. .audio{width:500px; background-color:{color:photoinfo}; display:block;}
  114. #audioimage img{float:left; width: 60px; border: 5px solid; color: {color:photoinfo};max-width: 60px; height: auto;}
  115.  
  116. .user_1 .label {color:{color:lhover}; font-weight:bold}
  117. .user_2 .label {color:{color:text}; font-weight:bold}
  118. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  119.  
  120. .notes img{width:10px; position:relative; top:1px;}
  121. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  122. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  123.  
  124. </style>
  125. <style type="text/css">{CustomCSS}</style>
  126. </head>
  127.  
  128. <body>
  129. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  130. </div>
  131. <div id="icon">
  132. <img src="{PortraitURL-64}" width="64" height="64" class="imdava"></div>
  133. <div id="navigation">
  134. <a href="/">Home</a>
  135. <a href="/archive">archive</a>
  136. <a href="/ask">message</a></div>
  137. <div id="sidebar">
  138. <div id="title"><a href="/">{Title}</a></div>
  139. <div id="sidebarimg">
  140. <img src="{image:sidebar}"/></div>
  141. <div id="slinks"align="center">
  142. {block:Ifshowlinks}
  143. {block:ifLinkOne}<a href="{text:LinkOne}">{text:LinkOne Title}</a> /{/block:ifLinkOne}
  144. {block:IfLinkTwo}<a href="{text:LinkTwo}">{text:LinkTwo Title}</a> /{/block:IfLinkTwo}
  145. {block:IfLinkThree}<a href="{text:LinkThree}">{text:LinkThree Title}</a> /{/block:IfLinkThree}
  146. {block:IfLinkFour}<a href="{text:LinkFour}">{text:LinkFour Title}</a>{/block:IfLinkFour}{/block:Ifshowlinks}
  147. <div id="description">
  148. {Description}</div>
  149. </div></div>
  150. <br>
  151.  
  152.  
  153.  
  154. <div id="entries">
  155. {block:Posts}
  156. <div id="posts">
  157. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  158. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  159. {block:Text}{Body}{/block:Text}
  160.  
  161. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  162. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  163.  
  164. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  165. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  166.  
  167. {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}
  168.  
  169. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  170.  
  171. {block:Answer}
  172. <div id="question"><b>{Asker}</b> Question: <br />{Question}</div>
  173. <div id="answer">{Answer}</div>{/block:Answer}
  174.  
  175. <center>{block:Audio}<div id="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><span class="audio"><center>{AudioPlayerwhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</center><br>
  176.  
  177.  
  178. <div id="photoinfo">
  179. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  180. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>
  181. {/block:ContentSource}</div>
  182. <div id="tags">{block:HasTags}tags:{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  183. {block:PostNotes}{PostNotes}{/block:PostNotes}
  184. </div>
  185.  
  186. </body>
  187. </html>
Advertisement
Add Comment
Please, Sign In to add comment