mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
86 lines
1.1 KiB
CSS
86 lines
1.1 KiB
CSS
#commit_header {
|
|
width: 100%;
|
|
font-family: Helvetica;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#gistie {
|
|
float: right;
|
|
margin-right: 100px;
|
|
color: rgb(20, 79, 174);
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#notification {
|
|
width: 80%;
|
|
margin: auto;
|
|
border: 1px solid #A8A159;
|
|
background-color: #FFF487;
|
|
font-size: 140%;
|
|
padding: 10px;
|
|
}
|
|
|
|
#notification img {
|
|
vertical-align: bottom;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.property_name {
|
|
width: 50px;
|
|
color:#7F7F7F;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#message {
|
|
font-family: Helvetica;
|
|
margin-left: 0px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#details {
|
|
font-family: Monaco;
|
|
font-size: 10px;
|
|
overflow: hidden;
|
|
width: 600px;
|
|
}
|
|
hr {
|
|
border: 0;
|
|
height: 1px;
|
|
width: 80%;
|
|
background-color: #999;
|
|
}
|
|
|
|
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 {
|
|
font-weight: bold;
|
|
} |