github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

lloyda2 / tumblr

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (7)
  • Graphs
  • Tag: lightcity-1.3

click here to add a description

click here to add a homepage

  • Branches (1)
    • master
  • Tags (7)
    • master
    • lightcity-1.4
    • lightcity-1.3
    • lightcity-1.2
    • lightcity-1.1
    • lightcity-1.0
    • hash-1.0
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

My themes for Tumblr. — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

lc: add commented definition to match body font to headers. 
Adam Lloyd (author)
Sun Jun 07 08:39:05 -0700 2009
commit  a266825d61bc8aaa6bd3da9949ac5697b4144376
tree    e6d64b94555bb6111530dbcb0dcd9832c23d634f
parent  93ba7c54083eb2f664631eda040c8b0d7f224346
tumblr / lightcity / theme.html lightcity/theme.html
100644 353 lines (314 sloc) 10.228 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<!-- Light City, a Tumblr theme
Author: Adam Lloyd <lloyda2 (at) rpi (dot) edu>
-->
 
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
    <link rel="shortcut icon" href="{Favicon}" />
    <link rel="alternate" type="application/rss+xml" href="{RSS}" />
 
    {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
    <meta name="color:Text" content="#303030" />
    <meta name="color:Standout" content="#F0F0F0" />
    <meta name="color:Background" content="#FFFFFF" />
 
    <style type="text/css">
      body {
          background-color: {color:Background};
          color: {color:Text};
          font-family: "Verdana", "Gill Sans", sans-serif;
       /* font-family: "Palatino", "Georgia", serif; */
          margin: 0;
          padding: 0;
      }
 
      div#header {
          margin-top: 60px;
          margin-bottom: 160px;
      }
      div#header h1 {
          background-color: {color:Standout};
          color: {color:Text};
          font-family: "Palatino", "Georgia", serif;
          font-size: 90px;
          font-weight: 100;
          margin-top: 0;
          margin-bottom: 0;
          text-align: center;
          text-transform: uppercase;
      }
      div#header h1 a:link, div#header h1 a:visited {
          background-color: transparent;
          border: none;
          color: inherit;
      }
      div#blog_description {
          color: {color:Text};
          font-family: "Palatino", "Georgia", serif;
          font-size: 28px;
          font-style: italic;
          margin: 0;
          text-align: center;
      }
      /* Comment out the following definitions if you don't like the way
* I've handled multi-line and multi-paragraph descriptions. */
      div#blog_description p {
          display: inline;
      }
      div#blog_description br {
          display: none;
      }
      /* Stop commenting for long descriptions. */
 
      div#content {
          border: none;
          line-height: 1.5em;
          margin: auto;
          text-align: justify;
          width: 600px;
      }
      div#content div.post {
          margin-bottom: 120px;
      }
 
      a.permalink:link, a.permalink:visited {
          border: none;
          text-align: center;
      }
      a.permalink:link:hover, a.permalink:visited:hover {
      }
 
      span.date, span.hat_tip, span.high_res_link {
          background-color: transparent;
          font-family: "Palatino", "Georgia", serif;
          font-size: 80%;
          font-style: italic;
      }
      span.date a:link, span.date a:visited, span.hat_tip a:link, span.hat_tip a:visited, span.high_res_link a:link, span.high_res_link a:visited {
          border: none;
      }
 
      div.post_content {
      }
 
      h2.post_title {
          font-family: "Palatino", "Georgia", serif;
          font-size: 20pt;
          font-weight: normal;
          line-height: 1em;
          margin-top: 0;
          text-align: left;
      }
      h2.post_title a {
          line-height: 1.4em;
      }
 
      div.post img {
          background-color: {color:Standout};
          clear: both;
          display: block;
          margin: auto;
          padding: 8px;
      }
      div.post a:link img, div.post a:visited img {
          border: none;
      }
 
      div.post div.caption {
          margin-top: 1.5em;
      }
 
      div.chat p {
          margin: 0;
      }
      div.chat span.label {
          font-weight: bold;
      }
      div.chat {
          margin-bottom: 16px;
      }
 
      /* I made the audio player centered by default;
* comment or delete this next definition to left-align it. */
      div.audio div.audio_container {
          clear: both;
          margin: auto;
          text-align: center;
      }
 
      div.video div.video_container {
          clear: both;
          margin: auto;
          text-align: center;
      }
 
      a:link, a:visited {
          border-bottom: 1px solid {color:Text};
          color: {color:Text};
          text-decoration: none;
      }
      a:link:hover, a:visited:hover {
          background-color: {color:Standout};
      }
 
      p {
          margin: 16px 0;
      }
 
      blockquote {
          border-left: 3px solid {color:Standout};
          margin-right: 2ex;
          margin-left: 1ex;
          padding-left: 1.5ex;
      }
 
      code, pre {
          font-family: "Andale Mono", "Monaco", monospace;
      }
 
      div#pagination {
          text-align: center;
      }
      div#pagination a:link, div#pagination a:visited {
          border-bottom: none;
          font-family: "Palatino", "Georgia", serif;
          font-style: italic;
      }
 
      div#attribution {
          font-family: "Palatino", "Georgia", serif;
          font-style: italic;
          text-align: center;
      }
      div#attribution p {
          margin: 0.5em 0;
      }
 
      {CustomCSS}
    </style>
  </head>
  <body>
    <div id="header">
      <h1 id="blog_title"><a href="/">{Title}</a></h1>
      {block:Description}
        <div id="blog_description"><p>{Description}</p></div>
      {/block:Description}
    </div><!-- header -->
 
    <div id="content">
      {block:Posts}
        <div class="post">
            <a name="{PostID}"></a>
 
          {block:Text}
            <div class="post_content text">
              {block:Title}
                <h2 class="post_title">{Title}</h2>
              {/block:Title}
 
              <div class="post_body">
                <p>
                  {Body}
                </p>
              </div><!-- post_body -->
            </div><!-- post_content -->
          {/block:Text}
 
          {block:Photo}
            <div class="post_content photo">
              {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
 
              {block:Caption}
                <p class="caption">{Caption}</p>
              {/block:Caption}
            </div><!-- post_content photo -->
          {/block:Photo}
 
          {block:Quote}
            <div class="post_content quote">
              <blockquote class="{Length}">
                {Quote}
              </blockquote>
 
              {block:Source}
                <p class="source">{Source}</p>
              {/block:Source}
            </div><!-- post_content quote -->
          {/block:Quote}
 
          {block:Link}
            <div class="post_content link">
              <h2 class="post_title"><a href="{URL}" {Target}>{Name}</a></h2>
 
              {block:Description}
                <p class="description">{Description}</p>
              {/block:Description}
            </div><!-- post_content link -->
          {/block:Link}
 
          {block:Chat}
            <div class="post_content chat">
              {block:Title}
                <h2 class="post_title">{Title}</h2>
              {/block:Title}
 
              {block:Lines}
                <p class="chat_line chat_line_{Alt}">
                  {block:Label}
                    <span class="label">{Label}</span>
                  {/block:Label}
                  <span class="text">{Line}</span>
                </p>
              {/block:Lines}
            </div><!-- post_content chat -->
          {/block:Chat}
 
          {block:Audio}
            <div class="post_content audio">
              <div class="audio_container">{AudioPlayerGrey}</div>
              {block:Caption}
                <div class="caption">{Caption}</div>
              {/block:Caption}
            </div><!-- post_content audio -->
          {/block:Audio}
 
          {block:Video}
            <div class="post_content video">
              <div class="video_container">{Video-500}</div>
              {block:Caption}
                <div class="caption">{Caption}</div>
              {/block:Caption}
            </div><!-- post_content video -->
          {/block:Video}
 
          {block:RebloggedFrom}
            <span class="hat_tip">
              Found via
              <a href="{ReblogParentURL}">{ReblogParentName}</a>.
            </span>
          {/block:RebloggedFrom}
          <span class="date">
            Posted
            <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/">
                {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a>, at
            <a href="{Permalink}">{12Hour}:{Minutes} {CapitalAmPm} (&#8734;)</a>.
          </span>
          {block:Photo}
            {block:HighRes}
              <span class="high_res_link">
                <a href="{PhotoURL-HighRes}">Available in higher resolution.</a>
              </span>
            {/block:HighRes}
          {/block:Photo}
        </div><!-- post -->
      {/block:Posts}
    </div><!-- content -->
    <div id="pagination">
      {block:Pagination}
        {block:PreviousPage}
          <a href="{PreviousPage}">&laquo; newer</a>
          {block:NextPage}
          |
          {/block:NextPage}
        {/block:PreviousPage}
        {block:NextPage}
          <a href="{NextPage}">older &raquo;</a>
        {/block:NextPage}
      {/block:Pagination}
 
      {block:DayPagination}
        {block:PreviousDayPage}
          <a href="{PreviousDayPage}">&laquo; yesterday</a>
          {block:NextDayPage}
          |
          {/block:NextDayPage}
        {/block:PreviousDayPage}
        {block:NextDayPage}
          <a href="{NextDayPage}">tomorrow &raquo;</a>
        {/block:NextDayPage}
      {/block:DayPagination}
 
      {block:PermalinkPagination}
        {block:PreviousPost}
          <a href="{PreviousPost}">&laquo; previous</a>
          {block:NextPost}
          |
          {/block:NextPost}
        {/block:PreviousPost}
        {block:NextPost}
          <a href="{NextPost}">next &raquo;</a>
        {/block:NextPost}
      {/block:PermalinkPagination}
    </div><!-- pagination -->
    <div id="attribution">
      <p>Powered by <a href="http://tumblr.com/">Tumblr</a>;
      themed by <a href="http://lloyda2.tumblr.com/">Adam Lloyd</a>.</p>
    </div><!-- attribution -->
  </body>
</html>
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server