Advertisement
rctyler24

Chic Chick Theme

Dec 22nd, 2012
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html lang="en">
  3.  
  4.  
  5. <!-- -----------------------------------------------
  6. Chic Chick by thosesexycodes.tumblr.com
  7. You may edit the theme as you wish, but please keep my original
  8. source code. Thank you xoxo
  9. ----------------------------------------------- -->
  10.  
  11. <head>
  12. <style href>a {text-decoration: none} </style>
  13. <!--Default Variables-->
  14. <meta name="image:Background" content="" />
  15. <meta name="image:Sidebar" content="" />
  16.  
  17. <meta name="if:Sidebar Image" content="0">
  18. <meta name="if:Sidebar Title" content="0">
  19. <meta name="if:RSS" content="0">
  20. <meta name="if:Submit" content="0">
  21.  
  22. <meta name="color:Background" content="#A0DED6" />
  23. <meta name="color:Body Text" content="#666666" />
  24. <meta name="color:Link" content="#45B5C4" />
  25. <meta name="color:Link Hover" content="#1693A5" />
  26. <meta name="color:Post Border" content="#C7EDE8" />
  27.  
  28.  
  29. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  30. <link rel="shortcut icon" href="{Favicon}"/>
  31.  
  32. {block:Description}<meta name="description" content="{MetaDescription}" />
  33. {/block:Description}
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700' rel='stylesheet' type='text/css'>
  38.  
  39. <style type="text/css">
  40.  
  41. #entry a > img:not([src*="avatar"]),
  42. #entry p > img,
  43. #entry center > img {
  44. width: 500px !important;
  45. min-width: 500px !important;
  46. max-width: 500px !important;
  47. }
  48.  
  49.  
  50. body {
  51. background: {color:Background};
  52. background-image:url('{image:Background}');
  53. background-attachment: fixed;
  54. background-position:center;
  55. font-family: 'Open Sans';
  56. font-size:13px;
  57. line-height:1.4em;
  58. font-smooth: always;
  59. font-weight: 300;
  60. color: {color:Body Text};
  61. }
  62.  
  63. p {
  64. line-height: 1.4em;
  65. }
  66.  
  67. a {
  68. color: {color:Link};
  69. font-smooth:always;
  70. }
  71.  
  72. a:hover {
  73. color: {color:Link Hover};
  74. font-smooth:always;
  75. }
  76.  
  77. img {
  78. max-width: 500px;
  79. overflow:hidden;
  80. }
  81.  
  82.  
  83.  
  84. blockquote {
  85. border-left: 2px {color:Link} solid;
  86. margin-left: 15px;
  87. padding-left: 5px;
  88. }
  89.  
  90. /*sidebar title*/
  91. h2 {
  92. font-size: 24px;
  93. font-family: 'Open Sans Condensed';
  94. font-weight: 400;
  95. line-height: .5em;
  96. text-align: center;
  97. font-smooth: always;
  98. }
  99.  
  100. /*theme cred*/
  101. h3 {
  102. font-size: 10px;
  103. font-weight: 400;
  104. text-align: center;
  105. padding-top: 5px;
  106. line-height: .1em;
  107. font-style:italic;
  108. }
  109.  
  110.  
  111. /*question formating (NOT ANSWER)*/
  112. .question {
  113. background: {color:Link};
  114. font-family: 'Open Sans Condensed';
  115. opacity: .8;
  116. font-size: 14px;
  117. color: white;
  118. padding: 5px;
  119. font-weight: 400;
  120. line-height: 1em;
  121. border-radius: 10px;
  122. }
  123.  
  124. .arrow-down {
  125. width: 0;
  126. height: 0;
  127. opacity: .8;
  128. margin-left: 450px;
  129. border-left: 15px solid transparent;
  130. border-right: 15px solid transparent;
  131. border-top: 15px solid {color:Link};
  132. }
  133.  
  134. /*asker format*/
  135. .asker {
  136. text-align:right;
  137. font-style: italic;
  138. font-weight: 400;}
  139.  
  140. /*post titles*/
  141. .title {
  142. font-family: 'Open Sans Condensed';
  143. text-align: left;
  144. font-smooth: always;
  145. font-weight: 400;
  146. font-size: 22px;
  147. padding: 5px 0px 0px 0px;
  148. }
  149.  
  150. /*permalinks at the bottom of each post*/
  151. .permalink {
  152. font-family: 'Open Sans Condensed';
  153. font-size: 12px;
  154. text-align: right;
  155. text-transform: uppercase;
  156. line-height: 1em;
  157. letter-spacing: 1;
  158. }
  159.  
  160. #wrap {
  161. background: transparent;
  162. width:756px;
  163. margin-left: auto;
  164. margin-right: auto;
  165. margin-top: 25px;
  166. }
  167.  
  168.  
  169. #entry {
  170. width: 500px;
  171. margin-bottom: 15px;
  172. background-color: white;
  173. overflow: hidden;
  174. display: block;
  175. position: relative;
  176. float: left;
  177. padding: 10px;
  178. box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
  179. }
  180.  
  181. #sidebar {
  182. background-color:white;
  183. text-align: justify;
  184. overflow: hidden;
  185. float: right;
  186. display: block;
  187. position: relative;
  188. width: 200px;
  189. padding: 0px 10px 10px 10px;
  190. box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
  191. }
  192.  
  193. .sidebarlinks {
  194. font-family: 'Open Sans Condensed';
  195. font-size: 14px;
  196. font-weight: 400;
  197. text-align: center;
  198. letter-spacing: 2px;
  199. text-transform: lowercase;
  200. background-color:rgba(199,237,232,1);
  201. border-radius: 5px;
  202. padding: 3px;
  203. margin-top: 2px;
  204. display: block;
  205. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  206. }
  207.  
  208. .sidebarlinks:hover {
  209. background-color:rgba(232,247,245,1);
  210. display: block;
  211. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  212. }
  213.  
  214.  
  215. #navig {
  216. width: 500px;
  217. font-family: 'Open Sans Condensed';
  218. text-transform: uppercase;
  219. font-size: 16px;
  220. text-align: center;
  221. margin-left:auto;
  222. margin-right:auto;
  223. margin-bottom: 25px;
  224. position: relative;
  225. clear: both;
  226. background-color:white;
  227. display: block;
  228. float: left;
  229. padding:10px;
  230. box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
  231. }
  232.  
  233. #conversation {
  234. line-height: 1.2em;
  235. }
  236.  
  237.  
  238. #post-notes {
  239. text-align: right;
  240. font-size: 12px;
  241. text-transform: uppercase;
  242. font-family: 'Open Sans Condensed';
  243. }
  244.  
  245.  
  246. /* CLEAR FIX*/
  247. .clearfix:after {content: ".";
  248. display: block;
  249. height: 0;
  250. clear: both;
  251. visibility: hidden;}
  252. .clearfix {display: inline-block;}
  253. /* Hides from IE-mac \*/
  254. * html .clearfix { height: 1%;}
  255. .clearfix {display: block;}
  256. /* End hide from IE-mac */
  257.  
  258.  
  259. {CustomCSS}
  260.  
  261. </style>
  262. </head>
  263.  
  264. <body>
  265.  
  266. <div id="wrap">
  267.  
  268. <div id="main" class="clearfix">
  269.  
  270.  
  271.  
  272. <div id="sidebar">
  273.  
  274. {block:ifSidebarImage}
  275. <a href="/">
  276. <img src="{image:Sidebar}" style="width:200px; opacity: 0.75;"><br>
  277. </a>
  278. {/block:ifSidebarImage}
  279.  
  280.  
  281. {block:ifSidebarTitle}
  282. <a href="/"><h2>{Title}</h2></a>
  283. {/block:ifSidebarTitle}
  284.  
  285. <p>{Description}</p>
  286.  
  287.  
  288.  
  289. <div class="sidebarlinks"><a href="/ask">{AskLabel}</a></div>
  290.  
  291. {block:HasPages}{block:Pages}
  292. <div class="sidebarlinks"><a href="{URL}">{Label}</a></div>
  293. {/block:Pages}{/block:HasPages}
  294.  
  295. <div class="sidebarlinks"><a href="/archive">Archive</a></div>
  296.  
  297. {block:IfRSS}<div class="sidebarlinks"><a href="{RSS}">RSS</a></div>{/block:IfRSS}
  298.  
  299. {block:IfSubmit}<div class="sidebarlinks"><a href="/submit">Submit</a></div>{/block:IfSubmit}
  300. <div class="sidebarlinks"><a href="http://thosesexycodes.tumblr.com/">Theme</a></div>
  301.  
  302.  
  303. </div>
  304.  
  305.  
  306.  
  307. {block:Posts}
  308.  
  309.  
  310. <div id="entry">
  311.  
  312.  
  313. {block:Text}
  314. {block:Title}<div class="title">{Title}</div>{/block:Title}
  315. {Body}
  316. {/block:Text}
  317.  
  318.  
  319. {block:Photo}
  320. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"></a>{LinkCloseTag}
  321. {block:Caption}{Caption}{/block:Caption}
  322. {/block:Photo}
  323.  
  324.  
  325. {block:Photoset}
  326. {LinkOpenTag}<a href="{Permalink}" alt="{PhotoAlt}">{Photoset-500}</a>{LinkCloseTag}
  327. {block:Caption}{Caption}{/block:Caption}
  328. {/block:Photoset}
  329.  
  330.  
  331.  
  332. {block:Quote}
  333. <div class="title">{Quote}</div>
  334. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;โ€”&nbsp;{block:Source}{Source}{/block:Source}<br><br>
  335. {/block:Quote}
  336.  
  337.  
  338.  
  339. {block:Link}
  340. <div class="title"><a href="{URL}">{Name}</a></div>
  341. {block:Description}{Description}{/block:Description}
  342. {/block:Link}
  343.  
  344.  
  345.  
  346. {block:Audio}
  347. <center>
  348. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  349.  
  350. {block:AlbumArt}
  351. <img src="{AlbumArtURL}" width="250">
  352. {/block:AlbumArt}
  353.  
  354. <br><br>
  355.  
  356. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  357. </center>
  358. {block:Caption}{Caption}{/block:Caption}
  359.  
  360. {/block:Audio}
  361.  
  362.  
  363.  
  364. {block:Conversation}
  365. {block:Title}<div class="title">{Title}</div>{/block:Title}
  366.  
  367. <div class="conversation">
  368. {block:Lines}
  369. <br>
  370. {block:Label}<b>{Label}</b>{/block:Label}
  371. {Line}
  372. {/block:Lines}
  373. </div>
  374.  
  375. {/block:Conversation}
  376.  
  377.  
  378. {block:Video}
  379. {Video-500}
  380. {block:Caption}{Caption}{/block:Caption}
  381. {/block:Video}
  382.  
  383.  
  384.  
  385. {block:Answer}
  386. <div class="question">{Question}</div>
  387. <div class="arrow-down"></div>
  388. <div class="asker">{Asker}</div>
  389.  
  390. {Answer}
  391. {/block:Answer}
  392.  
  393.  
  394. <div class="permalink">{block:Date}<a href="{Permalink}">{ShortMonth}. {DayOfMonth}{DayOfMonthSuffix}&nbsp;/&nbsp;{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;/&nbsp;{NoteCountWithLabel}</a>{/block:Date}
  395. </div>
  396.  
  397. {block:PostNotes}
  398.  
  399. <div id="post-notes">
  400. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  401. {/block:RebloggedFrom}
  402.  
  403. {block:ContentSource}&nbsp;|&nbsp;source: <a href="{SourceURL}">{SourceTitle}</a>
  404. {/block:ContentSource}<br>
  405.  
  406. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  407.  
  408.  
  409. </div>
  410.  
  411. {PostNotes}{/block:PostNotes}</div>
  412.  
  413. {/block:Posts}
  414.  
  415. </div>
  416.  
  417.  
  418. {block:Pagination}
  419. <div id="navig">
  420.  
  421.  
  422. {block:Pagination}
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}">ยซ newer</a>
  425. &nbsp;&nbsp;&nbsp;โ€ข&nbsp;&nbsp;&nbsp;
  426. {/block:PreviousPage}
  427.  
  428.  
  429.  
  430. {block:NextPage}
  431. <a href="{NextPage}">older ยป</a>
  432. {/block:NextPage}
  433. {/block:Pagination}
  434. </div>
  435. {/block:Pagination}
  436.  
  437. </div>
  438.  
  439.  
  440. <br><br><br>
  441.  
  442. </body>
  443. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement