Selaa lähdekoodia

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3053 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 16 vuotta sitten
vanhempi
commit
bcd18c7f1c
2 muutettua tiedostoa jossa 46 lisäystä ja 60 poistoa
  1. +46
    -4
      trac/htdocs/common/css/trac.css
  2. +0
    -56
      trac/htdocs/main.css

+ 46
- 4
trac/htdocs/common/css/trac.css Näytä tiedosto

@@ -3,8 +3,24 @@ body {
color:#000;
margin:10px;
padding:0;
width:80%;
margin: auto;
font-size: 12px;
}

:link, :visited {
color: #224422;
}
:link:hover, :visited:hover {
color: #945973;
}
body, th, td {
font-family: 'Bitstream Vera Serif',times,serif;
}

h1, h2, h3, h4 {
font-family: 'Bitstream Vera Serif',times,serif;
}
body,th,td {
font:normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
}
@@ -16,19 +32,37 @@ h1,h2,h3,h4 {
page-break-after:avoid;
}

h1, h2, h3 {
text-indent: 0.5em;
border-style: solid;
border-color: #88aa77;
background-color: inherit;
}

h1 {
font-size:19px;
margin:.15em 1em .5em 0;
font-size: 1.6em;
font-variant: small-caps;
color: #002200;
border-width: 0 0 2px 0;
}

h2 {
font-size:16px;
font-size: 1.3em;
font-variant: small-caps;
color: #224422;
border-width: 0 0 2px 0;
}

h3 {
font-size:14px;
font-size: 1.1em;
color: #335533;
border-width: 0 0 1px 0;
}

p {
text-indent: 1em;
text-align: inherit;
}
hr {
border:none;
border-top:1px solid #ccb;
@@ -291,6 +325,13 @@ label.disabled {
background:url(../dots.gif) 0 0 no-repeat;
padding:.2em 20px;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
color: white;
}
#mainnav :link:hover, #mainnav :visited:hover {
color: white;
background: #945973;
}
#mainnav .active :link, #mainnav .active :visited {
background: #88AA77;
@@ -302,6 +343,7 @@ label.disabled {
#mainnav .active :link:hover, #mainnav .active :visited:hover {
border: none;
background: #224422;

}
* html #mainnav :link,* html #mainnav :visited {
background-position:1px 0;


+ 0
- 56
trac/htdocs/main.css Näytä tiedosto

@@ -1,62 +1,6 @@
body {
width:80%;
margin: auto;
font-size: 12px;
}

:link, :visited {
color: #224422;
}
:link:hover, :visited:hover {
color: #945973;
}
body, th, td {
font-family: 'Bitstream Vera Serif',times,serif;
}

h1, h2, h3, h4 {
font-family: 'Bitstream Vera Serif',times,serif;
}
#mainnav :link, #mainnav :visited {
padding-left: 8px;
padding-right: 8px;
color: white;
}
#mainnav :link:hover, #mainnav :visited:hover {
color: white;
background: #945973;
}
h1, h2, h3 {
text-indent: 0.5em;
border-style: solid;
border-color: #88aa77;
background-color: inherit;
}

h1 {
font-size: 1.6em;
font-variant: small-caps;
color: #002200;
border-width: 0 0 2px 0;
}

h2 {
font-size: 1.3em;
font-variant: small-caps;
color: #224422;
border-width: 0 0 2px 0;
}

h3 {
font-size: 1.1em;
color: #335533;
border-width: 0 0 1px 0;
}

p {
text-indent: 1em;
text-align: inherit;
}


#footer {


Ladataan…
Peruuta
Tallenna