2013-04-18 19:33:46 +02:00
|
|
|
pre#gitdiff {
|
|
|
|
text-align:left;
|
|
|
|
width:80;
|
|
|
|
margin:auto;
|
2013-04-21 16:53:04 +02:00
|
|
|
text-transform:none;
|
2013-04-21 22:14:37 +02:00
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
ul#credits {
|
|
|
|
text-transform:capitalize;
|
2013-04-18 19:33:46 +02:00
|
|
|
}
|
|
|
|
div#main {
|
|
|
|
font-size:18px;
|
2013-04-18 20:20:58 +02:00
|
|
|
text-transform:lowercase;
|
2013-04-18 19:33:46 +02:00
|
|
|
}
|
2013-04-21 16:28:33 +02:00
|
|
|
table {
|
2013-04-18 19:33:46 +02:00
|
|
|
margin:auto;
|
|
|
|
width:80%;
|
|
|
|
}
|
2013-04-21 16:28:33 +02:00
|
|
|
table td {
|
2013-04-18 19:33:46 +02:00
|
|
|
padding:5px;
|
|
|
|
}
|
|
|
|
p.intro {
|
|
|
|
border:1px solid #ccc;
|
|
|
|
padding:20px;
|
|
|
|
border-radius:4px;
|
2013-04-21 22:14:37 +02:00
|
|
|
text-transform:none;
|
2013-04-18 19:33:46 +02:00
|
|
|
}
|
|
|
|
div.progress.open {
|
2013-04-18 20:20:58 +02:00
|
|
|
background-color: #f4fff4;
|
2013-04-18 19:33:46 +02:00
|
|
|
background-image: linear-gradient(to bottom,#f4fff4,#f9fff9);
|
|
|
|
}
|
|
|
|
div.progress {
|
|
|
|
margin-top:auto;
|
|
|
|
margin-bottom:auto;
|
2013-04-19 06:28:03 +02:00
|
|
|
text-align:left;
|
|
|
|
font-size:50%;
|
|
|
|
color:gray;
|
2013-04-21 16:28:33 +02:00
|
|
|
min-width:200px;
|
2013-04-18 19:33:46 +02:00
|
|
|
}
|
|
|
|
div.progress-inner.open {
|
2013-04-18 20:20:58 +02:00
|
|
|
background-color: #3fff3f;
|
2013-04-18 19:33:46 +02:00
|
|
|
background-image: linear-gradient(to bottom,#3fff3f,#7fff7f);
|
2013-04-19 06:28:03 +02:00
|
|
|
float:left;
|
|
|
|
margin-right:2px;
|
2013-04-18 19:33:46 +02:00
|
|
|
}
|
|
|
|
div.progress.closed {
|
2013-04-18 20:20:58 +02:00
|
|
|
background-color: #fff5f5;
|
2013-04-18 19:33:46 +02:00
|
|
|
background-image: linear-gradient(to bottom,#fff5f5,#fff9f9);
|
|
|
|
}
|
|
|
|
div.progress-inner.closed {
|
2013-04-18 20:20:58 +02:00
|
|
|
background-color: #ff3f3f;
|
2013-04-18 19:33:46 +02:00
|
|
|
background-image: linear-gradient(to bottom,#ff3f3f,#ff7f7f);
|
|
|
|
}
|
|
|
|
|
2013-04-19 06:28:03 +02:00
|
|
|
ul {
|
|
|
|
margin-left:0;
|
|
|
|
margin-bottom:5px;
|
2013-04-21 07:06:26 +02:00
|
|
|
font-size:80%;
|
2013-04-19 06:28:03 +02:00
|
|
|
}
|
2013-04-18 19:33:46 +02:00
|
|
|
li {
|
|
|
|
background-image: linear-gradient(to bottom, #f5ebe2, #f5e6d8);
|
|
|
|
border:1px solid #f5dcc5;
|
|
|
|
padding:5px;
|
|
|
|
margin:5px;
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
font-size:80%;
|
|
|
|
}
|
2013-04-21 18:34:26 +02:00
|
|
|
h2 {
|
|
|
|
margin-top:40px;
|
|
|
|
margin-bottom:30px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-top:30px;
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
#translations td {
|
|
|
|
text-transform:none;
|
|
|
|
}
|
2013-04-21 22:14:37 +02:00
|
|
|
p#pullreq {
|
|
|
|
float:right;
|
|
|
|
border-left:1px solid #ccc;
|
|
|
|
border-top:1px solid #ccc;
|
|
|
|
border-top-left-radius:5px;
|
|
|
|
padding:10px;
|
|
|
|
margin:5px;
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
p#revnum {
|
|
|
|
float:left;
|
|
|
|
border-right:1px solid #ccc;
|
|
|
|
border-top:1px solid #ccc;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
margin:5px;
|
|
|
|
padding:10px;
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
2013-04-24 11:27:12 +02:00
|
|
|
p#branch {
|
|
|
|
border-right:1px solid #ccc;
|
|
|
|
border-left:1px solid #ccc;
|
|
|
|
border-bottom:1px solid #ccc;
|
|
|
|
margin:auto;
|
|
|
|
display:inline-block;
|
|
|
|
padding:10px;
|
|
|
|
margin-top:0px;
|
|
|
|
border-bottom-left-radius:5px;
|
|
|
|
border-bottom-right-radius:5px;
|
|
|
|
|
|
|
|
}
|
2013-04-21 22:14:37 +02:00
|
|
|
h2 {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
border-top:1px solid #ccc;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
width:40%;
|
|
|
|
}
|