Don't like ads? PRO users don't see any ads ;-)
Guest

1. MOIRAI

By: chuun on Jan 26th, 2012  |  syntax: None  |  size: 6.59 KB  |  hits: 57  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. <head><title>{Title}</title><link rel="shortcut icon" href="{Favicon}" />
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  5.  
  6. <meta name="color:Accent" content="#f64533" />
  7.  
  8. <!-    
  9.        
  10. -------------------------------| "M O I R A I" by chuun.tumblr.com |-----------------------------
  11. -----------------------------( C - T H E M E S . T U M B L R . C O M )---------------------------
  12.  
  13. For more themes, please visit the tumblr above.
  14.  
  15. -------------------------------------------| R U L E S |-----------------------------------------
  16.  
  17. 1. Do not remove the credit. If you remove the credit, I will find out.
  18. 2. Do not claim this theme or any of my themes as your own.
  19. 3. Do not edit and redistribute this theme under your name.
  20. 4. If you have any questions, please do not hesitate to ask. I'd be happy to assist you.
  21.  
  22.  
  23. -!>
  24.  
  25. <style type="text/css">
  26.  
  27. body{
  28.    background: #e9e9e9;
  29.    background-image: url('http://static.tumblr.com/rmudz4u/LFflxntvh/214qqx.png');
  30.    background-attachment: fixed;
  31.    font-family: lucida console;
  32.    color: #d7d7d7;
  33.    font-size: 9px;
  34.    text-align: justify;
  35.    line-height: 9px;
  36.    letter-spacing: 1px;
  37. }
  38.  
  39. a {
  40.    text-decoration: none;
  41.    -webkit-transition-duration: 1s;
  42.    -moz-transition-duration: 1s;
  43.    color: #d7d7d7;
  44. }
  45.  
  46. a:hover{
  47.    text-decoration: none;
  48.    -webkit-transition-duration: 1s;
  49.    -moz-transition-duration: 1s;
  50.    color: {color:Accent};
  51. }
  52.  
  53. img, img a{
  54.    border: none;
  55.    max-width: 400px;
  56. }
  57.  
  58. .title{
  59.    text-transform: uppercase;
  60. }
  61.  
  62. blockquote{
  63.    margin: 1px;
  64.    padding: 0px;
  65.    padding-left: 2px;
  66.    -moz-border-radius: 4px;
  67.    -webkit-border-radius: 4px;
  68.    border-left: 2px solid {color:Accent};
  69. }
  70.  
  71. blockquote img{
  72.    display:block;
  73.    max-width: 399px;
  74. }
  75.  
  76. .tags{
  77.    text-transform: uppercase;
  78.    border-top: 1px dashed {color:Accent};
  79.    margin-top:4px;
  80.    padding-top: 8px;
  81.    padding-bottom: 5px;
  82.    text-align: center;
  83. }
  84.  
  85. .date{
  86.    {block:IndexPage}
  87.    text-transform: uppercase;
  88.    text-align:right;
  89.    margin-top: 1px;
  90.    {/block:IndexPage}
  91.    {block:PermalinkPage}display:none{/block:PermalinkPage}
  92. }
  93.  
  94. .audioplayer{
  95.    background: #e4e4e4;
  96. }
  97.  
  98. .source{
  99.    text-align: right;
  100.    margin-top: 4px;
  101. }
  102.  
  103. .asker{
  104.    background: {color:Accent};
  105.    text-transform: uppercase;
  106.    color: #ffffff;
  107.    padding: 2px;
  108. }
  109.  
  110. .asker a{
  111.    text-decoration: none;
  112.    color:#ffffff;
  113. }
  114.  
  115. .asker a:hover{
  116.    text-decoration: none;
  117.    color:#ffffff;
  118. }
  119.  
  120. #qtm{
  121.    font-size: 20px;
  122.    float: left;
  123.    color: {color:Accent};
  124. }
  125.  
  126. #center{
  127.    width:400px;
  128.    margin: auto;
  129.    margin-top:10px;
  130.    margin-bottom:10px;
  131. }
  132. #entry{
  133.    width:400px;
  134.    padding: 15px;
  135.    background:#ffffff;
  136.    margin-bottom: 15px;
  137.    -moz-border-radius: 15px;
  138.    -webkit-border-radius: 15px;
  139. }
  140.  
  141. #portrait{
  142.    padding: 8px;
  143.    width:122px;
  144.    text-align: center;
  145.    top:210px;
  146.    position:fixed;
  147.    left:186px;
  148.    font-size: 20px;
  149.    text-transform: uppercase;
  150.    margin-bottom: 5px;
  151. }
  152.  
  153. #portrait a{
  154.    text-decoration: none;
  155.    -webkit-transition-duration: 1s;
  156.    -moz-transition-duration: 1s;
  157.    color: {color:Accent};
  158. }
  159.  
  160. #portrait a:hover{
  161.    text-decoration: none;
  162.    -webkit-transition-duration: 1s;
  163.    -moz-transition-duration: 1s;
  164.    color:#e4e4e4;
  165. }
  166.  
  167. #links{
  168.    background: {color:Accent};
  169.    text-align: center;
  170.    color: #ffffff;
  171.    padding: 2px;
  172.    top:290px;
  173.    position:fixed;
  174.    left:183px;
  175.    width: 140px;
  176.    text-transform: uppercase;
  177. }
  178.  
  179. #links a{
  180.    text-decoration: none;
  181.    -webkit-transition-duration: 1s;
  182.    -moz-transition-duration: 1s;
  183.    color:#ffffff;
  184. }
  185.  
  186. #links a:hover{
  187.    text-decoration: none;
  188.    -webkit-transition-duration: 1s;
  189.    -moz-transition-duration: 1s;
  190.    color:#ffffff;
  191. }
  192.  
  193. #credit{
  194.    text-align: center;
  195.    font-size:12px;
  196.    padding: 2px;
  197.    top:320px;
  198.    position:fixed;
  199.    left:183px;
  200.    width: 140px;
  201. }
  202.  
  203.  
  204. </style>
  205. </head>
  206.  
  207. <body>
  208.  
  209. <div id="portrait">{block:PreviousPage}<a href="{PreviousPage}" title="NEWER">◂</a>{/block:PreviousPage}<img src="{PortraitURL-96}">{block:NextPage}<a href="{NextPage}" title="OLDER">▸</a>{/block:NextPage}</div><div id="links"><a href="/">home</a>{block:AskEnabled} <a href="/ask">ask</a>{/block:AskEnabled} <a href="/archive">archive</a>{block:HasPages}{block:Pages} <a href='{URL}'>{Label}</a>{/block:Pages}{/block:HasPages}</div><div id="credit"><a href="http://www.c-themes.tumblr.com" title="THEME CREDIT">©</a></div>
  210.  
  211. <div id="center">
  212.  
  213. {block:Posts}
  214.  
  215. <div id="entry">
  216.  
  217. {block:Text}
  218. {block:Title}<div class="title">{Title}</div>{/block:Title}
  219. {Body}
  220. {/block:Text}
  221.  
  222. {block:Photo}
  223. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/></a>
  224. {block:Caption}{block:permalinkpage} {Caption} {/block:permalinkpage}{/block:Caption}
  225. {/block:Photo}
  226.  
  227. {block:Photoset}
  228. {Photoset-400}
  229. {block:Caption}{block:permalinkpage} {Caption} {/block:permalinkpage}{/block:Caption}
  230. {/block:Photoset}
  231.  
  232. {block:Quote}
  233. <div id="qtm">❝</div>{Quote}<br/>
  234. <div class="source">{block:Source}— {Source}{/block:Source}</div>
  235. {/block:Quote}
  236.  
  237. {block:Link}
  238. <div class="title">> <a href="{URL}" class="link" {Target}>{Name}</a></div>
  239. {block:Description}{Description}{/block:Description}
  240. {/block:Link}
  241.  
  242. {block:Chat}
  243. {block:Title}{Title}{/block:Title}
  244. {block:Lines}<br>
  245. {block:Label}<span class="title">{Label}</span>{/block:Label}
  246. {Line}
  247. {/block:Lines}
  248. {/block:Chat}
  249.  
  250. {block:Video}
  251. {Video-400}
  252. {block:Caption}{block:permalinkpage} {Caption} {/block:permalinkpage}{/block:Caption}
  253. {/block:Video}
  254.  
  255. {block:Audio}
  256. <div class="audioplayer">{AudioPlayerGrey}</div>
  257. {block:Caption}{block:permalinkpage} {Caption} {/block:permalinkpage}{/block:Caption}
  258. {/block:Audio}
  259.  
  260. {block:Answer}<div class="asker">{Asker}: {Question}</div><br>
  261. {Answer}
  262. {/block:Answer}
  263.  
  264. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}</div><div class="date"><a href="{Permalink}" title="{TimeAgo}">{NoteCount}</a></div>{block:PermalinkPage}<div class="title">{Year} {ShortMonth} {DayOfMonthWithZero} • {block:RebloggedFrom}OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> • VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> • {block:RebloggedFrom}{NoteCount} Notes</div>{/block:PermalinkPage}{/block:Date}
  265.  
  266. {block:PostNotes}
  267. {PostNotes}
  268. {/block:PostNotes}
  269.  
  270. </div>
  271.  
  272. {/block:Posts}
  273.  
  274. </div>
  275. </body>
  276. </html>