Version 0.9a

This commit is contained in:
nemunaire 2007-11-13 12:00:00 +01:00
commit 59fbc7104e
141 changed files with 8686 additions and 1156 deletions

Binary file not shown.

View file

@ -0,0 +1,49 @@
body {
color: #FF0000;
background-color: #000000;
background-image: url('panel/background.jpg');
scrollbar-arrow-color: #E6EBFB;
scrollbar-base-color: #344566;
scrollbar-track-color: #344566;
scrollbar-face-color: #344566;
scrollbar-highlight-color: #344566;
scrollbar-3dlight-color: #465673;
scrollbar-darkshadow-color: #344566;
scrollbar-shadow-color: #465673;
font-size: 13px;
font-family: Tahoma,sans-serif;
margin-left: 68px;
margin-bottom: 20px;
}
u {
font-style: underline;
}
i {
font-style: italic;
}
a {
color: #4080ff;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
border: none;
}
img {
border: none;
}
a:hover {
cursor: pointer;
}
a:active, a:focus {
cursor: wait;
}
a:visited {
cursor: pointer;
}

View file

@ -218,6 +218,7 @@ td.bla {
height: 132px;
width: 130px;
border: 1px solid #004080;
background-repeat: no-repeat;
}
td.blb {

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB