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