mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Copied nature.css from master
This commit is contained in:
parent
e55dd27d52
commit
c4a9acc759
1 changed files with 63 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ div.footer {
|
|||
padding: 13px 0;
|
||||
text-align: center;
|
||||
font-size: 75%;
|
||||
max-width:1080px;
|
||||
}
|
||||
|
||||
div.footer a {
|
||||
|
|
@ -69,6 +70,7 @@ div.related {
|
|||
color: #9FA0A0;
|
||||
/*! text-shadow: 0px 1px 0 #444; */
|
||||
font-size: 0.9em;
|
||||
max-width: 1090px;
|
||||
}
|
||||
|
||||
div.related a {
|
||||
|
|
@ -394,3 +396,64 @@ code.descname {
|
|||
background-color: #fff9f9;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* -- screen sizes ------------------------------------------------------------------ */
|
||||
|
||||
@media print, screen and (max-width: 960px) {
|
||||
|
||||
div.body {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div.bodywrapper {
|
||||
margin-left: 0px;
|
||||
margin-top: 110px;
|
||||
}
|
||||
|
||||
div.document,
|
||||
div.documentwrapper,
|
||||
div.bodywrapper {
|
||||
margin: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.search {
|
||||
visibility: visible;
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
#top-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media print, screen and (max-width: 720px) {
|
||||
|
||||
div.related>ul {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div.related>ul>li.nav-item.nav-item-0 {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.search {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media print, screen and (max-width: 480px) {
|
||||
|
||||
div.body {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue