mise à jour des themes
darcs-hash:20070530133041-f46e9-7fb4cb20ba7225a5819e71704e03bfb66763e7b6.gz
This commit is contained in:
parent
e131b639c9
commit
9da1ea6e24
10 changed files with 59 additions and 964 deletions
|
@ -24,22 +24,21 @@ bde.css - MoinMoin Style
|
|||
Copyright (c) 2006 by www.crans.org
|
||||
|
||||
**************************************************************/
|
||||
/*<!-- TITRE -->*/
|
||||
|
||||
div#titleBarre {
|
||||
backgrond-image:url(../img/BarreBleue.png);
|
||||
background: url(../img/BarreBleue.png) repeat-x;
|
||||
}
|
||||
|
||||
h1#title
|
||||
div#content
|
||||
{
|
||||
border-bottom: thin solid blue;
|
||||
background-image: url(../img/barreLogoBde.png);
|
||||
}
|
||||
|
||||
div#content{
|
||||
background-image: url("../img/fond_bde.png");
|
||||
}
|
||||
|
||||
/* ****************************** BARRE DE TITRE ****************************** */
|
||||
div#titleBarre {
|
||||
border-bottom: thin solid blue;
|
||||
background: blue url(../img/BarreBleue.png) repeat-x;
|
||||
}
|
||||
/* on change la couleur des soulignements de titres pour aller avec la barre */
|
||||
h1, h2, h3, h4, h5, h6 {border-color: blue}
|
||||
div#titleBarre *,
|
||||
div#titleBarre h1#title a { color: white; }
|
||||
h1#title { background: url(../img/barreLogoBde.png) no-repeat right top;}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
/* common.css - MoinMoin Default Styles
|
||||
|
||||
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
|
||||
*/
|
||||
|
||||
/* Links */
|
||||
|
||||
a {color: #5CFF5C;}
|
||||
a:visited {color: #00FF00;}
|
||||
a.nonexistent, a.badinterwiki {color: white;}
|
||||
|
||||
/* Headings */
|
||||
|
||||
h1,
|
||||
h1 a, h1 a:visited,
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
tt {font-size: 1.5em;}
|
||||
|
||||
strong.highlight
|
||||
{
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
.rcdaybreak td {
|
||||
background: #BBBBBB;
|
||||
}
|
||||
.rcicon1, .rcicon2 {
|
||||
background: #555555;
|
||||
}
|
||||
.rctime,
|
||||
.rceditor,
|
||||
.rccomment {
|
||||
color:black;
|
||||
}
|
||||
|
|
@ -1,300 +0,0 @@
|
|||
/* common-reverse.css - MoinMoin Crans Styles
|
||||
|
||||
modifie common.css pour afficher en balnc sur noir
|
||||
*/
|
||||
|
||||
/* content styles */
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
/* Links */
|
||||
|
||||
a {color: #FF5C5C;}
|
||||
a:visited {color: #FF0000;}
|
||||
a.nonexistent, a.badinterwiki {color: white;}
|
||||
|
||||
/* Headings */
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 a, h1 a:visited {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6
|
||||
{
|
||||
margin: 0.9em 0 0 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
h2 {font-size: 1.6em;}
|
||||
h3 {font-size: 1.3em;}
|
||||
h4 {font-size: 1.1em;}
|
||||
h5, h6 {font-size: 1em;}
|
||||
|
||||
tt {font-size: 1.5em;}
|
||||
|
||||
li p {
|
||||
margin: .25em 0;
|
||||
}
|
||||
|
||||
li.gap {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
dt {
|
||||
margin-top: 0.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
dd p {
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
a, img, img.drawing {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
pre
|
||||
{
|
||||
border: 1pt solid #AEBDCC;
|
||||
background-image: url(../img/bleutransparent.png);
|
||||
padding: 5pt;
|
||||
font-family: courier, monospace;
|
||||
white-space: pre;
|
||||
/* begin css 3 or browser specific rules - do not remove!
|
||||
see: http://forums.techguy.org/archive/index.php/t-249849.html */
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
/* end css 3 or browser specific rules */
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
margin: 0.5em 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0.25em;
|
||||
border: 1pt solid #ADB9CC;
|
||||
}
|
||||
|
||||
td p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.footnotes div {
|
||||
width: 5em;
|
||||
border-top: 1pt solid gray;
|
||||
}
|
||||
|
||||
.footnotes ul {
|
||||
padding: 0 2em;
|
||||
margin: 0 0 1em;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.footnotes li {
|
||||
}
|
||||
|
||||
.info {
|
||||
font-size: 0.85em;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
#pageinfo {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.seperator {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* standard rule ---- */
|
||||
hr {
|
||||
clear: both;
|
||||
height: 1pt;
|
||||
background-color: #9C9C9C;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* custom rules ----- to ---------- */
|
||||
.hr1 {height: 2pt;}
|
||||
.hr2 {height: 3pt;}
|
||||
.hr3 {height: 4pt;}
|
||||
.hr4 {height: 5pt;}
|
||||
.hr5 {height: 6pt;}
|
||||
.hr6 {height: 7pt;}
|
||||
|
||||
/* Replacement for html 3 u tag */
|
||||
.u {text-decoration: underline;}
|
||||
|
||||
/* eye catchers */
|
||||
.warning
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.error
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
|
||||
strong.highlight
|
||||
{
|
||||
background-color: #666666;
|
||||
padding: 1pt;
|
||||
}
|
||||
|
||||
|
||||
/* Recent changes */
|
||||
|
||||
.rcrss {
|
||||
float: right;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.recentchanges[dir="rtl"] .rcrss {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.recentchanges table {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.recentchanges td {
|
||||
vertical-align: top;
|
||||
border: none;
|
||||
border-bottom: 1pt solid #E6EAF0;
|
||||
background: #F2F4F7;
|
||||
}
|
||||
|
||||
.rcdaybreak td {
|
||||
background: #BBBBBB;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.rcdaybreak td a {
|
||||
font-size: 0.88em;
|
||||
}
|
||||
|
||||
.rcicon1, .rcicon2 {
|
||||
text-align: center;
|
||||
background: #555555;
|
||||
}
|
||||
|
||||
.rcpagelink {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.rctime {
|
||||
font-size: 0.88em;
|
||||
white-space: nowrap;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.rceditor {
|
||||
white-space: nowrap;
|
||||
font-size: 0.88em;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.rccomment {
|
||||
width: 66%;
|
||||
color: gray;
|
||||
font-size: 0.88em;
|
||||
color:black;
|
||||
}
|
||||
|
||||
|
||||
/* User Preferences */
|
||||
|
||||
.userpref table, .userpref td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* CSS for new code_area markup used by Colorizer and ParserBase */
|
||||
|
||||
div.codearea { /* the div makes the border */
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
border: 1pt solid #AEBDCC;
|
||||
background-color: #F3F5F7;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div.codearea pre { /* the pre has no border and is inside the div */
|
||||
margin: 0;
|
||||
padding: 10pt;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.codenumbers { /* format of the line numbering link */
|
||||
margin: 0 10pt;
|
||||
font-size: 0.85em;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* format of certain syntax spans */
|
||||
div.codearea pre span.LineNumber {color: gray;}
|
||||
div.codearea pre span.ID {color: #000000;}
|
||||
div.codearea pre span.Operator {color: #0000C0;}
|
||||
div.codearea pre span.Char {color: #004080;}
|
||||
div.codearea pre span.Comment {color: #008000;}
|
||||
div.codearea pre span.Number {color: #0080C0;}
|
||||
div.codearea pre span.String {color: #004080;}
|
||||
div.codearea pre span.SPChar {color: #0000C0;}
|
||||
div.codearea pre span.ResWord {color: #A00000;}
|
||||
div.codearea pre span.ConsWord {color: #008080; font-weight: bold;}
|
||||
div.codearea pre span.Error {color: #FF8080; border: solid 1.5pt #FF0000;}
|
||||
div.codearea pre span.ResWord2 {color: #0080ff; font-weight: bold;}
|
||||
div.codearea pre span.Special {color: #0000ff;}
|
||||
div.codearea pre span.Preprc {color: #803999;}
|
||||
|
||||
|
||||
/* Search results */
|
||||
|
||||
.searchresults dt {
|
||||
margin-top: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.searchresults dd {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
|
||||
/* Liens d'actions */
|
||||
.editbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.editbar li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
}
|
||||
#tableOfContents {
|
||||
border: 1px solid #;
|
||||
background:#121212;
|
||||
}
|
||||
|
|
@ -33,7 +33,6 @@ Copyright (c) 2006 by www.crans.org
|
|||
@import url('/wiki/common/toc/toc.css');
|
||||
@import url('/wiki/common/boxes/boxes.css');
|
||||
@import url('/wiki/common/pagesPersos.css');
|
||||
@import url('/wiki/common/EventCalendar/EventCalendar.css');
|
||||
|
||||
html {
|
||||
background-color: white;
|
||||
|
@ -44,9 +43,12 @@ html {
|
|||
}
|
||||
|
||||
#content, #preview {
|
||||
padding-left:3.5em;
|
||||
padding-left:0em;
|
||||
}
|
||||
img { max-width:90%; }
|
||||
.visualclear, #pagebottom {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
||||
/* Links */
|
||||
|
||||
|
@ -56,54 +58,39 @@ a.nonexistent, a.badinterwiki {color: gray;}
|
|||
|
||||
/* Headings */
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: black;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
h1 a, h1 a:visited {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6
|
||||
{
|
||||
h1, h1 a, h1 a:visited,
|
||||
h2, h2 a, h2 a:visited,
|
||||
h3, h3 a, h3 a:visited,
|
||||
h4, h4 a, h4 a:visited,
|
||||
h5, h5 a, h5 a:visited,
|
||||
h6, h6 a, h6 a:visited {
|
||||
padding: 0;
|
||||
color: black;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
h2 a, h2 a:visited,
|
||||
h3 a, h3 a:visited,
|
||||
h4 a, h4 a:visited,
|
||||
h5 a, h5 a:visited,
|
||||
h6 a, h6 a:visited {
|
||||
color:#000055;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 1.5em 0 0 0em;
|
||||
font-size: 2em;
|
||||
border-bottom: #f9821d 4px solid;
|
||||
}
|
||||
h2 {
|
||||
margin: 1.5em 0 0 -2.5em;
|
||||
margin: 0.9em 0 0 1em;
|
||||
font-size: 1.6em;
|
||||
border-bottom:black thin double;
|
||||
border-bottom: #f9821d 3px solid;
|
||||
}
|
||||
h3 {
|
||||
margin: 0.9em 0 0 -1.5em;
|
||||
margin: 0.9em 0 0 2em;
|
||||
font-size: 1.3em;
|
||||
border-bottom:black thin dashed;
|
||||
border-bottom: #f9821d 1px solid;
|
||||
}
|
||||
h4 {
|
||||
margin: 0.9em 0 0 -0.5em;
|
||||
h4, h5, h6 {
|
||||
margin: 0.9em 0 0 3em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
h5, h6 {
|
||||
margin: 0.9em 0 0 -0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Autres */
|
||||
|
||||
tt {font-size: 1em;}
|
||||
|
||||
|
@ -188,6 +175,7 @@ td p {
|
|||
|
||||
#pageinfo {
|
||||
margin-top: 2em;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.seperator {
|
||||
|
@ -216,7 +204,7 @@ hr {
|
|||
/* eye catchers */
|
||||
.warning
|
||||
{
|
||||
color: red;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.error
|
||||
|
|
|
@ -24,272 +24,18 @@ crans.css - MoinMoin Style
|
|||
Copyright (c) 2006 by www.crans.org
|
||||
|
||||
**************************************************************/
|
||||
/* IMPORTS
|
||||
/!\ les imports doivent imperativement se faire avant
|
||||
toute autre regle css !!!
|
||||
*/
|
||||
/* imports déjà faits dans common.css
|
||||
/*@import url('/wiki/common/toc/toc.css');
|
||||
@import url('/wiki/common/boxes/boxes.css');
|
||||
@import url('/wiki/common/EventCalendar/EventCalendar.css');
|
||||
*/
|
||||
/*<!-- BODY -->*/
|
||||
body, html{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
div#content
|
||||
{
|
||||
background:white;
|
||||
position:relative;
|
||||
margin:40px 170px 0 0;
|
||||
padding:0 15px 0 4.5em;
|
||||
background-image: url("../img/fond.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-attachment: fixed;
|
||||
min-height:500px;
|
||||
overflow:auto;
|
||||
|
||||
}
|
||||
|
||||
/*<!-- TITRE -->*/
|
||||
/* ****************************** BARRE DE TITRE ****************************** */
|
||||
div#titleBarre {
|
||||
float:right;
|
||||
z-index:5;
|
||||
position: fixed; /* positionnement */
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding:0;
|
||||
margin:0;
|
||||
height: 40px;
|
||||
width:100%;
|
||||
border-bottom: thin solid #f9821d;//orange;
|
||||
|
||||
background: url("../img/BarreOrange.png") repeat-x;
|
||||
text-align:left;
|
||||
|
||||
background: #f9821d url(../img/BarreOrange.png) repeat-x;
|
||||
}
|
||||
|
||||
div#titleBarre * {
|
||||
color:white;
|
||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h1#title
|
||||
{
|
||||
/* pour ie */
|
||||
position:absolute;
|
||||
top:0;
|
||||
/* fin pour ie */
|
||||
margin: 0;
|
||||
display:block;
|
||||
width:100%;
|
||||
height:25px;
|
||||
padding:5px 10px 10px 10px;
|
||||
background: url("../img/BarreLogo.png") no-repeat right top;
|
||||
}
|
||||
|
||||
h1#title a {
|
||||
color:white;
|
||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||
text-decoration:none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*<!-- MENU DE DROITE -->*/
|
||||
|
||||
div#column-one ul, div#column-one li { /* utilisation de liste pour le menu */
|
||||
list-style-type: none; /* suppression des puces de liste */
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
div#column-one {
|
||||
/* position */
|
||||
z-index:2;
|
||||
position: fixed;
|
||||
right:0;
|
||||
top:41px;
|
||||
/* dimensions */
|
||||
padding:5px 10px 10px 10px;
|
||||
width:150px;
|
||||
//height:100%;
|
||||
overflow:hidden;
|
||||
margin:0px;
|
||||
/* texte */
|
||||
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
|
||||
text-align:left;
|
||||
/* couleurs */
|
||||
background:#eeeeee;
|
||||
border-left:thin solid #bbbbbb;
|
||||
border-bottom:thin solid #bbbbbb;
|
||||
border-top: thin solid #cccccc;//gris clair;
|
||||
}
|
||||
|
||||
div#column-one li a {
|
||||
margin:2px;
|
||||
text-decoration:none;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
div#column-one li a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
div#p-logo {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* titres */
|
||||
div#column-one h5 {
|
||||
margin:2px;
|
||||
text-decoration:none;
|
||||
font-size:1em;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
div.portlet:after {
|
||||
content:url(../img/Separator.png);
|
||||
}
|
||||
|
||||
/* champ de recherche */
|
||||
#searchInput {
|
||||
padding: 2px 2px 2px 18px;
|
||||
background: #fff url(../img/q.png) no-repeat 4px center;
|
||||
width:132px;
|
||||
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
|
||||
border:thin gray solid;
|
||||
margin: 5px 0;
|
||||
|
||||
}
|
||||
|
||||
#timings
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#credits, #version, #timings{
|
||||
margin: 5px 10px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-size: 0.88em;
|
||||
color: #6C7680;
|
||||
}
|
||||
|
||||
#credits li, #timings li {
|
||||
display: inline;
|
||||
padding: 0 2px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*<!-- EDITEUR DE TEXTE -->*/
|
||||
textarea {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#message {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
margin: 40px 0 0 0;
|
||||
padding: 5px 0px;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
background: #E6EAF0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#message p{
|
||||
margin: 0;
|
||||
padding: 0 10px 0 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#message div.buttons {
|
||||
font-weight: lighter;
|
||||
padding: 0 0 0 30px;
|
||||
}
|
||||
|
||||
#preview {
|
||||
border: 1px solid #6C7680;
|
||||
padding: 10px 30px 20px 4.5em;
|
||||
width:100%;
|
||||
margin:10px 0 10px -3.5em;
|
||||
background: url(../img/draft.png);
|
||||
}
|
||||
|
||||
/* Collection de hacks à la con pour IE */
|
||||
@media screen {
|
||||
/* * html {
|
||||
overflow: hidden;
|
||||
}
|
||||
/**/
|
||||
/* * html body {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
//padding: 44px 160px 0 1em;
|
||||
font-size: 100%;
|
||||
}
|
||||
/**/
|
||||
/* * html body {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
* html body #page {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/**/
|
||||
* html div#column-one {
|
||||
position: absolute;
|
||||
}
|
||||
/**/
|
||||
* html h1#title
|
||||
{
|
||||
position: absolute;
|
||||
width: expression(document.body.clientWidth);
|
||||
}
|
||||
|
||||
* html div.portlet
|
||||
{
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
}
|
||||
/**/
|
||||
/* on change la couleur des soulignements de titres pour aller avec la barre */
|
||||
h1, h2, h3, h4, h5, h6 {border-color: #f9821d}
|
||||
div#titleBarre *,
|
||||
div#titleBarre h1#title a { color: white; }
|
||||
h1#title { background: url(../img/BarreLogo.png) no-repeat right top;}
|
||||
|
|
|
@ -1,309 +0,0 @@
|
|||
/*************************************************************
|
||||
..
|
||||
.... ............ ........
|
||||
. ....... . .... ..
|
||||
. ... .. .. .. .. ..... . ..
|
||||
.. .. ....@@@. .. . ........ .
|
||||
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
||||
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
||||
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
||||
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
||||
...@@@.... @@@ .@@.......... ........ ..... ..
|
||||
. ..@@@@.. . .@@@@. .. ....... . .............
|
||||
. .. .... .. .. . ... ....
|
||||
. . .... ............. .. ...
|
||||
.. .. ... ........ ... ...
|
||||
................................
|
||||
|
||||
==============================================================
|
||||
crans.css - MoinMoin Style
|
||||
|
||||
Theme crans (screen)
|
||||
|
||||
|
||||
Copyright (c) 2006 by www.crans.org
|
||||
|
||||
**************************************************************/
|
||||
/* IMPORTS
|
||||
/!\ les imports doivent imperativement se faire avant
|
||||
toute autre regle css !!!
|
||||
*/
|
||||
/* imports déjà faits dans common.css
|
||||
/*@import url('/wiki/common/toc/toc.css');
|
||||
@import url('/wiki/common/boxes/boxes.css');
|
||||
@import url('/wiki/common/EventCalendar/EventCalendar.css');
|
||||
*/
|
||||
/*<!-- BODY -->*/
|
||||
body, html{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
div#content
|
||||
{
|
||||
background:white;
|
||||
position:relative;
|
||||
margin:40px 170px 0 0;
|
||||
padding:0 15px 0 4.5em;
|
||||
background-image: url("../img/fond.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-attachment: fixed;
|
||||
min-height:500px;
|
||||
overflow:auto;
|
||||
|
||||
}
|
||||
|
||||
/*<!-- TITRE -->*/
|
||||
div#titleBarre {
|
||||
float:right;
|
||||
z-index:5;
|
||||
position: fixed; /* positionnement */
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding:0;
|
||||
margin:0;
|
||||
height: 40px;
|
||||
width:100%;
|
||||
border-bottom: thin solid #f9821d;//orange;
|
||||
/* modif de noel */
|
||||
background: url("../img/BarreOrangeNeige.png") repeat-x;
|
||||
/*background: url("../img/BarreOrange.png") repeat-x;*/
|
||||
text-align:left;
|
||||
|
||||
}
|
||||
|
||||
div#titleBarre * {
|
||||
color:white;
|
||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h1#title
|
||||
{
|
||||
/* pour ie */
|
||||
position:absolute;
|
||||
top:0;
|
||||
/* fin pour ie */
|
||||
margin: 0;
|
||||
display:block;
|
||||
width:100%;
|
||||
height:25px;
|
||||
padding:5px 10px 10px 10px;
|
||||
/* # modif de noel */
|
||||
background: url("../img/BarreLogoNeige.png") no-repeat right top;
|
||||
/*background: url("../img/BarreLogo.png") no-repeat right top;*/
|
||||
}
|
||||
|
||||
h1#title a {
|
||||
color:white;
|
||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||
text-decoration:none;
|
||||
|
||||
}
|
||||
|
||||
/* MODIF DE NOEL */
|
||||
div#specialNoel {
|
||||
position:fixed;
|
||||
left:0;
|
||||
bottom:0;
|
||||
width:80px;
|
||||
height:80px;
|
||||
background:transparent url("/wiki/crans/img/noel.png") left bottom;
|
||||
}
|
||||
div#specialNoel:hover {width:258px;height:261px;}
|
||||
|
||||
|
||||
/*<!-- MENU DE DROITE -->*/
|
||||
|
||||
div#column-one ul, div#column-one li { /* utilisation de liste pour le menu */
|
||||
list-style-type: none; /* suppression des puces de liste */
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
div#column-one {
|
||||
/* position */
|
||||
z-index:2;
|
||||
position: fixed;
|
||||
right:0;
|
||||
top:41px;
|
||||
/* dimensions */
|
||||
padding:5px 10px 10px 10px;
|
||||
width:150px;
|
||||
//height:100%;
|
||||
overflow:hidden;
|
||||
margin:0px;
|
||||
/* texte */
|
||||
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
|
||||
text-align:left;
|
||||
/* couleurs */
|
||||
background:#eeeeee;
|
||||
border-left:thin solid #bbbbbb;
|
||||
border-bottom:thin solid #bbbbbb;
|
||||
border-top: thin solid #cccccc;//gris clair;
|
||||
}
|
||||
|
||||
div#column-one li a {
|
||||
margin:2px;
|
||||
text-decoration:none;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
div#column-one li a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
div#p-logo {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* titres */
|
||||
div#column-one h5 {
|
||||
margin:2px;
|
||||
text-decoration:none;
|
||||
font-size:1em;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
div.portlet:after {
|
||||
content:url(../img/Separator.png);
|
||||
}
|
||||
|
||||
/* champ de recherche */
|
||||
#searchInput {
|
||||
padding: 2px 2px 2px 18px;
|
||||
background: #fff url(../img/q.png) no-repeat 4px center;
|
||||
width:132px;
|
||||
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
|
||||
border:thin gray solid;
|
||||
margin: 5px 0;
|
||||
|
||||
}
|
||||
|
||||
#timings
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#credits, #version, #timings{
|
||||
margin: 5px 10px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-size: 0.88em;
|
||||
color: #6C7680;
|
||||
}
|
||||
|
||||
#credits li, #timings li {
|
||||
display: inline;
|
||||
padding: 0 2px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*<!-- EDITEUR DE TEXTE -->*/
|
||||
textarea {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#message {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
margin: 40px 0 0 0;
|
||||
padding: 5px 0px;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
background: #E6EAF0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#message p{
|
||||
margin: 0;
|
||||
padding: 0 10px 0 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#message div.buttons {
|
||||
font-weight: lighter;
|
||||
padding: 0 0 0 30px;
|
||||
}
|
||||
|
||||
#preview {
|
||||
border: 1px solid #6C7680;
|
||||
padding: 10px 30px 20px 4.5em;
|
||||
width:100%;
|
||||
margin:10px 0 10px -3.5em;
|
||||
background: url(../img/draft.png);
|
||||
}
|
||||
|
||||
/* Collection de hacks à la con pour IE */
|
||||
@media screen {
|
||||
/* * html {
|
||||
overflow: hidden;
|
||||
}
|
||||
/**/
|
||||
/* * html body {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
//padding: 44px 160px 0 1em;
|
||||
font-size: 100%;
|
||||
}
|
||||
/**/
|
||||
/* * html body {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
* html body #page {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/**/
|
||||
* html div#column-one {
|
||||
position: absolute;
|
||||
}
|
||||
/**/
|
||||
* html h1#title
|
||||
{
|
||||
position: absolute;
|
||||
width: expression(document.body.clientWidth);
|
||||
}
|
||||
|
||||
* html div.portlet
|
||||
{
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
}
|
||||
/**/
|
|
@ -37,6 +37,8 @@ h1#title
|
|||
border-bottom: thin solid red;
|
||||
background: url(../img/BarreRouge.png) repeat-x;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {border-color: red}
|
||||
|
||||
|
||||
/*<!-- MENU DE DROITE -->*/
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ h1#title
|
|||
border-bottom: thin solid green;
|
||||
background: url(../img/BarreVerte.png) repeat-x;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {border-color: green}
|
||||
|
||||
/*<!-- MENU DE DROITE -->*/
|
||||
|
||||
|
|
|
@ -46,3 +46,9 @@ a.interwiki img, a.badinterwiki img {
|
|||
#header, #sidebar, #footer, #timings, #credits, #column-one {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#titleBarre h1#title {
|
||||
text-align: center;
|
||||
border: thin black solid;
|
||||
padding:3px;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Copyright (c) 2003 by Juergen Hermann
|
||||
*/
|
||||
/*@import url("crans.css"); */
|
||||
@import url("crans.css");
|
||||
/* @import url("screen.css"); */
|
||||
|
||||
html { line-height: 1.8em; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue