SHOW:
|
|
- or go back to the newest paste.
| 1 | - | <!-- theme 002 by laura @furyofthetimelords |
| 1 | + | |
| 2 | - | don't steal or claim as your own |
| 2 | + | |
| 3 | - | editing is fine, but keep the credit in tact --> |
| 3 | + | |
| 4 | ||
| 5 | <head> | |
| 6 | ||
| 7 | <title>{Title}</title>
| |
| 8 | <link rel="shortcut icon" href="{Favicon}">
| |
| 9 | <link rel="alternate" type="application/rss+xml" href="{RSS}">
| |
| 10 | ||
| 11 | ||
| 12 | <meta name="color:background" content="#ffffff" /> | |
| 13 | <meta name="color:post" content="#e9e4e4" /> | |
| 14 | <meta name="color:sidebar" content="#dbdbdd" /> | |
| 15 | <meta name="color:description" content="#707274" /> | |
| 16 | - | <meta name="color:background" content="#d00040" /> |
| 16 | + | <meta name="color:text" content="#707274" /> |
| 17 | - | <meta name="color:post" content="#fcbe8d" /> |
| 17 | + | <meta name="color:title" content="#9f98a2" /> |
| 18 | - | <meta name="color:sidebar" content="#fcbe8d" /> |
| 18 | + | <meta name="color:link" content="#b9a29a" /> |
| 19 | - | <meta name="color:description" content="#d26745" /> |
| 19 | + | <meta name="color:lhover" content=#"a3a1a1" /> |
| 20 | - | <meta name="color:text" content="#e26d75" /> |
| 20 | + | |
| 21 | - | <meta name="color:title" content="#d5866d" /> |
| 21 | + | |
| 22 | - | <meta name="color:link" content="#e68b8e" /> |
| 22 | + | |
| 23 | - | <meta name="color:lhover" content=#"ffffff" /> |
| 23 | + | |
| 24 | <meta name="text:link2 URL" content="" /> | |
| 25 | <meta name="text:link3" content="" /> | |
| 26 | <meta name="text:link3 URL" content="" /> | |
| 27 | ||
| 28 | <meta name="text:title2" content="" /> | |
| 29 | ||
| 30 | <meta name="image:sidebar img" content="" /> | |
| 31 | <meta name="image:background" content="" /> | |
| 32 | <style type="text/css"> | |
| 33 | ||
| 34 | body {
| |
| 35 | background: {color:background};
| |
| 36 | background-image: url('{image:background}');
| |
| 37 | margin: 0; | |
| 38 | padding: 0; | |
| 39 | font-family: consolas; | |
| 40 | } | |
| 41 | ||
| 42 | a{text-decoration:none;}
| |
| 43 | ||
| 44 | a:link, a:active, a:visited{
| |
| 45 | color: {color:link};
| |
| 46 | text-decoration:none; | |
| 47 | } | |
| 48 | ||
| 49 | a:hover{
| |
| 50 | color: {color:lhover};
| |
| 51 | } | |
| 52 | ||
| 53 | #stitle {
| |
| 54 | font-family: Palace Script MT; | |
| 55 | font-size:45px; | |
| 56 | - | font-family: goudy old style; |
| 56 | + | |
| 57 | - | font-size:25px; |
| 57 | + | |
| 58 | } | |
| 59 | ||
| 60 | #title2 {
| |
| 61 | font-family:goudy old style; | |
| 62 | font-size:15px; | |
| 63 | text-align:center; | |
| 64 | padding:3px; | |
| 65 | } | |
| 66 | ||
| 67 | #sidebar {
| |
| 68 | position:fixed; | |
| 69 | margin-top:0px; | |
| 70 | margin-left:0px; | |
| 71 | width:250px; | |
| 72 | height:100%; | |
| 73 | padding:5px; | |
| 74 | background-color:{color:sidebar};
| |
| 75 | } | |
| 76 | ||
| 77 | #slinks {
| |
| 78 | font-family:courier new; | |
| 79 | font-size:10px; | |
| 80 | padding:3px; | |
| 81 | text-align:center; | |
| 82 | color:{color:link};
| |
| 83 | background-color:{color:background};
| |
| 84 | margin-left:60px; | |
| 85 | margin-right:60px; | |
| 86 | padding:2px; | |
| 87 | } | |
| 88 | ||
| 89 | #sidebarpic img {
| |
| 90 | margin-top:10px; | |
| 91 | margin-bottom:20px; | |
| 92 | width:150px; | |
| 93 | margin-left:50px; | |
| 94 | margin-right:50px; | |
| 95 | height:150; | |
| 96 | text-align:center; | |
| 97 | } | |
| 98 | ||
| 99 | #description {
| |
| 100 | margin-top:2px; | |
| 101 | margin-left:50px; | |
| 102 | margin-right:50px; | |
| 103 | margin-bottom:2px; | |
| 104 | width: 150px; | |
| 105 | height:auto; | |
| 106 | font-size:10px; | |
| 107 | text-align:center; | |
| 108 | color:{color:description};
| |
| 109 | font-family:consolas; | |
| 110 | background:{color:post};
| |
| 111 | padding:3px; | |
| 112 | } | |
| 113 | ||
| 114 | - | width:500px; |
| 114 | + | .question {
|
| 115 | width:490px; | |
| 116 | - | |
| 116 | + | |
| 117 | - | .question {
|
| 117 | + | |
| 118 | } | |
| 119 | ||
| 120 | #player {
| |
| 121 | width:30px; | |
| 122 | - | |
| 122 | + | |
| 123 | margin-left:40px; | |
| 124 | margin-top:35px; | |
| 125 | overflow:hidden; | |
| 126 | position:absolute; | |
| 127 | opacity: 0.7; | |
| 128 | filter:alpha(opacity=70); | |
| 129 | -moz-opacity: 0.7; | |
| 130 | -khtml-opacity: 0.7; | |
| 131 | } | |
| 132 | ||
| 133 | #audi img{
| |
| 134 | margin-left:-100px; | |
| 135 | - | |
| 135 | + | |
| 136 | width:100px; | |
| 137 | height:100px; | |
| 138 | margin-right:5px; | |
| 139 | background-color:{color:border};
| |
| 140 | } | |
| 141 | ||
| 142 | #audip img{
| |
| 143 | float:left; | |
| 144 | - | |
| 144 | + | |
| 145 | height:100px; | |
| 146 | background-color:{color:border};
| |
| 147 | } | |
| 148 | ||
| 149 | #audiod {
| |
| 150 | width:400px; | |
| 151 | - | |
| 151 | + | |
| 152 | height:100px; | |
| 153 | font-size:15px; | |
| 154 | text-transform:uppercase; | |
| 155 | } | |
| 156 | ||
| 157 | ||
| 158 | - | } |
| 158 | + | |
| 159 | font-size:10px; | |
| 160 | margin-right: 400px; | |
| 161 | margin-top:40px; | |
| 162 | float: right; | |
| 163 | text-align: left; | |
| 164 | font-family: consolas; | |
| 165 | width:500px; | |
| 166 | - | width:500px; |
| 166 | + | |
| 167 | ||
| 168 | #title {
| |
| 169 | font-family: goudy old style; | |
| 170 | color:{color:text};
| |
| 171 | font-size:18px; | |
| 172 | text-align:left; | |
| 173 | text-decoration:none; | |
| 174 | } | |
| 175 | ||
| 176 | #post {
| |
| 177 | font-size:10px; | |
| 178 | - | #audioplayer {
|
| 178 | + | |
| 179 | width: 500px; | |
| 180 | background-color:{color:post};
| |
| 181 | color:{color:text};
| |
| 182 | text-align: left; | |
| 183 | - | margin-top:45px; |
| 183 | + | |
| 184 | - | margin-bottom:45px; |
| 184 | + | |
| 185 | - | margin-left:45px; |
| 185 | + | |
| 186 | - | margin-right:45px; |
| 186 | + | |
| 187 | ||
| 188 | <body> | |
| 189 | ||
| 190 | <div id="sidebar"> | |
| 191 | <center> | |
| 192 | <div id="stitle">{Title}</div></center>
| |
| 193 | <div id="title2">{text:title2}</div>
| |
| 194 | <br> | |
| 195 | <div id="sidebarpic"><img src="{image:sidebar img}"/></a></div>
| |
| 196 | <div id="description">{block:Description}{Description}{/block:Description}</div>
| |
| 197 | <div id="slinks"> <a href="/">home</a> <br><a href="/ask">ask</a> <br><a href="/archive">archive</a> <br>{block:ifLink1}<br><a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1} {block:ifLink2}<br><a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2} {block:ifLink3}<br><a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3} {block:ifLink4}<br><a href="{text:link4 URL}">{text:link4}</a>{/block:ifLink4} <br><a href="http://furyofthetimelords.tumblr.com/">credit</a></div>
| |
| 198 | <center> | |
| 199 | {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
| |
| 200 | - | <div id="slinks"> <a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <br>{block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3} <br><a href="http://furyofthetimelords.tumblr.com/">credit</a></div>
|
| 200 | + | |
| 201 | ||
| 202 | ||
| 203 | <div id="entry"> | |
| 204 | {block:Posts}
| |
| 205 | <div id="post"> | |
| 206 | ||
| 207 | {block:Text}
| |
| 208 | {block:Title}<div id="title">{Title}</div>{/block:Title}
| |
| 209 | {Body}
| |
| 210 | {/block:Text}
| |
| 211 | ||
| 212 | {block:Quote}<div id="title"><h4>“{Quote}” — {Source}</h4></div>{/block:Quote}
| |
| 213 | ||
| 214 | {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
| |
| 215 | {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
| |
| 216 | ||
| 217 | {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
| |
| 218 | {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
| |
| 219 | ||
| 220 | {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
| |
| 221 | {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
| |
| 222 | ||
| 223 | {block:Answer}
| |
| 224 | <div class="question"> | |
| 225 | <center><b>{Asker}</b> asked:</center><br>
| |
| 226 | {Question}</div>{Answer}
| |
| 227 | {/block:Answer}
| |
| 228 | ||
| 229 | ||
| 230 | ||
| 231 | {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
| |
| 232 | <div id= "player">{AudioPlayerWhite}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
| |
| 233 | {block:Caption}{Caption}{/block:Caption}
| |
| 234 | {/block:Audio}
| |
| 235 | ||
| 236 | <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
| |
| 237 | {block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom}<br>
| |
| 238 | {block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
| |
| 239 | <br> | |
| 240 | <br> | |
| 241 | {/block:Posts}
| |
| 242 | ||
| 243 | {block:PostNotes}{PostNotes}{/block:PostNotes}
| |
| 244 | ||
| 245 | </div> | |
| 246 | ||
| 247 | </body> | |
| 248 | ||
| 249 | </html> |