mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
web-bayern contrast methods
This commit is contained in:
parent
be4d83cc8d
commit
1503e52196
6 changed files with 127 additions and 43 deletions
|
@ -24,6 +24,7 @@ div#Contenttxt {
|
|||
padding-left:0px;
|
||||
border:0px solid silver;
|
||||
text-align: left;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
div#ContentLogin {
|
||||
|
@ -33,6 +34,7 @@ div#ContentLogin {
|
|||
padding:0px;
|
||||
margin:0;
|
||||
border: 0px solid #cccccc;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
select,input {
|
||||
|
@ -41,7 +43,7 @@ select,input {
|
|||
}
|
||||
|
||||
div a {
|
||||
color:#3f3f3f;
|
||||
color:#4f3f3f;
|
||||
text-decoration: underline;
|
||||
}
|
||||
div a:hover {
|
||||
|
@ -50,11 +52,13 @@ div a:hover {
|
|||
}
|
||||
.content_title2 {
|
||||
font-size:1.2em;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
.content_title3 {
|
||||
font-size:1.5em;
|
||||
padding-top:1.0em;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
.content1 {
|
||||
|
@ -62,21 +66,25 @@ div a:hover {
|
|||
line-height:1.2;
|
||||
font-weight:bold;
|
||||
padding-bottom:0.7em;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
.content2 {
|
||||
line-height:1.2;
|
||||
padding-top:1.0em;
|
||||
max-width:750px;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
.content2_contact {
|
||||
font-size:1em;
|
||||
line-height:1.5;
|
||||
max-width:750px;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
.content2_legende {
|
||||
line-height:2.0;
|
||||
max-width:750px;
|
||||
text-align:left;
|
||||
color: #4f3f3f;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue