That's the zeros done. The others need more fiddling with.
27
view/theme/purplezero/css/style.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|