You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
597 B
34 lines
597 B
* { |
|
background: none !important; |
|
color: #333 !important; |
|
} |
|
|
|
h1,h2,h3,h4,h5,h6 { |
|
color: #7c334f !important; |
|
} |
|
|
|
a { |
|
color: #417090 !important; |
|
} |
|
|
|
#main_content > .header-level-1:first-child, |
|
#main_content > .header-level-2:first-child, |
|
#main_content > .header-level-3:first-child, |
|
#main_content > .header-level-4:first-child, |
|
#main_content > .header-level-5:first-child, |
|
#main_content > .header-level-6:first-child { |
|
margin-top: 10px !important; |
|
} |
|
|
|
#forkme_banner, |
|
#downloads, |
|
.left-tail, |
|
.right-tail |
|
{ |
|
display: none !important; |
|
|
|
} |
|
|
|
.ribbon-inner,.ribbon-outer { |
|
border: 0 !important; |
|
}
|
|
|