mirror of https://github.com/nealey/woozle.org.git
SOPA Blackout
This commit is contained in:
parent
9d4940aff0
commit
ee771c74a7
|
@ -24,3 +24,4 @@ BURD(sneakums.png, It looks kind and gentle but sneakums' bird would just as soo
|
||||||
BURD(rasher.png, HI GUYS HOW'S IT GOING DO YOU LIKE SEEDS by rasher)
|
BURD(rasher.png, HI GUYS HOW'S IT GOING DO YOU LIKE SEEDS by rasher)
|
||||||
BURD(teferi.jpg, Someone just told teferi's bird a really terrible joke.)
|
BURD(teferi.jpg, Someone just told teferi's bird a really terrible joke.)
|
||||||
BURD(bz2.jpg, I never thought I'd see a bird with a pompadour`,' but bz2 has made that happen.)
|
BURD(bz2.jpg, I never thought I'd see a bird with a pompadour`,' but bz2 has made that happen.)
|
||||||
|
BURD(pedro.jpg, Pedro has been watching too many Michael Bay movies.)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
|
@ -11,8 +11,8 @@ Title: Home
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
Nov 9: Web site changes
|
Jan 18: Blacked Out for SOPA
|
||||||
=======================
|
============================
|
||||||
|
|
||||||
|
<a href="http://sopastrike.com/">SOPAStrike.com</a>
|
||||||
|
|
||||||
I'm twiddling with the web site. Webmail should be fine but other things may
|
|
||||||
be up and down throughout the day.
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ else:
|
||||||
content += ' </thead>'
|
content += ' </thead>'
|
||||||
content += ' <tbody>'
|
content += ' <tbody>'
|
||||||
|
|
||||||
for d in glob.glob('/var/spool/mlmmj/*'):
|
for d in sorted(glob.glob('/var/spool/mlmmj/*')):
|
||||||
if os.path.islink(d):
|
if os.path.islink(d):
|
||||||
continue
|
continue
|
||||||
if os.path.exists('%s/control/private' % d):
|
if os.path.exists('%s/control/private' % d):
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: #eee;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
color: #636;
|
color: #636;
|
||||||
background: #fff;
|
background: black;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ nav {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
nav ul {
|
nav ul {
|
||||||
background-color: #eee;
|
background-color: #222;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ h1 {
|
||||||
.login {
|
.login {
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
color: #e8b;
|
color: #e8b;
|
||||||
background: #fbfbfb;
|
background: #333;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue