Änderungen CSSÄnderungen design css dateien body
This commit is contained in:
@@ -130,14 +130,16 @@
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
body{
|
||||
background-image: url(../images/road.jpg);
|
||||
background-position:center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
background-color:#fff;
|
||||
}
|
||||
body{
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(images/road.jpg);
|
||||
background-position:center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
#myTable tr:hover{
|
||||
color:white;
|
||||
background-color:#043381;
|
||||
@@ -201,16 +203,7 @@
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
body{
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(images/road.jpg);
|
||||
background-position:center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment:fixed;
|
||||
background-size:cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
|
||||
|
||||
.sidebar-header{
|
||||
background-color: #fff;
|
||||
|
||||
@@ -41,11 +41,11 @@
|
||||
/* width:1328px;*/
|
||||
}
|
||||
.align-self-center{
|
||||
width:100%;
|
||||
}
|
||||
#bodycontent{
|
||||
width:100%;
|
||||
}
|
||||
#bodycontent{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#containerseiterand{
|
||||
width:90%;
|
||||
justify-content:start;
|
||||
@@ -68,36 +68,40 @@
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
width:1400px;
|
||||
overflow-x:auto;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
#innerhtmltable{
|
||||
margin-left: /*5px*/0.19615535504119264vw;
|
||||
}
|
||||
}
|
||||
#pagecontent{
|
||||
font-size: 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #043381;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
color: #043381;
|
||||
background-color:#fff;
|
||||
border-color: #043381;
|
||||
}
|
||||
table {
|
||||
font-size: 16px;
|
||||
}
|
||||
.stretched-link{
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
#conovertab{
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #043381;
|
||||
border-color: #043381;
|
||||
}
|
||||
table {
|
||||
font-size: 16px;
|
||||
}
|
||||
.stretched-link{
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
#conovertab{
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
margin-left:/*14px*/ 3.0837004405286343vw;
|
||||
max-width:/*390px;*/ 35.90308370044053vw;
|
||||
max-width:/*390px;*/ 35.90308370044053vw;
|
||||
overflow-x:auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
|
||||
|
||||
Reference in New Issue
Block a user