merge styles of prototype beuth hs project
This commit is contained in:
parent
edabe53b81
commit
28eb39b298
8 changed files with 134 additions and 74 deletions
|
@ -10,8 +10,6 @@ html, body {
|
|||
background-color: @color-site-bg;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
color: @color-link;
|
||||
}
|
||||
|
@ -60,6 +58,14 @@ a {
|
|||
// margin-bottom: .5rem; // no margin: if there is another bg-color, then there is an #fff border
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
@media @screen_max-md{
|
||||
padding-right: (@margin-default *1.6);
|
||||
}
|
||||
}
|
||||
.content #dokuwiki__pagetools{
|
||||
@media @screen_max-md{
|
||||
top: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.dokuwiki .docInfo {
|
||||
|
@ -310,7 +316,7 @@ td {
|
|||
|
||||
th {
|
||||
font-weight: bold;
|
||||
background-color: @th_background;
|
||||
background-color: @ini_background_alt;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue