- demo Schleife im Header
- Sprachen nur englisch und deutsch - Migrations und TableSeeder ausgebessert (zusätzlich document_identifiers) - reviewer nun reviewer Rolle (Fehler ausgebessert)
This commit is contained in:
parent
5ff1ba7c6a
commit
84deb7c457
8 changed files with 128 additions and 34 deletions
28
public/css/style.css
vendored
28
public/css/style.css
vendored
|
@ -745,4 +745,30 @@ there.
|
|||
}
|
||||
|
||||
/* Larger than Desktop HD */
|
||||
@media (min-width: 1200px) {}
|
||||
@media (min-width: 1200px) {}
|
||||
|
||||
#trynewsite {
|
||||
/* background-color: rgb(178,34,34);
|
||||
background-color: rgba(178,34,34,0.7); */
|
||||
background-color: #00bfffcc;
|
||||
width: 280px;
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
right: -64px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
box-shadow: 1px 1px 5px grey;
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
z-index:999;
|
||||
}
|
||||
|
||||
#trynewsite span {
|
||||
font-weight: bold;
|
||||
/* font-size: 1.25em; */
|
||||
text-decoration: none;
|
||||
color:black;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue