Skip to content
Snippets Groups Projects
Commit e5a201a7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

rename main css file

parent feb4e334
No related branches found
No related tags found
No related merge requests found
......@@ -18,33 +18,13 @@
--footer-color: #789;
/** ---------- mode boxes */
--idp-border: 1px solid #cde;
--idp-color: #45c;
--idp-shadow: 0 0 2em #eee inset;
--idp-hover-shadow: 0 0 2em #eee;
--inputfilter-border: 2px solid #eee;
--inputfilter-color:#789;
--btn-border: 2px solid #eee;
--btn-bg:#f8f8f8;
--btn-color: #888;
--filterbtn-ative-border: 2px solid #eee;
--filterbtn-ative-bg:#fff;
--filterbtn-ative-color: #45c;
--resetfilter-border: 2px solid #ddd;
--resetfilter-bg: #f8f8f8;
--resetfilter-color: #888;
}
a, a:visited{
a,
a:visited {
color: var(--a-color);
}
body {
background_: linear-gradient(-5deg, #abc, #cee, #f0f8ff, #e0e8f0, #fee) fixed;
background: var(--main-bg);
......@@ -55,14 +35,24 @@ body {
margin: 0;
}
h1{color:var(--h1-color);}
h2{color: var(--h2-color);}
div#head, div.content, footer {
h1 {
color: var(--h1-color);
}
h2 {
color: var(--h2-color);
}
div#head,
div.content,
footer {
width: 70%;
}
div#head {
margin: 1em auto 1em;
}
div.content {
background: var(--content-bg);
border-radius: 2em;
......@@ -71,6 +61,7 @@ div.content {
margin: 2em auto 2em;
padding: 2em;
}
div.msg {
border-radius: 1em;
border: 2px solid;
......@@ -82,6 +73,7 @@ div.error{
background: var(--error-bg);
color: var(--error-color);
}
div.info {
background: var(--info-bg);
color: var(--info-color);
......@@ -96,79 +88,3 @@ footer{
.hidden {
display: none;
}
\ No newline at end of file
/** ---------- mode boxes: filterbar on top */
div#filterbox{
margin-bottom: 1em;
}
#filterByDomain{
margin-top: 3em;
margin-bottom: 3em;
}
a.filterbutton, a#resetfilter{
background: var(--btn-bg);
border: var(--btn-border);
border-radius: 0.2em;
color: var(--btn-color);
font-size: 110%;
margin: 0 0.3em 0 0;
opacity: 1;
padding: 0.5em;
text-decoration: none;
}
a.filterbutton.active{
background: var(--filterbtn-ative-bg);
border-top-color: var(--filterbtn-ative-border);
color: var(--filterbtn-ative-color);
}
input#filter{
border: var(--inputfilter-border);
padding: 0.5em;
color:var(--inputfilter-color);
font-size: 110%;
width: 20em;
}
a#resetfilter{
background:var(--resetfilter-bg);
border: var(--resetfilter-border);
color: var(--resetfilter-color);
font-weight: bold;
margin: 0 0 0 0.3em;
padding: 0.5em 2em;
}
a#resetfilter:hover{
opacity: 0.5;
}
/** ---------- mode boxes */
.hidden{display: none;}
div.boxes a.idp{
border: var(--idp-border);
border-radius: 1em;
box-shadow: var(--idp-shadow);
color: var(--idp-color);
float: left;
height: 7em;
margin: 0 1em 1em 0;
overflow: hidden;
padding: 0.5em;
text-align: center;
text-decoration: none;
transition: all 0.1s ease-in-out;
width: 14em;
}
div.boxes .idp img { height: 48px;}
div.boxes a.idp:hover{
box-shadow: var(--idp-hover-shadow);
}
div.boxes a.hide{
border: none;
height: 0;
margin:0;
padding:0;
width: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment