Ver código fonte

on vire tous les %ages sur les font-size qui donne des trucs illisibles

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3034 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/test
carmie 16 anos atrás
pai
commit
8fc3e1e5c5
2 arquivos alterados com 11 adições e 16 exclusões
  1. +9
    -14
      trac/htdocs/common/css/trac.css
  2. +2
    -2
      trac/htdocs/common/css/wiki.css

+ 9
- 14
trac/htdocs/common/css/trac.css Ver arquivo

@@ -85,7 +85,7 @@ input[type=text]:focus, input.textwidget:focus, textarea:focus {
}
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
form p.hint, form span.hint { color: #666; font-size: 85%; font-style: italic; margin: .5em 0;
form p.hint, form span.hint { color: #666; font-style: italic; margin: .5em 0;
padding-left: 1em;
}
fieldset.iefix {
@@ -96,13 +96,12 @@ fieldset.iefix {
}
* html fieldset.iefix { width: 98% }
fieldset.iefix p { margin: 0 }
legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
legend { color: #999; padding: 0 .25em; font-weight: bold }
label.disabled { color: #d7d7d7 }
.buttons { margin: .5em .5em .5em 0 }
.buttons form, .buttons form div { display: inline }
.buttons input { margin: 1em .5em .1em 0 }
.inlinebuttons input {
font-size: 70%;
border-width: 1px;
border-style: dotted;
margin: 0 .1em;
@@ -247,7 +246,6 @@ label.disabled { color: #d7d7d7 }
#help {
clear: both;
color: #999;
font-size: 90%;
margin: 1em;
text-align: right;
}
@@ -292,7 +290,7 @@ label.disabled { color: #d7d7d7 }
clear: both;
width: 100%;
}
#info th, #info td { font-size: 85%; padding: 2px .5em; vertical-align: top }
#info th, #info td { padding: 2px .5em; vertical-align: top }
#info th { font-weight: bold; text-align: left; white-space: nowrap }
#info td.message { width: 100% }
#info .message ul { padding: 0; margin: 0 2em }
@@ -496,20 +494,18 @@ div.system-message p.system-message-title { font-weight: bold; }
#content.error #traceback :link, #content.error #traceback :visited {
border: none;
}
#content.error #tbtoggle { font-size: 80%; }
#content.error #traceback div { margin-left: 1em; }
#content.error #traceback h3 { font-size: 95%; margin: .5em 0 0; }
#content.error #traceback h3 { margin: .5em 0 0; }
#content.error #traceback :link var, #content.error #traceback :visited var {
font-family: monospace;
font-style: normal;
font-weight: bold;
}
#content.error #traceback span.file { color: #666; font-size: 85%; }
#content.error #traceback span.file { color: #666;}
#content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; }
#content.error #traceback ol {
border: 1px dotted #d7d7d7;
color: #999;
font-size: 85%;
line-height: 1;
margin: .5em 0;
}
@@ -519,17 +515,16 @@ div.system-message p.system-message-title { font-weight: bold; }
#content.error #traceback ol li.current code { color: #000; }
#content.error #traceback table { margin: .5em 0 1em; }
#content.error #traceback th, #content.error #traceback td {
font-size: 85%; padding: 1px;
padding: 1px;
}
#content.error #traceback th var {
font-family: monospace;
font-style: normal;
}
#content.error #traceback td code { white-space: pre; }
#content.error #traceback pre { font-size: 95%; }

#content .paging { margin: 0 0 2em; padding: .5em 0 0;
font-size: 85%; line-height: 2em; text-align: center;
line-height: 2em; text-align: center;
}
#content .paging .current {
padding: .1em .3em;
@@ -547,14 +542,14 @@ div.system-message p.system-message-title { font-weight: bold; }
}
#content .paging .previous a,
#content .paging .next a {
font-size: 150%; font-weight: bold; border: none;
font-weight: bold; border: none;
}
#content .paging .previous a:hover,
#content .paging .next a:hover {
background: transparent; color: #666;
}

#content h2 .numresults { color: #666; font-size: 90%; }
#content h2 .numresults { color: #666; }

/* Styles for search word highlighting */
@media screen {


+ 2
- 2
trac/htdocs/common/css/wiki.css Ver arquivo

@@ -1,8 +1,8 @@
@import url(code.css);

/* Styles for the page editing form */
#edit #rows { float: right; font-size: 80% }
#edit #rows select { font-size: 90% }
#edit #rows { float: right;}
#edit #rows select { }
#edit #text { clear: both; width: 100% }
#edit .wikitoolbar { float: left; }
#changeinfo { padding: .5em }


Carregando…
Cancelar
Salvar