Advertisement
CARBONDOGS

mtv's pimp my ride theme edit

Jul 23rd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6.  
  7. <meta name="text:Corners" content="4px"/>
  8. <meta name="text:Padding" content="10px"/>
  9. <meta name="color:Post Background" content="#FFFFFF">
  10. <meta name="image:Post Background" content="#A9E3C8">
  11.  
  12. <meta name="if:Post Backgrounds" content="1"/>
  13.  
  14. <meta name="if:Show about" content="1"/>
  15. <meta name="if:Show RSS" content="1"/>
  16. <meta name="if:Show archive" content="1"/>
  17. <meta name="if:Show ask me" content="1"/>
  18. <meta name="color:Page background" content="#A9E3C8">
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" type="image/x-icon" href="{Favicon}" />
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <script src="http://static.tumblr.com/2fqlbo1/FNOllt5fw/mootools-core-1.3.1-full-compat.js" type="text/javascript"></script>
  24. <script src="http://static.tumblr.com/2fqlbo1/3VMllt5gm/mootools-more-1.3.1.1.js" type="text/javascript"></script>
  25. <script src="http://static.tumblr.com/2fqlbo1/Ri0lpb4si/slasher.js" type="text/javascript"></script>
  26.  
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}" />
  29. {/block:Description}
  30.  
  31. <script type="text/javascript">
  32. </script>
  33.  
  34. <style type="text/css">
  35. html, body {margin:0; padding:0; width:100%; height:100%; overflow-x: hidden; color: #2D2828;
  36. }
  37. #container {
  38. {block:IfPostbackgrounds}
  39. width: calc(800px + ({text:Padding} * 2));
  40. {/block:IfPostbackgrounds}
  41. {block:IfNotPostbackgrounds}
  42. width: 800px;
  43. {/block:IfNotPostbackgrounds}
  44. margin-left: auto; margin-right: auto;}
  45. #blood {position: absolute; margin-top: 0px; margin-left: 0px; padding: 0; z-index: 200; width: 100%;}
  46. #about {position: absolute; height: 0px; width: 100%; background-color: #D6AFAE; z-index: 200; overflow: hidden;}
  47. #header {margin-top: 250px; letter-spacing: 5px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 80px; color: #2D2828; text-align: center; font-weight: 900; text-transform: uppercase;}
  48. #menu {text-align: center; margin-top: 0px; padding-bottom:20px; font-family: "Courier New", Courier, Sans-serif; letter-spacing: 2px; font-size: 15px; color: #2D2828; cursor: default;}
  49. .links {font-family: "Courier New", Courier, Sans-serif; font-size: 15px; letter-spacing: 2px; color: #2D2828; cursor: pointer; text-decoration: none;}
  50. .text {font-family: "Courier New", Courier, Sans-serif; letter-spacing: 2px; font-size: 15px; color: #2D2828; cursor: default;}
  51. #description {
  52. {block:IfPostbackgrounds}
  53. width: calc(500px + ({text:Padding} * 2));
  54. {/block:IfPostbackgrounds}
  55. {block:IfNotPostbackgrounds}
  56. width: 500px;
  57. {/block:IfNotPostbackgrounds}
  58. margin-left: auto; margin-right: auto;}
  59. #menu_box {position: absolute; margin-left: 0px; padding: 0; margin-top: -30px; z-index: 250; width: 800px;}
  60. a {color: #2D2828; background-color: transparent; text-decoration: none;}
  61. a:hover {background-color:#EEEEEE; text-decoration: none;}
  62.  
  63. a img { border-width: 0px; }
  64.  
  65.  
  66. #posts {
  67. {block:IfPostbackgrounds}
  68. width: calc(700px + ({text:Padding} * 2));
  69. {/block:IfPostbackgrounds}
  70. {block:IfNotPostbackgrounds}
  71. width: 700px;
  72. {/block:IfNotPostbackgrounds}
  73. margin: 50px 0 0 0;
  74. position: absolute;
  75. }
  76.  
  77. #posts .post {
  78. {block:IfPostbackgrounds}
  79. border-radius:{text:Corners};
  80. -moz-border-radius:{text:Corners};
  81. background-image: url('{image:Post Background}');
  82. background-color:{color:Post Background};
  83. padding:{text:Padding};
  84. {/block:IfPostbackgrounds}
  85. margin-top: 150px;
  86. font-family: "Courier New", Courier, Sans-serif;
  87. font-size: 15px;
  88. letter-spacing: 2px;
  89. overflow:hidden;
  90. }
  91.  
  92. #posts .post img {
  93. max-width: 100%;
  94. }
  95.  
  96. #posts .post h3 {
  97. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  98. color: #2D2828;
  99. text-transform: uppercase;
  100. font-weight: 900;
  101. font-size: 25px;
  102. margin: 0;
  103. }
  104.  
  105. #posts .post a.h3 {
  106. color: #2D2828;
  107. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  108. text-decoration: none;
  109. text-transform: uppercase;
  110. font-weight: 900;
  111. padding: 2px;
  112. font-size: 25px;
  113.  
  114. margin: 0;
  115. }
  116.  
  117.  
  118. #posts .post a.h3.link {
  119. text-decoration: none;
  120. }
  121.  
  122. #posts .post a.h3.link:hover {
  123. background-color: #EEEEEE;
  124. }
  125.  
  126. #posts .post blockquote {
  127. border-left: 2px solid #2D2828;
  128. padding: 0 0 0 15px;
  129. margin-left: 0px;
  130. }
  131.  
  132. #photo {max-width: 700px;}
  133.  
  134. #posts .post table {
  135. margin: 10px 0 0 0;
  136. border-collapse: collapse;
  137. }
  138.  
  139. #posts .post table tr {
  140. margin: 1px 0;
  141. }
  142.  
  143. #posts .post table tr td {
  144. padding: auto;
  145. vertical-align: top;
  146. }
  147.  
  148. #posts .post table tr td.name {
  149. text-align: right;
  150. padding: 1px 15px;
  151. }
  152.  
  153. #posts .post table tr td.words {
  154. width: 100%;
  155. text-align: left;
  156. padding: 1px;
  157. }
  158.  
  159. ol.notes {
  160. margin: 0 0 50px 0;
  161. padding: 0 0 0 0;
  162. }
  163.  
  164. ol.notes img {
  165. display: none;
  166. }
  167.  
  168. .footer {
  169. padding:50px;
  170. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  171. color: #2D2828;
  172. text-transform: uppercase;
  173. font-weight: 900;
  174. font-size: 15px;
  175. letter-spacing: 2px;
  176. }
  177.  
  178. {CustomCSS}
  179.  
  180. </style>
  181. </head>
  182.  
  183.  
  184. <body style="background-color: {color:Page background}">
  185. <img id="blood" onclick="closeAbout()" src="https://dl.dropboxusercontent.com/u/19129424/drepsparkle.png"/>
  186. <div id="about" onclick="closeAbout()">
  187. <div id="description">
  188. {block:Description}<p class="text" style="margin-top: 80px;">{Description}</p>{/block:Description}
  189. </div>
  190. </div>
  191.  
  192. <div id="container">
  193. <p id="header">{Title}</p>
  194. <div id="menu_box">
  195. <p id="menu">{block:IfShowabout}<a onclick="showAbout()" style="cursor: pointer">/About/</a>{/block:IfShowabout}{block:IfShowarchive}<a class="links" href="/archive">/Archive/</a>{/block:IfShowarchive}{block:IfShowRSS}<a class="links" href="{RSS}">/RSS/</a>{/block:IfShowRSS}{block:IfShowaskme}<a class="links" href="/ask">/Ask me/</a>{/block:IfShowaskme}{block:HasPages}{block:Pages}<a class="links" href="{URL}" target="_blank">/{Label}/</a>{/block:Pages}{block:HasPages}</p>
  196. <small> <p class="links" style="padding-bottom: 20px; margin-top: -20px; text-align: center;"> theme by <a href="http://www.sevendaysatsea.com/" class="links" target="_blank">S D &#9650; S</a></p>
  197. </div>
  198.  
  199. <div id="posts">
  200. {block:Posts}
  201. <div class="post">
  202. {block:Text}
  203. {block:Title}<a href="{Permalink}" class="h3">{Title}</a>{/block:Title}
  204. {Body}
  205. {/block:Text}
  206.  
  207. {block:Link}
  208. <a href="{URL}" class="h3 link">{Name}</a>
  209. <p>{block:Description}{Description}{/block:Description}</p>
  210. {block:Link}
  211.  
  212. {block:Photo}
  213. <div id="photo">
  214. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{LinkCloseTag}
  215. <p>{block:Caption}{Caption}{/block:Caption}</p>
  216. </div>
  217. {/block:Photo}
  218.  
  219. {block:Quote}
  220. <h3>&#8220;{Quote}&#8221;</h3>
  221. <p>{block:Source}&mdash; {Source}{/block:Source}</p>
  222. {/block:Quote}
  223.  
  224. {block:Chat}
  225. {block:Title}<a href="#" class="h3">{Title}</a>{/block:Title}
  226. <table>
  227. {block:Lines}
  228. <tr>
  229. {block:Label}<td class="name">{Label}</td>{block:Label}
  230. <td class="words">{Line}</td>
  231. </tr>
  232. {/block:Lines}
  233. </table>
  234.  
  235. {/block:Chat}
  236.  
  237. {block:Audio}
  238. {AudioPlayerBlack}
  239. {block:Caption}{Caption}{/block:Caption}
  240. {/block:Audio}
  241.  
  242. {block:Video}
  243. {Video-500}
  244. {block:Caption}{Caption}{/block:Caption}
  245. {/block:Video}
  246. <p><a href="{Permalink}">{block:Date}
  247.  
  248. {24Hour}:{Minutes}&nbsp;&nbsp;<font color="#2D2828"></font>
  249.  
  250. {MonthNumber}-{DayOfMonth}-{ShortYear}{block:Date}
  251.  
  252. {block:NoteCount}&nbsp;<font color="#2D2828"></font>&nbsp;{NoteCountWithLabel}
  253.  
  254. {/block:NoteCount}{/block:Date}</p>
  255.  
  256. </div>
  257.  
  258. {/block:Posts}
  259.  
  260. <div class="footer">{block:PreviousPage}<a href={PreviousPage}>newer</a>&nbsp;{/block:PreviousPage}{block:NextPage}<a href={NextPage}>older</a>{/block:NextPage}</div>
  261. </div>
  262.  
  263. </div>
  264.  
  265.  
  266. </body>
  267. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement