templates/static/tmf.css @ a57391bb42d7
Fix file extension for wiki links from summary page.
author |
Chris Eldredge <chris.eldredge@gmail.com> |
date |
Mon, 24 Sep 2012 20:56:45 +0100 |
parents |
9f988c0996e4 |
children |
8015c328ad2a |
* {
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
}
body {
background: #f6f6f6;
background: url("/static/absurd.png");
margin-top: 0;
margin-bottom: 0;
}
a {
color: #4183C4;
}
div#top {
background: linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
box-shadow: 0 0 10px #555555;
-moz-box-shadow: 0 0 10px #555555;
-webkit-box-shadow: 0 0 10px #555555;
line-height: 45px;
padding: 0 50px;
margin: 0 -50px 10px -50px;
}
div#top span {
color: #fff;
font-size: 20px;
font-weight: bold;
}
div#top .hg {
display: inline-block;
background: #aaa;
line-height: 35px;
width: 40px;
text-align: center;
border: 1px solid #fff;
text-shadow: 0 1px 1px #444
}
div#container {
background: transparent;
padding-bottom: 0;
}
div.page-header {
background: transparent;
border: none;
padding: 20px 0;
margin: 0;
}
div.page-header h1 {
color: #4e8ab2;
}
div.page-header h1 a {
color: #4183C4;
}
div.page-header dl.search {
display: none;
}
div.page-header .filename {
display: block;
font-size: 24px;
font-weight: bold;
}
div.page-header .repo {
}
ul.page-nav {
width: 100%;
background: linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
border-color: #EAEAEA #EAEAEA #CACACA;
border-style: solid;
border-width: 1px;
border-radius: 3px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-radius: 3px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 3px;
-moz-border-bottom-left-radius: 0;
-moz-border-bottom-right-radius: 0;
}
ul.page-nav li.current {
background: none;
}
ul.page-nav li {
display: table-cell;
margin: 0;
width: 11.1111%;
line-height: inherit;
height: auto;
}
ul.page-nav li a,
ul.page-nav li.current {
background: none;
display: block;
height: 100%;
border-bottom: 2px solid #DADADA;
border-left: 1px solid rgba(255, 255, 255, 0.7);
border-right: 1px solid rgba(0, 0, 0, 0.04);
color: #777777;
font-size: 12px;
font-weight: bold;
line-height: 35px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 white;
}
ul.page-nav li a:hover {
background: linear-gradient(#FAFBFD, #DCE6EF) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(#FAFBFD, #DCE6EF) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(#FAFBFD, #DCE6EF) repeat scroll 0 0 transparent;
border-bottom: 2px solid #CFDCE8;
color: #4183C4;
}
ul.page-nav li.current,
ul.page-nav li.current:hover {
border-bottom-color: #D26911;
}
ul.page-nav li:last-child a {
border-right: none;
}
div.page-content {
background: #fff;
padding: 20px 10px;
border: 2px solid #efefef;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
-moz-border-top-left-radius: 3px;
-moz-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}
div.page-content .full-width {
margin-left: -10px;
margin-right: -10px;
}
h2.no-link.no-border {
margin-top: 0;
box-shadow: 0 2px 2px 0px #bbb;
-moz-box-shadow: 0 2px 2px 0px #bbb;
-webkit-box-shadow: 0 2px 2px 0px #bbb;
}
table.overview {
border: 1px solid #F8F8F8;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
table.overview td {
background: #F8F8F8;
border-bottom: 1px solid #EEEEEE;
vertical-align: middle;
}
table.overview td.overview-heading {
font-weight: bold;
}
table.overview tr.last td {
border: none;
}
table.short-log-entries tr.parity0 {
background: #fcfcfc;
}
table.short-log-entries tr.parity1{
background: #E2EAEE;
}
table.short-log-entries .rev-link {
font-weight: bold;
font-size: 14px;
color: #000;
}
table.short-log-entries .author {
color: #000;
font-size: 13px;
}
table.short-log-entries .age {
font-size: 12px;
color: #888;
}
table.short-log-entries .changeset-and-files {
text-align: right;
}
table.short-log-entries .changeset-and-files a {
color: #777;
font-weight: bold;
}
table.short-log-entries .changeset-and-files a:hover {
color: #4183c4
}
span.logtags span {
font-weight: bold;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
span.logtags span.branchtag {
background: #4183C4;
border: 1px solid #4183C4;
color: #fff;
text-shadow: 0 1px 0 #444;
}
span.logtags span.tagtag {
background: #FCFCE2;
border: 1px solid #FFEE00;
color: #666;
text-shadow: 0 1px 0 white;
}
span.logtags span.inbranchtag {
background: #D5DDE6;
border: 1px solid #babef2;
color: #444;
text-shadow: 0 1px 0 white;
}
div#readme {
border: none;
margin: 0;
}