Advertisement
gcldchains

theme one: sweatpants

Oct 24th, 2015
1,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. <!-- base code by meroku
  2.  
  3. ๐Ÿ“žโœจ ๐Ÿ“žโœจ ๐Ÿ“žโœจ ๐Ÿ“žโœจ THEME I. aka SWEATPANTS by gcldchains ๐Ÿ“žโœจ ๐Ÿ“žโœจ ๐Ÿ“žโœจ ๐Ÿ“žโœจ
  4.  
  5.  
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11.  
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. <title>{Title}</title>
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!-- DEFAULTS, this it the area that you can add color, images, if show captions, stuff like that -->
  19.  
  20. <meta name="color:background" content="#ffffff">
  21. <meta name="color:text" content="#c0bdb8" />
  22. <meta name="color:link hover" content="#fdfdfd" />
  23. <meta name="color:link" content="#c0bdb8" />
  24. <meta name="color:Bold" content="#777777" />
  25. <meta name="color:Italic" content="#bbbbbb"/>
  26. <meta name="color:borders" content=""/>
  27. <meta name="color:entries" content=""/>
  28. <meta name="color:headerbg" content=""/>
  29. <meta name="color:scrollbar" content="#000000"/>
  30. <meta name="color:shadow" content="">
  31.  
  32. <meta name="image:sidebar" content=""/>
  33.  
  34. <meta name="text:link1" content="url" />
  35. <meta name="text:name1" content="link" />
  36. <meta name="text:link2" content="url" />
  37. <meta name="text:name2" content="link" />
  38. <meta name="text:title" content="this is the title" />
  39. <meta name="text:toptitle" content="this is the top title" />
  40. <meta name="text:updates" content="here you can write an updates list/wid/etc" />
  41.  
  42.  
  43. </head>
  44.  
  45. <!-- from here on, you creat class and id DIV's; class looks like: .something id's being #something, you use here to stylize how your theme looks, what color, backgrounds, borders, fonts, texts, padding, margins all of that cool stuff -->
  46. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {width: 4px; height: 4px; background: #ffffff; }
  51. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 5ex; }
  52.  
  53. body {
  54. color:{color:text};
  55. background-color:{color:background}; font-family:arial; font-size:11px; line-height:14px; text-align:justify; text-shadow:1px 1px 0.5px {color:shadow};}
  56.  
  57. .container { max-height: 400px; height: 400px; margin-top:100px; overflow: auto; background-color:{color:headerbg}; padding-left:40px; width:500px; margin-left:330px; border: solid 1px {color:borders};}
  58.  
  59. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; font-size:9px;}
  60.  
  61. a:hover {
  62. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; border-bottom: dotted 1px {color:borders};}
  63.  
  64. small{font-size:auto}
  65.  
  66. big{font-size:auto}
  67.  
  68. b, strong{color:{color:bold}}
  69.  
  70. h1 {font-size:15px; background-color:#000; color:#fff; padding:3px; font-family:arial; font-size:8px; letter-spacing:2px; text-transform:uppercase;}
  71.  
  72. h2 {font-size:15px; color:{color:bold}; padding:3px; font-family:'roboto condensed'; font-size:12px; letter-spacing:4px; text-transform:uppercase;}
  73.  
  74. i, em {color:{color:italic}}
  75.  
  76. p{margin-top:6px; margin-bottom:6px}
  77.  
  78. blockquote {padding:0px; padding-left:15px; margin:20px; border-left:1px solid {color:text}}
  79.  
  80. img a{border:none; width:100%;}
  81.  
  82.  
  83.  
  84.  
  85. /* the overall entries container and position of it */
  86.  
  87. #entries {margin-left:10px; text-align: justify;}
  88.  
  89. #asker { width:430px; margin-left:-11px; font-size:8px; font-family:'arial'; font-weight:bold; text-align:center; letter-spacing:3px; text-transform:uppercase; border-bottom: solid 1px {color:borders}; padding:3px;}
  90.  
  91.  
  92. /* here are your posts to customize!! */
  93.  
  94. #posts {margin: 70px 0 0px 0; width: 400px;text-align: justify; padding: 10px;background-color:{color:entries};}
  95.  
  96. #posts img {max-width:100%;}
  97.  
  98. #title { font-size:8px; font-family:'arial'; font-weight:bold; text-align:center; letter-spacing:3px; text-transform:uppercase; border-left: solid 1px {color:borders}; padding-left:9px;}
  99.  
  100. #sidebar{ position:fixed; width:200px; background:white; padding:7px; overflow:hidden;left:900px; top:100px;
  101. }
  102.  
  103.  
  104. #links { font-size:8px; font-family:'arial'; font-weight:bold; letter-spacing:3px; text-align:center; margin-left:0px; text-transform:uppercase;
  105. }
  106.  
  107.  
  108. #description { font-size:10px; width:158px; margin-left:5px; border: solid 1px {color:borders}; padding:15px;
  109. }
  110.  
  111. #pagination {font-family:arial; text-align:center; font-size:14px; margin-bottom:2px;}
  112.  
  113. #credit{position:fixed; bottom:20px; left:20px; font-size:13px; font-family:'roboto condensed';color:{color:text}; text-transform:lowercase;letter-spacing: 2px; font-style:normal; background:white; border:1px solid #d0d0d0; padding:3px;}
  114.  
  115. #toptitle{position:fixed; width:532px; left:340px; top:65px; font-size:8px; font-family:'arial';color:{color:text}; text-transform:uppercase;letter-spacing: 3px; font-weight:bold; background:white; border:1px solid {color:borders}; padding:3px;}
  116.  
  117. #updates {position:fixed; width:150px; left:110px; top:210px; font-size:9px; font-family:'arial';color:{color:text}; text-transform:none;letter-spacing: 1px; font-weight:none; background:{color:background}; border:1px solid {color:borders}; padding:13px;}
  118.  
  119.  
  120.  
  121. #info{
  122. padding-top:5px;
  123. font-family:calibri;
  124. letter-spacing:2px;
  125. word-spacing:3px;
  126. text-align:center;
  127. font-weight:bold;
  128. text-transform:uppercase;
  129. color:{color:text};
  130. font-size:8px;
  131.  
  132. }
  133.  
  134.  
  135.  
  136. .audio{background-color:black; display:block}
  137.  
  138. /* this is your chats, you can stylize however you want */
  139.  
  140. .user_1 .label {color:{color:link}; font-weight:bold}
  141. .user_2 .label {color:{color:text}; font-weight:italic}
  142. .user_3 .label {color:{color:link}; font-weight:text}
  143.  
  144.  
  145. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  146.  
  147. .notes img{width:10px; position:relative; top:1px}
  148. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  149.  
  150.  
  151. </style>
  152.  
  153. <!-- this is the area where everything comes to life and you have to code all the stuff you stylized. so i already got you like 10% started. or something, maybe more. i was never good at math anyway. -->
  154.  
  155. <body>
  156. <div id="sidebar">
  157. <div id="title">{text:title}</div>
  158. <a href="/"><img src="{image:sidebar}" style="width:70px;margin-left:55px; border-radius:100px; padding:9px;"></a>
  159. <div id="description">{description}<p></div><br>
  160. <div id="links">
  161. <a href="/"><small>home</small></a>
  162. <a href="/ask"><small>ask</small></a>
  163. <a href="{text:link1}"><small>{text:name1}</small></a>
  164. <a href="{text:link2}"><small>{text:name2}</small></a> </div>
  165. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>ยซ</big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big>ยป</big></a><br />{/block:NextPage}{/block:Pagination}</div>
  166. </div>
  167.  
  168. </center>
  169.  
  170. <!-- here is the credit, you can add your own in here! if you're not changing much to this theme, then leave it! -->
  171.  
  172. <div id="toptitle">{text:toptitle}</div>
  173. <div id="updates">{text:updates}</div>
  174. <div id="credit"><a href="http://gcldchains.tumblr.com/" title="theme credit"><big>๐Ÿ“žโœจ </big></a> </div>
  175.  
  176.  
  177. <div class="container">
  178.  
  179.  
  180. <div id="entries">
  181. {block:posts}
  182.  
  183. <div id="posts">
  184. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  185.  
  186.  
  187. {block:Quote}<h2>โ€œ{Quote}โ€ โ€” {Source}</h2><br>{/block:Quote}
  188.  
  189. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  190. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  191.  
  192. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  193. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  194.  
  195. {block:Photoset}<center>{Photoset-400}</center>
  196. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  197.  
  198. {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}
  199.  
  200. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  201.  
  202.  
  203. <div id="asker">{block:Answer}{Asker}whispered: {Question}</div> <div id="answer"><br>{Answer}{/block:Answer}</div>
  204.  
  205.  
  206. {block:Audio}{AudioPlayerWhite}<br>
  207. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  208.  
  209. <center><div id="info">{block:Date}<a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details"> Reblog</a><a href="{ReblogParentURL}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br>reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} originally from <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center><p>
  210.  
  211. <center>{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  212. <br /></div>
  213.  
  214. {/block:Posts}
  215.  
  216. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  217.  
  218.  
  219. </div>
  220. </div>
  221. </div>
  222.  
  223. </body>
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement