colours
This commit is contained in:
parent
12ad3fae51
commit
a44d4e52c5
@ -20,7 +20,7 @@ body {
|
|||||||
text-shadow:black 3px 2px;
|
text-shadow:black 3px 2px;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #08088A;
|
background-color: #084791;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
}
|
}
|
||||||
@ -85,20 +85,26 @@ body {
|
|||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
color: black;
|
color: white;
|
||||||
background-color: #58D3F7;
|
background-color: #084791;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.clButtonArea a:hover, a:visited, a:active {
|
.clButtonArea a:hover {
|
||||||
color: black;
|
color: white;
|
||||||
|
background-color: #0D71E4;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clButtonArea a:visited, a:active {
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clNavButton {
|
.clNavButton {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #4CAF50; /* Green */
|
background-color: #084791;
|
||||||
border: 1px solid green;
|
border: 1px solid black;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 15px 32px;
|
padding: 15px 32px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -109,9 +115,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clNavButton:hover {
|
.clNavButton:hover {
|
||||||
background-color: #3e8e41;
|
background-color: #0D71E4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#idList {
|
#idList {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -124,9 +131,11 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
padding: 3px;
|
||||||
|
border: 2px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idList th, #idList td {
|
#idList td {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -138,8 +147,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: #08088A;
|
background-color: #0D71E4;
|
||||||
color: #FFF;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clFormRow {
|
.clFormRow {
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<div id="idButtonArea" class="clButtonArea">
|
<div id="idButtonArea" class="clButtonArea">
|
||||||
<a href="/index" class="clButton">Startseite</a>
|
<a href="/index" class="clButton">Startseite</a>
|
||||||
<a href="/detail/?cat=${data['category']}" class="clButton">Neu</a>
|
<a href="/detail/?cat=${data['category']}" class="clButton">Neu</a>
|
||||||
<a onclick="select('${data['category']}')" class="clButton">Bearbeiten</a>
|
<a class="clButton" onclick="select('${data['category']}')">Bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user