Created
March 21, 2012 18:44
-
-
Save jhsu/2151057 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* for domain: projects.amsapps.com */ | |
#wrapper2{ | |
overflow: hidden; | |
} | |
#sidebar, #main { | |
background: #E5EEF5; | |
} | |
#top-menu { | |
display:none; | |
} | |
#header { | |
height: auto; | |
} | |
#main-menu { | |
overflow: auto; | |
position: relative; | |
} | |
#main-menu li a { | |
font-size: 16px; | |
padding: 6px 10px; | |
font-weight: normal; | |
letter-spacing: 1px; | |
} | |
#main-menu li a.selected,#main-menu li a:hover { | |
} | |
#quick-search { float: none; } | |
#quick-search a {display: none; } | |
h1 { | |
} | |
.wiki h1 { | |
text-shadow: none; | |
} | |
h2 { | |
font-size: 22px; | |
color: #262626; | |
font-style: italic; | |
padding: 5px 0 0 0; | |
} | |
h3 { | |
font-size: 20px; | |
color: #262626; | |
} | |
#history h3 { | |
font-style: italic; | |
padding: 5px 0 0 0; | |
} | |
#sidebar h3 { | |
margin-top: 14px; | |
padding: 5px 10px; | |
font-size: 17px; | |
color: #fff; | |
font-style: italic; | |
width: 100%; | |
background: #b8d2e7; | |
border-left: 5px solid #c5ddf0; | |
box-shadow: 0px 1px 1px #8b9fb2; | |
} | |
#sidebar a { | |
font-size: 12px; | |
line-height: 17px; | |
color: #367db4; | |
} | |
hr { | |
background: #B2CBD9; | |
} | |
table.attributes { | |
background-color: #ececec; | |
border: none ; | |
} | |
div.issue { | |
border-radius: 4px; | |
background: #ececec; | |
border: 1px solid #d9e1e8; | |
} | |
input[type=checkbox] { | |
cursor: pointer; | |
} | |
tr.issue td { | |
padding: 4px 6px; | |
} | |
tr.issue td.subject { | |
padding: 0; | |
} | |
tr.issue .subject a { | |
display: block; | |
height: 100%; | |
padding: 4px 6px; | |
} | |
tr.issue .subject a:hover { | |
background: #fff; | |
} | |
.issue .status { | |
color: green; | |
} | |
tr.group td { | |
font-size: 18px; | |
font-weight: normal; | |
} | |
tr.open span.expander { | |
background-repeat: no-repeat; | |
} | |
.contextual { | |
border-radius: 4px; | |
background-image: -webkit-linear-gradient(top, #f8fbff, #ebf5ff); | |
padding: 2px 4px; | |
margin: 4px; | |
} | |
.contextual:hover { | |
} | |
.journal { | |
font-family: Ubuntu mono,monospace; | |
font-size: 16px; | |
} | |
table.progress { | |
border-radius: 4px; | |
border: 1px solid #333; | |
} | |
table.progress td.closed { | |
background-color: steelblue; | |
} | |
table.progress td.todo { | |
background-color: #fff; | |
} | |
td.priority { | |
font-weight: bold; | |
} | |
thead tr, thead th{ | |
background: #dce6f3 !important; | |
color: #313131; | |
border: 1px solid #bfcad9; | |
} | |
tr.odd, tr.even { | |
background: #ececec; | |
} | |
tr { | |
height: 15px !important; | |
vertical-align: middle !important; | |
border-spacing: 5px; | |
} | |
.box { | |
background-image: -webkit-linear-gradient(top, #f8fbff, #ebf5ff); | |
border-radius: 4px; | |
border: none ; | |
padding: 10px; | |
margin-bottom: 10px; | |
border: 1px solid #d2d8e1; | |
} | |
.box p { | |
line-height: 20px; | |
} | |
ul.toc { | |
background-image: -webkit-linear-gradient(top, #f8fbff, #ebf5ff); | |
border: 1px solid #e5eaf3 !important; | |
font-size: 110%; | |
font-style: italic; | |
padding: 10px; | |
} | |
#footer { | |
background-image: -webkit-linear-gradient(top, #ABC8E2, #a4c1dc); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment