-
Notifications
You must be signed in to change notification settings - Fork 29
/
gitstyle.css
38 lines (38 loc) · 2.95 KB
/
gitstyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#gitbody { margin: 10px; border-top: dashed 1px #3B3B3B; border-bottom: dashed 1px #3B3B3B; font-family: sans-serif; font-size: 12px; padding: 10px; }
a { color: #336699; }
a:hover { color: #6699CC; }
div.githead { margin: 0px; padding: 10px; border: 1px solid #AAAAAA; background-color: #E3E3E3; font-weight: bold; font-size: 18px; color: #000000; }
div.gittitle { margin: 0px; margin-top: 20px; padding: 10px 0px 10px 0px; font-weight: bold; font-size: 16px; color: #3B3B3B; }
div.gitfooter { padding: 7px 2px 2px 2px; text-align: right; border-top: solid 5px #E3E3E3; margin-top: 25px; }
div.imgtable th { text-align: left; padding: 0px 0px 0px 9px; border: 0px; }
div.imgtable td { padding: 0px 0px 0px 9px; border: 0px; }
div.git-home > table { border: 1px solid #E3E3E3; padding: 10px; }
div.git-home > table th { text-align: left; padding: 2px 9px 2px 9px; border: 1px solid #E4E4E4; }
div.git-home > table td { padding: 2px 9px 2px 9px; border: 1px solid #E4E4E4; }
div.optiontable table { padding: 0px 7px 0px 7px; border: 0px; font-size: 12px; table-layout: fixed; padding: 5px; line-height: 36px; border-spacing: 0px; width: 100%; vertical-align: middle; }
div.optiontable tr:hover { border-width: 1px; }
div.optiontable .descol { text-align: right; width: 30%; }
div.optiontable .valcol { text-align: left; width: 70%; }
div.optiontable img { vertical-align: middle; }
div.imgtable table { padding: 10px 17px 10px 10px; border: 1px solid #E4E4E4; font-size: 1px; table-layout: auto; margin-top: 25px; }
div.imgtable tags { color: #009900; background-color: #FFFF00; padding: 3px 0px; }
div.imgtable branches { color: #CC6600; background-color: #99FF99; padding: 3px 0px; }
div.imgtable img { border: 0px; display: block; }
div.imgtable .inl img { border: 0px; display: inline; }
div.imgtable .inl td { height: auto; vertical-align: middle; font-size: 2px; line-height: 3px; }
div.imgtable tr { height: auto; vertical-align: middle; font-size: 9px; /*line-height: 15px;*/ }
div#git-help > table td { padding: 5px 5px 5px 12px; }
div#git-description > table td { padding: 5px 5px 5px 12px; }
div#git-description > table { margin-top: 15px; }
div.gitbrowse > table td { padding: 5px 5px 5px 25px; }
img#image_blob { max-width: 600px; height: auto; }
img#image_blob { max-height: 600px; width: auto; }
span.strong { font-weight: bold; }
tr:hover { background-color: #FFFFE1; }
div.gitbrowse a.blob { text-decoration: none; }
div.gitcode { padding: 10px; }
div.gitspacer { padding: 1px 0px 0px 0px; background-color: #FFFFFF; }
div.gitbrowse a.blob:hover { text-decoration: underline; }
a.gitbrowse:hover { text-decoration: underline; color: #880000; }
a.rss_logo { float: left; padding: 3px 0px; width: 35px; line-height: 10px; margin: 2px 5px 5px 5px; border: 1px solid; border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e; color: #ffffff; background-color: #ff6600; font-weight: bold; font-family: sans-serif; font-size: 10px; text-align: center; text-decoration: none; }
a.rss_logo:hover { background-color:#ee5500; }