That's the zeros done. The others need more fiddling with.

This commit is contained in:
Thomas Willingham 2012-08-06 04:41:01 +01:00
parent 4adef099bd
commit 0c06cc6188
8 changed files with 27 additions and 27 deletions

View file

@ -0,0 +1,27 @@
@import url('../../duepuntozero/css/style.css');
a, a:link, a:visited { color: #7433af; text-decoration: none; }
a:hover {text-decoration: underline; }
body { background-image: url(../img/head.jpg); }
aside( background-image: url(../img/border.jpg); }
section { background-image: url(../img/border.jpg); }
.tabs { background-image: url(../img/head.jpg); }
div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); }
.nav-commlink, .nav-login-link {
background-color: #aed3b2;
}
.fakelink, .fakelink:visited {
color: #7433af;
}
.wall-item-name-link {
color: #7433af;
}

View file

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 364 B

View file

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View file

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

View file

@ -1,27 +0,0 @@
@import url('../duepuntozero/style.css');
a, a:link, a:visited { color: #7433af; text-decoration: none; }
a:hover {text-decoration: underline; }
body { background-image: url(head.jpg); }
aside( background-image: url(border.jpg); }
section { background-image: url(border.jpg); }
.tabs { background-image: url(head.jpg); }
div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
.nav-commlink, .nav-login-link {
background-color: #aed3b2;
}
.fakelink, .fakelink:visited {
color: #7433af;
}
.wall-item-name-link {
color: #7433af;
}