major changes
This commit is contained in:
@@ -17,18 +17,18 @@ h1.title {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#page-content h1, #page-content h2 {
|
||||
#article_content h1,#article_content h2, #page-content h1, #page-content h2 {
|
||||
padding: 0.2em 0.5em;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
}
|
||||
#page-content h1{
|
||||
#article_content h1,#page-content h1{
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
}
|
||||
#page-content h1 a{
|
||||
#article_content h1 a,#page-content h1 a{
|
||||
color:white;
|
||||
}
|
||||
#page-content h2{
|
||||
#article_content h2,#page-content h2{
|
||||
background-color: rgba(0,0,0,0.65);
|
||||
|
||||
}
|
||||
@@ -248,7 +248,7 @@ td.code {
|
||||
}
|
||||
|
||||
|
||||
.panel, #page-content{
|
||||
.panel, #article_content, #page-content{
|
||||
background-color: rgba(183, 183, 183, 0.3);
|
||||
border-radius:0.3em 0.3em 0 0;
|
||||
|
||||
@@ -282,7 +282,7 @@ ul.pagination li {
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
#page-content {
|
||||
#article_content, #page-content {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
/*background-color: #2c3e6e;*/
|
||||
@@ -295,12 +295,12 @@ ul.pagination li {
|
||||
/*color: #E1FFFF;*/
|
||||
/*}*/
|
||||
|
||||
#page-content .header {
|
||||
##article_content .header, page-content .header {
|
||||
border-bottom: 0.1em dotted black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#page-content .content {
|
||||
##article_content .content, page-content .content {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user