eoredmine/stylesheets/application.scss

392 lines
7.4 KiB
SCSS

@import url(../../../stylesheets/application.css);
.controller-projects .splitcontentleft {
float: left;
width: 78%;
}
.controller-projects .splitcontentright {
float: right;
width: 20%;
}
@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; background:#f3f3f3;
}
#top-menu {
font-size: 1em;
height: 50px;
padding: 0px;
background: url(../images/header-03.jpeg) no-repeat;
background-size: 100% 500px;
font-family: sans-serif;
line-height: 50px;
border-bottom: 1px solid #888;
}
#top-menu #loggedas {
color: #aaa;
margin: 0;
background-color: black;
padding-left: 2em;
font-size: 10px;
}
#top-menu #account {
margin: 0;
padding-right: 2em;
padding-left: 1em;
height: 50px;
line-height: 50px;
background-color: black;
font-size: 10px;
}
#top-menu a {
color: #000;
font-weight: normal;
text-shadow: 0 0 2px white;
}
#top-menu #account a, #top-menu #loggedas a {
font-weight: normal;
text-shadow: none;
font-size: 10px;
color: #aaa;
}
#top-menu > ul {
padding-left: 1em;
}
#top-menu > ul > li:first-child {
background: url(../images/eo-sansnom.png) 0 5px no-repeat;
background-size: auto 40px;
padding-left: 100px;
}
#top-menu a.help { display: none }
#header {
min-height: auto;
background: #f3f3f3;
}
#header a {
color: #606060;
}
#header h1 {
font-size: 28px;
color: #606060;
font-family: MuseoSlab, sans-serif;
font-weight: normal;
}
#header h1 a.root {
font-size: 75%;
}
#header h1 a.ancestor {
font-size: 75%;
}
#quick-search { margin-right: 6px; }
#quick-search input { float: right; }
#main-menu {
text-color: #404041;
left: 0;
}
#main-menu li {
padding-right: 5px;
}
#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: none;
color: #E0007A;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
background: none;
color: #E0007A;
}
#footer {
font-size: 0.9em;
height: 1.5em;
padding: 2px;
background-color: #636770;
border: 0;
color: #fff;
font-family: sans-serif;
text-align: right;
}
#footer a { color: #fff; font-weight: bold; }
#main { font:Verdana,Tahoma,Arial,sans-serif; background: #f3f3f3; }
#main a { color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content {
width: 80%;
background: #fff;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
border-radius: 8px;
}
#content .tabs ul { bottom:-1px; }
#sidebar {
position: absolute;
left: 82%;
width: 17%;
padding-left: 10px;
}
#sidebar li a {
display: inline-block;
padding: 2px 0;
}
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; }
div.wiki {
clear: both;
}
.wiki h1 {
font-size: 28px;
}
.wiki h2 {
font-size: 24px;
}
.wiki h3 {
font-size: 20px;
}
.wiki h4 {
font-size: 18px;
}
#content a.wiki-anchor {
color: #f0f0f0;
}
#content a.wiki-anchor:hover {
text-decoration: none;
}
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
padding-bottom: 3px;
font-size: 16px;
font-weight: bold;
}
.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; }
#header h1 .breadcrumbs {
display: inline-block;
font-size: 100%;
font-weight: normal;
padding-right: 1ex;
}
p.breadcrumb {
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;
}
div#quick-search a {
display: none;
}
#content .tabs {
margin-bottom: 0;
}
span#attachments_fields input.description {
width: 30em;
}
div.projects-listing {
-webkit-column-width: 20em;
-moz-column-width: 20em;
column-width: 20em;
}
div.projects-listing div.box {
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
display: table;
}
div.wiki img {
max-width: 100%;
}
div.wiki pre {
white-space: pre-wrap;
}
div.issue {
border: 1px solid #ccc;
border-radius: 8px;
padding-left: 8px;
padding-right: 8px;
}
div.issue div.subject h3 {
color: #333
}
pre.format-patch-description {
background: #eee;
padding: 3px 1ex;
max-width: 90ex;
}
table.related-issues td a.status-3:before, /* resolved (to deploy) */
table.related-issues td a.status-4:before { /* solution deployed */
content: "";
}
table.related-issues td a.status-10::after {
content: " (info nécessaire)";
}
table.list.issues tr.status-3 td.id, /* resolved (to deploy) */
table.list.issues tr.closed td.id {
text-decoration: line-through;
}
ul#deployed {
line-height: 150%;
}
ul#deployed li.nok {
display: none;
color: #aaa;
}
ul#deployed li.ok::before {
content: "";
}
ul#deployed li.nok::before {
content: "";
}
body.controller-issues.action-show div#content > div.contextual > a.icon-del {
display: none;
}
div.wiki { /* also used for descriptions and comments */
line-height: 140%;
}
div.wiki hr {
margin: 2em auto;
width: 90%;
}
div.jenkins {
margin: 1em 1em 1em 1.6em;
border: 2px solid #e2e2e2;
padding: 1ex;
background: #fafafa;
}
div.jenkins-SUCCESS {
border-color: #59e364;
}
div.jenkins-FAILURE {
border-color: #e35964;
}
div.journal ul.details {
color: inherit;
}
.project-prod-eo #main-menu li a.new-issue {
display: none;
}