Advertisement
danisup

CARARRYOFRP'S THEME 001

Oct 29th, 2013
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.18 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.    
  4.     <head><title>{Title}</title>
  5.     <link rel="shortcut icon" href="{Favicon}">
  6.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:Posts Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#a8a8a8"/>
  12. <meta name="color:Ribbon Top" content="#d29256"/>
  13. <meta name="color:Ribbon Bottom" content="#fec388"/>
  14. <meta name="color:Ribbon Text" content="#8e613c"/>
  15. <meta name="text:Ribbon Text" content="TEXT" />
  16. <meta name="color:DescriptionText" content="#b8b8b8"/>
  17. <meta name="color:Border" content="#ffe6cf"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Scrollbar" content="#a18664"/>
  20. <meta name="color:ScrollbarBg" content="#ffffff"/>
  21. <meta name="color:Post Links" content="#fec988"/>
  22. <meta name="color:Answer Backg" content="f7f7f7"/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Sidebarbottom" content=""/>
  25. <meta name="image:Sidebar2" content=""/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="text:Link 1" content="/" />
  28. <meta name="text:Link 1 Text" content="LINK" />
  29.  
  30. <style type="text/css">
  31.  
  32. ::-webkit-scrollbar-thumb {
  33. height:auto;
  34. background-color:{color:Scrollbar};
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. height:4px;
  39. width:4px;
  40. background-color:{color:ScrollbarBg};
  41. }
  42.  
  43. body {
  44. background:{color:background};
  45. margin:10px;
  46. color:{color:text};
  47. font-family:'calibri';
  48. font-size:12px;
  49. line-height:100%;
  50. letter-spacing:0px;
  51. text-align:justify;
  52. background-image:url('{image:Background}');
  53. }
  54.      
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:Post Links};
  60. }
  61.      
  62. blockquote {
  63. color:{color:Text};
  64. padding-left:10px;
  65. margin-left:5px;
  66. border-left:2px solid {color:Ribbon Bottom};
  67. }
  68.        
  69. blockquote blockquote {
  70.  
  71. color:{color:Post Links};
  72. padding-left:10px;
  73. margin-left:5px;
  74. border-left:2px solid;
  75. }
  76.      
  77. h1 {
  78. font-size:12px;
  79. letter-spacing:0px;
  80. text-transform:uppercase;
  81. font-weight:normal;
  82. font-family:'calibri';
  83. font-style:none;
  84. font-weight: none;
  85. line-height:12px;
  86. text-align:left;
  87. padding:0px;
  88. }
  89.      
  90. a:hover {
  91. color:#a7a7a7;
  92. -moz-transition-duration:0.3s;
  93. -webkit-transition-duration:0.3s;
  94. -o-transition-duration:0.3s;
  95. }
  96.  
  97. #entries {
  98. padding:10px;
  99. width:500px;
  100. margin-left:400px;
  101. margin-top:5px;
  102. font-size:10px;
  103. font-family:'calibri';
  104. letter-spacing:0px;
  105. padding-bottom:0px;
  106. }
  107.      
  108. #post {
  109. background-color:{color:Posts Background};
  110. width:500px;
  111. padding-bottom:0px;
  112. padding:25px;
  113. margin-top:50px;
  114. }
  115.  
  116. #sidebar2 {
  117. width:300px;
  118. height:auto;
  119. position:fixed;
  120. margin-top:-10px;
  121. margin-left:985px;
  122. }
  123.  
  124. #sidebar {
  125. width:200px;
  126. height:auto;
  127. position:fixed;
  128. margin-top:0px;
  129. margin-left:180px;
  130. }
  131.      
  132. #sidebarimage {
  133. width 130px;
  134. }
  135.      
  136. #sidebarimage img {
  137. width:185px;
  138. height:125px;
  139. margin-top:143px;
  140. padding:2px;
  141. margin-left:10px;
  142. z-index:2;
  143. }
  144.  
  145. #sidebarbottom {
  146. width 130px;
  147. }
  148.      
  149. #sidebarbottom img {
  150. width:185px;
  151. height:125px;
  152. margin-top:23px;
  153. padding:2px;
  154. margin-left:10px;
  155. z-index:2;
  156. }
  157.      
  158.  
  159.    
  160. #description {
  161. background-color:{color:Posts Background};
  162. border: 1.5px solid;
  163. padding:5px;
  164. text-align:justify;
  165. font-family:'calibri';
  166. width:146px;
  167. height:146px;
  168. margin-top:221px;
  169. margin-left:0px;
  170. font-size:10px;
  171. position:fixed;
  172. text-transform:none;
  173. color:{color:DescriptionText};
  174. }
  175.  
  176. #pagination {
  177. font-style:none;
  178. padding:2px;
  179. font-family:'calibri';
  180. letter-spacing:0px;
  181. font-size:12px;
  182. text-align:center;
  183. padding:2px;
  184. margin-top:10px;
  185. text-transform:lowercase;
  186. }
  187.  
  188. #info {  
  189. width:500px;
  190. text-align:left;
  191. font-family:'arial';
  192. margin-top:-5px;
  193. letter-spacing:1px;
  194. font-size:8px;
  195. font-style:none;
  196. padding:1px;
  197. line-height:10px;
  198. text-transform:lowercase;
  199. border-top:1px solid;
  200. border-color:{color:Border};
  201. }
  202.    
  203. #info a {
  204. text-align:center;
  205. color:{color:Text};
  206. }
  207.    
  208. #info a:hover {
  209. -moz-transition-duration:0.3s;
  210. -webkit-transition-duration:0.3s;
  211. -o-transition-duration:0.3s;
  212. color:{color:Hover}
  213. }
  214.  
  215. #tags {
  216. float:left;
  217. width:489px;
  218. margin-top:-7px;
  219. margin-left:-5px;
  220. text-transform:uppercase;
  221. text-align:left;
  222. font-size:8px;
  223. padding:7px;
  224. font-size:8px;
  225. opacity:0.80%;
  226. transition-duration: 0.5s;
  227. -moz-transition-duration: 0.5s;
  228. -webkit-transition-duration: 0.5s;
  229. -o-transition-duration: 0.5s
  230. color:{color:Text};
  231. }
  232.    
  233. #tags a {
  234. letter-spacing:0px;
  235. font-size:8px;
  236. text-align:center;
  237. font-family:'CALIBRI';
  238. text-decoration:none;
  239. display:inline-block;
  240. color:{color:Text};
  241. }
  242.  
  243. #tags a:hover {
  244. background-color:#fff;
  245. -moz-transition-duration:0.3s;
  246. -webkit-transition-duration:0.3s;
  247. -o-transition-duration:0.3s;
  248. color:{color:Hover};
  249. }
  250.  
  251. #asker {
  252. padding:14px;
  253. border: 2px solid {color:Ribbon Bottom} ;
  254. line-height:100%;
  255. background-color:{color:Answer Backg};
  256. }
  257.  
  258. #cred {
  259. position:fixed;
  260. background-color:#fff;
  261. font-family:'Calibri';
  262. text-transform:uppercase;
  263. font-size:8px;
  264. right:9px;
  265. bottom:9px;
  266. padding:4px;
  267. letter-spacing:1px;
  268. }
  269.  
  270. .ribbon {
  271.    margin-top:270px;
  272.    margin-left:10px;
  273.    width: 190px;
  274.    height: 30px;
  275.    position: absolute;
  276.    text-align: center;
  277.    font-size: 11px!important;
  278.    background: {color:Ribbon Top};
  279.    background: -webkit-gradient(linear, left top, left bottom, from({color:Ribbon Top}), to({color:Ribbon Bottom}));
  280.    background: -webkit-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  281.    background: -moz-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  282.    background: -ms-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  283.    background: -o-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  284.    background-image: -ms-linear-gradient(top, {color:Ribbon Top} 0%, {color:Ribbon Bottom} 100%);
  285.    -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  286.    -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  287.    box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  288.    font-family: 'Helvetica Neue',Helvetica, sans-serif;
  289.    }
  290. .ribbon h1 {
  291.    font-size: 13px!important;
  292.    color: {color:Ribbon Text};
  293.    text-align:center;
  294.    text-shadow: {color:Ribbon Top} 0 1px 0;
  295.    margin:0px;
  296.    margin-top: -10px;
  297.    padding: 15px 10px;
  298.    font-family: courier;
  299.    }
  300. .ribbon:before, .ribbon:after {
  301.    content: '';
  302.    position: absolute;
  303.    display: block;
  304.    bottom: -1em;
  305.    border: 1.5em dashed {color:Ribbon Bottom};
  306.    z-index: -2;
  307.    }
  308. .ribbon:before {
  309.    left: -2em;
  310.    border-right-width: 1.5em;
  311.    border-left-color: transparent;
  312.    -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  313.    -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  314.    box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  315.    z-index: -2;
  316.    }
  317. .ribbon:after {
  318.    right: -2em;
  319.    border-left-width: 1.5em;
  320.    border-right-color: transparent;
  321.    -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  322.    -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  323.    box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  324.  
  325.    }
  326. .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  327.    border-color: {color:Ribbon Top} transparent transparent transparent;
  328.    position: absolute;
  329.    display: block;
  330.    border-style: dashed;
  331.    bottom: -1em;
  332.    content: '';
  333.    z-index: -2;
  334.    }
  335. .ribbon .ribbon-content:before {
  336.    left: 0;
  337.    border-width: 1em 0 0 1em;
  338.  
  339.    }
  340. .ribbon .ribbon-content:after {
  341.    right: 0;
  342.    border-width: 1em 1em 0 0;
  343.    }
  344. .ribbon-stitches-top {
  345.    margin-top:2px;
  346.    border-top: 1px dashed rgba(0, 0, 0, 0.2);
  347.    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  348.    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  349.    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
  350.    }
  351. .ribbon-stitches-bottom {
  352.    margin-top:-8px;
  353.    border-top: 1px dashed rgba(0, 0, 0, 0.2);
  354.    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  355.    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  356.    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
  357.    }
  358.    
  359.    
  360.    
  361.    .button {
  362.    border: 1px solid {color:Ribbon Top};
  363.    background: {color:Ribbon Bottom};
  364.    background: -webkit-gradient(linear, left top, left bottom, from({color:Ribbon Top}), to({color:Ribbon Bottom}));
  365.    background: -webkit-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  366.    background: -moz-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  367.    background: -ms-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  368.    background: -o-linear-gradient(top, {color:Ribbon Top}, {color:Ribbon Bottom});
  369.    background-image: -ms-linear-gradient(top, {color:Ribbon Top} 0%, {color:Ribbon Bottom} 100%);
  370.    padding: 2px 4px;
  371.    -webkit-border-radius: 2px;
  372.    -moz-border-radius:2px;
  373.    border-radius: 2px;
  374.    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  375.    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  376.    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  377.    text-shadow: {color:Ribbon Top} 0 1px 0;
  378.    color: {color:Ribbon Text};
  379.    font-size: 9px;
  380.    
  381.    font-family: 'calibri', serif;
  382.    text-decoration: none;
  383.    vertical-align: middle;
  384.    }
  385. .button:hover {
  386.    border: 1px solid {color:Ribbon Top};
  387.    text-shadow: {color:Ribbon Bottom} 0 1px 0;
  388.    background: {color:Ribbon Top};
  389.    background: -webkit-gradient(linear, left top, left bottom, from({color:Ribbon Bottom}), to({color:Ribbon Top}));
  390.    background: -webkit-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  391.    background: -moz-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  392.    background: -ms-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  393.    background: -o-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  394.    background-image: -ms-linear-gradient(top, {color:Ribbon Bottom} 0%, {color:Ribbon Top} 100%);
  395.    color: {color:Ribbon Top};
  396.    }
  397. .button:active {
  398.    border: 1px solid {color:Ribbon Top};
  399.    text-shadow: {color:Ribbon Bottom} 0 1px 0;
  400.    background: {color:Ribbon Top};
  401.    background: -webkit-gradient(linear, left top, left bottom, from({color:Ribbon Bottom}), to({color:Ribbon Top}));
  402.    background: -webkit-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  403.    background: -moz-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  404.    background: -ms-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  405.    background: -o-linear-gradient(top, {color:Ribbon Bottom}, {color:Ribbon Top});
  406.    background-image: -ms-linear-gradient(top, {color:Ribbon Bottom} 0%, {color:Ribbon Top} 100%);
  407.    color: {color:Ribbon Top};
  408.    }
  409.    
  410.    
  411.    .links {
  412. width:185px;
  413. text-transform:uppercase;
  414. text-align:center;
  415. font-family:'calibri';
  416. font-size:9px;
  417. position:fixed;
  418. margin-top:200px;
  419. margin-left:-195px;
  420. }
  421.  
  422. {CustomCSS}</style></head>
  423. <body>
  424.  
  425. <div id="description">
  426. <div style="overflow:auto; width:146px;
  427. height:146px; background-color: #ffffff; text-align: center;">{Description}</div>
  428. </div>
  429.  
  430. <div id="sidebar">
  431. <div class="links">
  432. <a href="/"class=button>home</a>
  433. <a href="/ask"class=button>ask</a>
  434. <a href="{text:Link 1}"class=button>{text:Link 1 Text}</a>
  435. {block:IfShowLink}<a href="{text:Link}"class=button>{text:Link Text}{/block:IfShowLink}</a>
  436. </div>
  437.  
  438. <div class="ribbon"><div class="ribbon-stitches-top"></div><strong class="ribbon-content"><h1>{text:Ribbon Text}</h1></strong><div class="ribbon-stitches-bottom"></div></div>
  439.  
  440. <div id="sidebarimage">
  441. <img src="{image:Sidebar}">
  442. <div id="sidebarbottom">
  443.     <img src="{image:Sidebarbottom}">
  444. </div>
  445.  
  446. {block:Pagination}
  447. <div id="pagination">
  448. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  449. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  450. </div>
  451. {/block:Pagination}
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456.  
  457. <div id="sidebar2">
  458.     <img src="{image:Sidebar2}">
  459. </div>
  460.  
  461. <div id="entries">
  462. {block:Posts}
  463. <div id="post">
  464.  
  465. {block:Text}
  466. <h1>{block:Title}{Title}{/block:Title}</h1>
  467. {Body}{/block:Text}
  468.  
  469. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471.  
  472. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  473. {/block:Caption}{/block:Photoset}
  474.  
  475. {block:Quote}<h2>"{Quote}"</h2>
  476. {block:Source}<div class="qsource">{Source}</div>
  477. {/block:Source}{/block:Quote}
  478.  
  479. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  480.  
  481. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  482.  
  483. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  484. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  485. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  486. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  487. {/block:Audio}<br>
  488. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  489. {block:Answer}<div id="asker">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  490.    
  491. <div id="info">
  492. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}</a>
  493. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  494. // {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  495. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  496. with {NoteCountWithLabel}</a>
  497. {block:HasTags}<div id="tags">
  498. {block:Tags}<a href="/tagged/{Tag}"># {Tag}</a>&nbsp;{/block:Tags}
  499. </div>{block:HasTags}
  500. </div>
  501. </div>
  502. {/block:Posts}
  503. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  504. {/block:Posts}</div></div></div>
  505. <br><br><br><br>
  506.    
  507. <div id="cred">
  508. <a href="http://cararryofrp.tumblr.com/">THEME</a>    
  509. </div>
  510. </div>
  511.        
  512.     </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement