initialize repository

This commit is contained in:
Frédéric Péters 2011-12-17 21:03:08 +01:00
commit d441a13118
11 changed files with 187 additions and 0 deletions

BIN
images/data.gouv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/eo-sansnom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
images/eo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
images/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

BIN
images/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

BIN
images/projects.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

BIN
images/top_initiative.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
images/wrench.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

BIN
stylesheets/Museo_Slab.otf Normal file

Binary file not shown.

187
stylesheets/application.css Normal file
View File

@ -0,0 +1,187 @@
@import url(../../../stylesheets/application.css);
@font-face {
font-family: 'Museo500';
src: url(Museo500-Regular.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab';
src: url(Museo_Slab.otf);
font-weight: normal;
font-style: normal;
}
body {
color:#303030; font-size: 0.9em; background:#e8eaec;
}
#top-menu {
font-size: 0.9em;
height: 1.5em;
padding-top: 0.2em;
background-color: #636770; /* #578bb8; */
font-family: MuseoSlab, sans-serif;
}
#top-menu a { font-weight: normal; }
#top-menu a.my-page, #top-menu a.help { display: none }
#header {
color: white;
height:100px;
background: white url(../images/eo-sansnom.png) no-repeat 2px 2px;
/* border-bottom: 1px solid #E4E4E4; */
}
#header a {
color: #606060;
}
#header h1 {
margin-left: 170px;
margin-top: 18px;
font-size: 240%;
color: #606060;
font-family: MuseoSlab, sans-serif;
font-weight: normal;
}
#quick-search { margin-right: 6px; }
#main-menu {
background-color: white; /* #578bb8; */
text-color: #404041;
left: 0;
/* border-top: 1px solid #636770; */
width: 100%;
}
#main-menu li {
margin: 0;
padding: 0;
}
#main-menu li a:after {
content: " /";
color: #404041;
}
#main-menu li a {
color: #404041;
padding: 4px 8px 4px 8px;
font-weight: normal;
font-family: MuseoSlab, sans-serif;
}
#main-menu li a:hover {
background-color: white;
color: #E0007A;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
background-color: white;
color: #E0007A;
}
#footer { background-color: #578bb8; border: 0; color: #fff; font-family: MuseoSlab, sans-serif; text-align: right;}
#footer a { color: #fff; font-weight: bold; }
#main { font:Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
/* #main a { font-weight: bold; color: #467aa7;} */
#main a { color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content {
width: 80%;
background: #fff;
}
#content .tabs ul { bottom:-1px; }
#sidebar {
width: 18%;
}
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
font-weight: normal;
border-bottom: 0px;
color:#606060;
font-family: MuseoSlab, sans-serif;
}
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
background-position: 0% 40%;
background-repeat: no-repeat;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 3px;
}
#top-menu a.home { background-image: url(../images/home.png); }
#top-menu a.my-page { background-image: url(../../../images/user.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
#top-menu a.administration { background-image: url(../images/wrench.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }
.bgl {
height: 22px;
}
.redmine {
float: left;
padding-left: 10px;
}
.regardscitoyens {
float: right;
font-weight: bold;
}
.regardscitoyens a {
padding-left: 25px;
margin-right: 10px;
text-align: left;
font-family: Arial;
color: #000;
background: url("../images/top_initiative.png") no-repeat 0px -35px;
}
.RC {
font-size: 1.1em;
}
/* Regular table */
tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
tr.odd.priority-5 { background: #ffc4c4; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
tr.even.priority-5 { background: #ffd4d4; }
tr.priority-5 a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
tr.odd.priority-4 { background: #ffc4c4; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
tr.even.priority-4 { background: #ffd4d4; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
tr.odd.priority-3 { background: #fee; }
tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
tr.even.priority-3 { background: #fff2f2; }
tr.priority-3 a { color: #900; }
tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
tr.odd.priority-1 { background: #eaf7ff; }
tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
tr.even.priority-1 { background: #f2faff; }
tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
p.breadcrumb {
background-color:#EEEEEE;
border-bottom:1px solid white;
font-size:0.9em;
margin:-6px -10px 6px;
padding:6px;
text-indent:15px;
}
table.messages tr.message td {
padding-top: 0.7em;
}