added selectors for index
This commit is contained in:
parent
e2e92abd0f
commit
cda0865203
1 changed files with 20 additions and 1 deletions
|
|
@ -14,6 +14,22 @@ body{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space:nowrap;
|
||||||
|
padding:1px;
|
||||||
|
border:1px;
|
||||||
|
background-color: rgba(1,1,1,1);
|
||||||
|
margin:1px auto;
|
||||||
|
border:0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.hljs {
|
||||||
|
border-color: #0C243B;
|
||||||
|
background: #384c65;
|
||||||
|
}
|
||||||
#top-image{
|
#top-image{
|
||||||
background-image: url("/static/top.png");
|
background-image: url("/static/top.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
|
@ -30,6 +46,8 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*@keyframes fadein{
|
/*@keyframes fadein{
|
||||||
0% { opacity:0; }
|
0% { opacity:0; }
|
||||||
66% { opacity:0; }
|
66% { opacity:0; }
|
||||||
|
|
@ -192,3 +210,4 @@ body{
|
||||||
.active{
|
.active{
|
||||||
background-color:#0071A7;
|
background-color:#0071A7;
|
||||||
}*/
|
}*/
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue