Files
gitx/html/views/history/history.css
T
Nathan Kinsinger 9689c430ef Clean up the commit file list
- remove the underline from file names (makes them easier to read)
    - add icons to replace the file modification buttons (icons by Nathan Kinsinger)
2010-03-13 22:15:40 -07:00

194 lines
2.2 KiB
CSS

body {
font-family: 'Lucida Grande';
}
#commit_header {
width: 100%;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
}
#authorTable {
margin: -4px;
}
#rightcontent {
float: right;
margin: 5px;
}
#buttons {
float: left;
}
#gist {
-webkit-appearance: button;
font: 13px bold 'Lucida Grande';
width: 80px;
height: 23px;
margin-right: 5px;
}
.gravatar {
padding: 0.1em;
border: solid gray 1px;
-webkit-border-radius: 2px;
}
.gravatar img {
width: 2.9em;
height: 2.9em;
max-height: 60px;
max-width: 60px;
}
.property_name {
width: 6em;
color:#7F7F7F;
text-align: right;
font-weight: bold;
}
#message_files {
margin: 5px;
padding-left: 1em;
width: auto;
}
#message {
font-family: Menlo, Monaco;
white-space: pre-wrap;
padding-top: 10px;
}
#files {
margin-top: 1em;
margin-left: 0.5em;
}
#files a {
color: #666666;
text-decoration: none;
}
#files a:hover {
color: #4444ff;
border-bottom: 1px solid #4444ff;
}
#files img {
float: left;
margin-right: 0.5em;
margin-top: 1px;
}
#files p {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.clear_both {
clear:both;
display:block;
height:1px;
line-height:0;
margin:1em;
visibility:hidden;
}
#details {
font-family: Monaco;
font-size: 10px;
overflow: hidden;
width: 600px;
}
hr {
border: 0;
height: 1px;
margin: 0 8px;
background-color: #DEDEDE;
clear: both;
}
a {
color: rgb(20, 79, 174);
}
a.showdiff {
text-decoration: none;
font-size: 1.3em;
}
.refs {
font-size: 9px;
font-family: Helvetica;
border: 1px solid black;
margin-right: 5px;
padding: 1px 3px 1px 3px;
-webkit-border-radius: 2px;
}
.refs.head {
background-color: #aaf254;
}
.refs.remote {
background-color: #b2dfff;
}
.refs.tag {
background-color: #fced4f;
}
.refs.currentBranch {
background-color: #fca64f;
}
/*
div.button
{
color: #666666;
font-size: 60%;
text-align: center;
width: 70px;
margin-right: 10px;
padding: 2px;
float: left;
clear: both;
border: 1px solid;
-webkit-border-radius: 3px;
}
div.created
{
background-color: #ccffcc;
border-color: #66ff66;
}
div.changed
{
background-color: #ffcc99;
border-color: #ff9933;
}
div.deleted
{
background-color: #ffcccc;
border-color: #ff6666;
}
div.renamed
{
// No colour needed right now.
}
*/