import initial des fichiers cvs (theme crans www)
darcs-hash:20060416193535-f46e9-8a0d9755c5bfe39ab133ba8bb8513091e3207da6.gz
This commit is contained in:
parent
177c8dcce7
commit
25b5912c20
6 changed files with 908 additions and 0 deletions
99
wiki/static/crans-www/css/screen.css
Normal file
99
wiki/static/crans-www/css/screen.css
Normal file
|
@ -0,0 +1,99 @@
|
|||
/* moin overrides to monobook styles */
|
||||
|
||||
/* moin uses #page rather than #content for the main page content.
|
||||
setup #page as #content from the monobook.css and remove margins
|
||||
and paddings from #content */
|
||||
|
||||
/* IMPORTS
|
||||
/!\ les imports doivent imperativement se faire avant
|
||||
toute autre regle css !!!
|
||||
*/
|
||||
|
||||
@import url('/wiki/common/toc/toc.css');
|
||||
@import url('/wiki/common/boxes/boxes.css');
|
||||
|
||||
/*<!-- table of contents -->*/
|
||||
/* on ne change que ce qu'on veut
|
||||
changer
|
||||
*/
|
||||
|
||||
#tableOfContents {
|
||||
background:transparent url(../img/translucide2.png) repeat;
|
||||
border:1px solid #232323;
|
||||
}
|
||||
|
||||
pre {
|
||||
background:transparent url(../img/translucide2.png) repeat;
|
||||
}
|
||||
|
||||
/* <!-- Messages --> */
|
||||
/* message set as usermessage from base css */
|
||||
#message {
|
||||
background:transparent url(../img/translucide2.png) repeat;
|
||||
border:1px solid #232323;
|
||||
margin:0 auto;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
/* diff styling copied from modern theme */
|
||||
/*
|
||||
.diff {
|
||||
width:99%;
|
||||
}
|
||||
|
||||
.diff-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diff-title {
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.diff-added {
|
||||
background-color: #E0FFE0;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.diff-removed {
|
||||
background-color: #FFFFE0;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.diff-added span {
|
||||
background-color: #80FF80;
|
||||
}
|
||||
|
||||
.diff-removed span {
|
||||
background-color: #FFFF80;
|
||||
}
|
||||
|
||||
/* copied from the modern theme */
|
||||
|
||||
#credits, #version, #timings{
|
||||
margin: 5px 10px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-size: 0.88em;
|
||||
background-color:transparent;
|
||||
color: #6C7680;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#credits li, #timings li {
|
||||
display: inline;
|
||||
padding: 0 2px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
/* We use here dumb css1 ids because of IE suckiness */
|
||||
#editor-textarea, #editor-comment {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.codearea { /* the div makes the border */
|
||||
border: 1px dashed #2f6fab;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue