Changeset 9212 for src/django_gheat/website/static/style.css
- Timestamp:
- May 23, 2011, 5:58:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/style.css
r9211 r9212 42 42 #menu{ 43 43 width:100%-10px; 44 height:20px; 44 45 background-color:#BA0000; 45 46 padding-left:5px; … … 61 62 padding:5px; 62 63 } 64 65 #filters_text{ 66 height:100%; 67 width:570px; 68 overflow:hidden; 69 float:left; 70 } 71 72 #filters_list{ 73 padding:5px; 74 width:200px; 75 border-left: 1px solid #BA0000; 76 float:right; 77 margin-bottom:5px; 78 } 63 79 64 80 h1{ 65 81 color:#C20000; 66 //text-align:right;67 margin-right:15px;68 border-bottom:1px solid #C20000;69 82 } 70 83 71 84 A:link{ 72 color:# 000;85 color:#FFF; 73 86 } 74 87 75 88 A:visited{ 76 color:# E3E3E3;89 color:#FFF; 77 90 } 78 91 79 92 A:active{ 80 color:# E3E3E3;93 color:#FFF; 81 94 } 82 95 83 96 A:hover{ 84 color:# B8B8B8;97 color:#DDD; 85 98 }
Note:
See TracChangeset
for help on using the changeset viewer.