mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
web-bayern standalone init
This commit is contained in:
parent
41ba9e252e
commit
be4d83cc8d
10 changed files with 1089 additions and 32 deletions
1
copri4/shareeapp-operator/css/bootstrap-icons-1.8.1
Symbolic link
1
copri4/shareeapp-operator/css/bootstrap-icons-1.8.1
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../main/css/bootstrap-icons-1.8.1
|
95
copri4/shareeapp-operator/css/local_style2022-03-20.css
Executable file
95
copri4/shareeapp-operator/css/local_style2022-03-20.css
Executable file
|
@ -0,0 +1,95 @@
|
|||
<!--
|
||||
|
||||
html,body {
|
||||
background-color: white;
|
||||
color: #3f3f3f;
|
||||
font-family:'Arial';
|
||||
}
|
||||
|
||||
.tdint {
|
||||
padding:0.3em 0.5em;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
|
||||
}
|
||||
.tdtxt {
|
||||
padding:0.3em 0.5em;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
div#Contenttxt {
|
||||
min-height:300px;
|
||||
padding-left:0px;
|
||||
border:0px solid silver;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#ContentLogin {
|
||||
text-align:center;
|
||||
max-width:380px;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
margin:0;
|
||||
border: 0px solid #cccccc;
|
||||
}
|
||||
|
||||
select,input {
|
||||
border: 1px solid #c7c8ca;
|
||||
color:black;
|
||||
}
|
||||
|
||||
div a {
|
||||
color:#3f3f3f;
|
||||
text-decoration: underline;
|
||||
}
|
||||
div a:hover {
|
||||
color: grey;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.content_title2 {
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
.content_title3 {
|
||||
font-size:1.5em;
|
||||
padding-top:1.0em;
|
||||
}
|
||||
|
||||
.content1 {
|
||||
font-size:1.5em;
|
||||
line-height:1.2;
|
||||
font-weight:bold;
|
||||
padding-bottom:0.7em;
|
||||
}
|
||||
.content2 {
|
||||
line-height:1.2;
|
||||
padding-top:1.0em;
|
||||
max-width:750px;
|
||||
}
|
||||
.content2_contact {
|
||||
font-size:1em;
|
||||
line-height:1.5;
|
||||
max-width:750px;
|
||||
}
|
||||
.content2_legende {
|
||||
line-height:2.0;
|
||||
max-width:750px;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/*
|
||||
@media (max-width: 768px){
|
||||
|
||||
div#Contenttxt {
|
||||
border:0px solid silver;
|
||||
padding:0px;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
//-->
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue