import initial des fichiers cvs (theme crans wiki)

darcs-hash:20060416193527-f46e9-e4a6c994bb9e9a3c67feb572ddb703eaa8f3906d.gz
This commit is contained in:
gdetrez 2006-04-16 21:35:27 +02:00
parent 52b7bc5ec0
commit 177c8dcce7
10 changed files with 2110 additions and 0 deletions

View file

@ -0,0 +1,210 @@
/*<!-- BODY -->*/
body
{
background:white;
padding-top:40px;
padding-right:180px;
}
/*<!-- TITRE -->*/
h1#title
{
color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
float:right;
z-index:5;
position: fixed; /* positionnement */
left: 0;
top: 0;
padding:0 0 0 15px;
margin:0;
height: 40px ;
width:100%;
border-bottom: thin solid blue;
background: url(../img/BarreBleue.png) repeat-x;
text-align:left;
}
h1#title a {
margin: 0;
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%;
margin:0px;
/* texte */
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
text-align:left;
/* couleurs */
background:#eeeeee;
border-left:thin solid #bbbbbb;
}
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, div#column-one ul:before {
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;
}
/* ajout de titres */
div#p-personal ul:before {
content:"Personnel :";
}
div#p-nav ul:before {
content:"Navigation :";
}
div.portlet:after {
content:url(../img/Separator.png);
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;}
#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;
}
div#content{
background-image: url("../img/fond_bde.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
padding-left: 15px;
padding-right: 10px;
}
/*<!-- 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: 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;
}
/* Collection de hacks à la con pour IE */
@media screen {
* html {
overflow-y: hidden;
}
* html body {
overflow-y: auto;
height: 100%;
padding: 44px 160px 0 1em;
font-size: 100%;
}
* html div#column-one {
position: absolute;
}
* html h1#title
{
position: absolute;
width: expression(document.body.clientWidth);
}
* html div.portlet
{
padding-bottom: 1.5em;
}
}

View file

@ -0,0 +1,306 @@
/* common.css - MoinMoin Default Styles
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/
/* content styles */
html {
background-color: black;
color: black;
font-family: sans-serif;
font-size: 0.85em;
line-height: 1.1em;
}
body {
margin: 0;
}
/* Links */
a {color: #5CFF5C;}
a:visited {color: #00FF00;}
a.nonexistent, a.badinterwiki {color: white;}
/* Headings */
h1 {
margin: 0;
padding: 0;
color: white;
font-size: 2em;
font-weight: bold;
line-height: 1.2em;
}
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;
}

View file

@ -0,0 +1,300 @@
/* 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;
}

View file

@ -0,0 +1,310 @@
/* 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');
html {
background-color: white;
color: black;
font-family: sans-serif;
font-size: 0.85em;
line-height: 1.1em;
}
body {
margin: 0;
}
/* Links */
a {color: #0044B3;}
a:visited {color: #597BB3;}
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
{
margin: 0.9em 0 0 0;
padding: 0;
color: black;
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: 1em;}
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: #CCE0FF;
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: #B8C5D9;
border: none;
}
.rcdaybreak td a {
font-size: 0.88em;
}
.rcicon1, .rcicon2 {
text-align: center;
}
.rcpagelink {
width: 33%;
}
.rctime {
font-size: 0.88em;
white-space: nowrap;
}
.rceditor {
white-space: nowrap;
font-size: 0.88em;
}
.rccomment {
width: 66%;
color: gray;
font-size: 0.88em;
}
/* 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;
}

View file

@ -0,0 +1,216 @@
/*<!-- BODY -->*/
body
{
background:white;
padding-top:40px;
padding-right:180px;
}
/*<!-- TITRE -->*/
h1#title
{
color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
float:right;
z-index:5;
position: fixed; /* positionnement */
left: 0;
top: 0;
padding:5px 0 0 15px;
margin:0;
height: 35px ;
width:100%;
border-bottom: thin solid orange;
background: url(../img/BarreOrange.png) repeat-x;
text-align:left;
}
h1#title a {
margin: 0;
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%;
margin:0px;
/* texte */
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
text-align:left;
/* couleurs */
background:#eeeeee;
border-left:thin solid #bbbbbb;
}
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, div#column-one ul:before {
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;
}
/* ajout de titres */
div#p-personal ul:before {
content:"Personnel :";
}
div#p-nav ul:before {
content:"Navigation :";
}
div.portlet:after {
content:url(../img/Separator.png);
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;}
#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;
}
div#content{
background-image: url("../img/fond.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
padding-left: 15px;
padding-right: 10px;
}
/*<!-- 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: 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 30px;
background: url(../img/draft.png);
}
/* Collection de hacks à la con pour IE */
@media screen {
* html {
overflow-y: hidden;
}
* html body {
overflow-y: auto;
height: 100%;
padding: 44px 160px 0 1em;
font-size: 100%;
}
* html div#column-one {
position: absolute;
}
* html h1#title
{
position: absolute;
width: expression(document.body.clientWidth);
}
* html div.portlet
{
padding-bottom: 1.5em;
}
}

View file

@ -0,0 +1,214 @@
/*<!-- BODY -->*/
body
{
background:black;
padding-top:40px;
padding-right:180px;
color:white;
}
/*<!-- TITRE -->*/
h1#title
{
color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
float:right;
z-index:5;
position: fixed; /* positionnement */
left: 0;
top: 0;
padding:0 0 0 15px;
margin:0;
height: 40px ;
width:100%;
border-bottom: thin solid red;
background: url(../img/BarreRouge.png) repeat-x;
text-align:left;
}
h1#title a {
margin: 0;
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%;
margin:0px;
/* texte */
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
text-align:left;
/* couleurs */
background:#222222;
border-left:thin solid #bbbbbb;
}
div#column-one li a {
margin:2px;
text-decoration:none;
color:#aaaaaa;
}
div#column-one li a:hover {
text-decoration:underline;
}
div#p-logo {
display:none;
}
/* titres */
div#column-one h5, div#column-one ul:before {
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;
}
/* ajout de titres */
div#p-personal ul:before {
content:"Personnel :";
}
div#p-nav ul:before {
content:"Navigation :";
}
div.portlet:after {
content:url(../img/Separator.png);
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;}
#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;
}
div#content{
background-image: url("../img/fond_ensanime.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
padding-left: 15px;
padding-right: 10px;
}
/*<!-- EDITEUR DE TEXTE -->*/
textarea {
width: 95%;
}
.diff {
width:99%;
}
.diff-header {
font-weight: bold;
}
.diff-title {
background-color: #444444;
}
.diff-added {
background-color: #444444;
vertical-align: sub;
}
.diff-removed {
background-color: #444444;
vertical-align: sub;
}
.diff-added span {
background-color: #CC0000;
color:black;
}
.diff-removed span {
background-color: #AAAAAA;
color:black;
}
#message {
clear: both;
width: 100%;
margin: 0;
padding: 5px 0px;
border-bottom: 1px solid #c9c9c9;
background: #E6EAF0;
font-size: 0.9em;
color:black;
}
#message p{
margin: 0;
padding: 0 10px 0 20px;
font-weight: bold;
}
#message div.buttons {
font-weight: lighter;
padding: 0 0 0 30px;
}
/* Collection de hacks à la con pour IE */
@media screen {
* html {
overflow-y: hidden;
}
* html body {
overflow-y: auto;
height: 100%;
padding: 44px 160px 0 1em;
font-size: 100%;
}
* html div#column-one {
position: absolute;
}
* html h1#title
{
position: absolute;
width: expression(document.body.clientWidth);
}
* html div.portlet
{
padding-bottom: 1.5em;
}
}

View file

@ -0,0 +1,214 @@
/*<!-- BODY -->*/
body
{
background:black;
padding-top:40px;
padding-right:180px;
color:white;
}
/*<!-- TITRE -->*/
h1#title
{
color:white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
float:right;
z-index:5;
position: fixed; /* positionnement */
left: 0;
top: 0;
padding:0 0 0 15px;
margin:0;
height: 40px ;
width:100%;
border-bottom: thin solid green;
background: url(../img/BarreVerte.png) repeat-x;
text-align:left;
}
h1#title a {
margin: 0;
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%;
margin:0px;
/* texte */
font: 0.9em "Trebuchet MS", helvetica, sans-serif;
text-align:left;
/* couleurs */
background:#222222;
border-left:thin solid #bbbbbb;
}
div#column-one li a {
margin:2px;
text-decoration:none;
color:#aaaaaa;
}
div#column-one li a:hover {
text-decoration:underline;
}
div#p-logo {
display:none;
}
/* titres */
div#column-one h5, div#column-one ul:before {
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;
}
/* ajout de titres */
div#p-personal ul:before {
content:"Personnel :";
}
div#p-nav ul:before {
content:"Navigation :";
}
div.portlet:after {
content:url(../img/Separator.png);
margin:2px;
text-decoration:none;
font-size:1em;
font-weight:bold;}
#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;
}
div#content{
background-image: url("../img/fond_movieclub.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
padding-left: 15px;
padding-right: 10px;
}
/*<!-- EDITEUR DE TEXTE -->*/
textarea {
width: 95%;
}
.diff {
width:99%;
}
.diff-header {
font-weight: bold;
}
.diff-title {
background-color: #444444;
}
.diff-added {
background-color: #444444;
vertical-align: sub;
}
.diff-removed {
background-color: #444444;
vertical-align: sub;
}
.diff-added span {
background-color: #00CC00;
color:black;
}
.diff-removed span {
background-color: #AAAAAA;
color:black;
}
#message {
clear: both;
width: 100%;
margin: 0;
padding: 5px 0px;
border-bottom: 1px solid #c9c9c9;
background: #E6EAF0;
font-size: 0.9em;
color:black;
}
#message p{
margin: 0;
padding: 0 10px 0 20px;
font-weight: bold;
}
#message div.buttons {
font-weight: lighter;
padding: 0 0 0 30px;
}
/* Collection de hacks à la con pour IE */
@media screen {
* html {
overflow-y: hidden;
}
* html body {
overflow-y: auto;
height: 100%;
padding: 44px 160px 0 1em;
font-size: 100%;
}
* html div#column-one {
position: absolute;
}
* html h1#title
{
position: absolute;
width: expression(document.body.clientWidth);
}
* html div.portlet
{
padding-bottom: 1.5em;
}
}

View file

@ -0,0 +1,48 @@
/* print.css - MoinMoin Default Styles
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/
/* content styles */
html {
font-family: Times, serif;
font-size: 12pt;
}
body {
/* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
margin: 1.5cm;
}
a, a:visited, a.nonexistent, a.badinterwiki {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
pre {
font-size: 10pt;
}
a.interwiki:before, a.badinterwiki:before {
content: attr(title) ":";
}
a.interwiki img, a.badinterwiki img {
display: none;
}
.footnotes div {
width: 5em;
border-top: 1pt solid gray;
}
/* user interface styles */
#header, #sidebar, #footer, #timings, #credits {
display: none;
}

View file

@ -0,0 +1,90 @@
/* projection.css - MoinMoin Slide Styles
Copyright (c) 2003 by Juergen Hermann
*/
@import url("crans.css");
/* @import url("screen.css"); */
html { line-height: 1.8em; }
#page {
margin: 0;
padding: 0;
border: none;
z-index: 1;
padding-bottom: 1em;
}
#content {
padding: 1em;
}
body, b, em, a, span, div, p, td { font-size: 22pt; }
h1 {
font-size: 16pt;
margin: 0;
background: #81BBF2;
}
h2 {
font-size: 32pt;
margin-top: 0.5em;
padding-left: 1em;
padding-right: 1em;
border-bottom: 4px solid blue;
}
h3 { font-size: 22pt; }
h4 { font-size: 20pt; }
h5 { font-size: 18pt; }
h6 { font-size: 16pt; }
tt,pre { font-size: 18pt; }
sup, sub { font-size: 14pt; }
#pageinfo {
display: none;
}
#timings{
display: none;
}
#navigation {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 0;
border-top: 1px dotted #808080;
color: #808080;
font-size: 10pt;
z-index: 2;
background: White;
}
#navigation ul {
margin: 8pt;
text-align: center;
}
#navigation a {
text-decoration: none;
}
#navigation li {
display: inline;
text-align: center;
margin: 0 2pt;
padding: 0;
}
#navigation li.current {
border: 1pt solid #808080;
padding: 2pt 4pt;
}
.codenumbers{
display: None;
}

View file

@ -0,0 +1,202 @@
/*
Right-to-left fixes for MonoBook.
Places sidebar on right, tweaks various alignment issues.
Works mostly ok nicely on Safari 1.2.1; fine in Mozilla.
Safari bugs (1.2.1):
* Tabs are still appearing in left-to-right order. (Try after localizing)
Opera bugs (7.23 linux):
* Some bits of ltr text (sidebar box titles) have forward and backward versions overlapping each other
IE/mac bugs:
* The thing barfs on Hebrew and Arabic anyway, so no point testing.
Missing features due to lack of support:
* external link icons, icon next to user name
To test:
* Opera6
* IE 5.0
* etc
*/
body,
body * {
direction: rtl;
/* unicode-bidi: bidi-override;*/
unicode-bidi: embed;
}
#column-content {
margin: 0 -12.2em 0 0;
float: left;
}
#column-content #page{
margin-left: 0;
margin-right: 12.2em;
border-right: 1px solid #aaaaaa;
border-left: none;
}
html>body .portlet {
float: right;
clear: right;
}
/* recover IEMac (might be fine with the float, but usually it's close to IE */
*>body .portlet {
float: none;
clear: none;
}
.pBody {
padding-right: 0.8em;
padding-left: 0.5em;
}
/* Fix alignment */
.documentByLine,
.portletDetails,
.portletMore,
#p-personal {
text-align: left;
}
div div.thumbcaption {
text-align: right;
}
div.magnify,
#div.townBox,
#p-logo {
left: auto;
right: 0;
}
#p-personal {
left: auto;
right: 0;
}
#p-cactions {
left: auto;
right: 11.5em;
padding-left: 0;
padding-right: 1em;
}
#p-cactions li {
margin-left: 0.3em;
margin-right: 0;
float: right;
}
* html #p-cactions li a {
display: block;
padding-bottom: 0;
}
* html #p-cactions li a:hover {
padding-bottom: 0.2em;
}
/* offsets to distinguish the tab groups */
li#ca-talk {
margin-right: auto;
margin-left: 1.6em;
}
li#ca-watch,li#ca-unwatch {
margin-right: 1.6em !important;
}
/* Fix margins */
/* top right bottom left */
ul {
margin-left: 0;
margin-right: 1.5em;
}
ol {
margin-left: 0;
margin-right: 2.4em;
}
dd {
margin-left: 0;
margin-right: 1.6em;
}
#contentSub {
margin-right: 1em;
margin-left: 0;
}
.tocindent {
margin-left: 0;
margin-right: 2em;
}
div.tright {
clear: none;
}
div.tleft {
clear: left;
}
div.floatright, table.floatright {
clear: none;
}
div.floatleft, table.floatleft {
clear: left;
}
div.townBox {
margin-left: 0;
margin-right: 1em;
}
div.townBox dl dd {
margin-left: 0;
margin-right: 1.1em;
}
#p-personal li {
margin-left: 0;
margin-right: 1em;
}
li#ca-talk,
li#ca-watch {
margin-right: auto;
margin-left: 1.6em;
}
#p-personal li {
float: left;
}
/* Fix link icons */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: none;
padding-left: 0;
}
.external {
padding: 0 !important;
background: none !important;
}
#footer {
clear: both;
}
* html #footer {
margin-left: 0;
margin-right: 13.6em;
border-left: 0;
border-right: 1px solid #fabd23;
}
* html #column-content {
float: none;
margin-left: 0;
margin-right: 0;
}
* html #column-content #content {
margin-left: 0;
margin-top: 3em;
}
* html #column-one { right: 0; }
/* js pref toc */
#preftoc { float: right; }
/* workaround for moz bug, displayed bullets on left side */
#preftoc li { list-style: none; }
#prefcontrol { float: right; }
fieldset.prefsection,
fieldset.operaprefsection {
margin-left: 0 !important;
margin-right: 15em;
}