Änderungen Menü und Seiten test und test2
This commit is contained in:
@@ -18,6 +18,16 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
|
||||
<style>
|
||||
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;*/
|
||||
}
|
||||
.btn btn-primary{
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
@@ -47,27 +57,57 @@
|
||||
margin-right:5px;
|
||||
width:350px;
|
||||
}
|
||||
.modal-dialog modal-dialog-scrollable{
|
||||
width:250px;
|
||||
overflow-x:auto;
|
||||
.modal-dialog modal-dialog-scrollable{
|
||||
width:30%;
|
||||
}
|
||||
.modal-content{
|
||||
width:40%;
|
||||
overflow-x:no-content;
|
||||
}
|
||||
.modal-header{
|
||||
width:40%;
|
||||
}
|
||||
.modal-footer{
|
||||
width:40%;
|
||||
}
|
||||
#exampleModalLabel{
|
||||
font-size:12px;
|
||||
}
|
||||
#exampleModalLabel{
|
||||
font-size:12px;
|
||||
}
|
||||
#Image1{
|
||||
width:40px;
|
||||
height:40px;
|
||||
.modal-body{
|
||||
/* background-color:#043381;*/
|
||||
background-image: linear-gradient(to right, #003680 , #0055cc);
|
||||
color:#fff;
|
||||
width:40%;
|
||||
}
|
||||
#Image1{
|
||||
width:40%;
|
||||
height:40%;
|
||||
}
|
||||
#butclose{
|
||||
transform:translateX(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
.modal-body{
|
||||
/* background-color:#043381;*/
|
||||
background-image: linear-gradient(to right, #003680 , #0055cc);
|
||||
color:#fff;
|
||||
}
|
||||
.modal-header{
|
||||
background-image: linear-gradient(to right, #003680 , #0055cc);
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
textcontent1{
|
||||
font-size:/*18px*/0.7377049180327869vw;
|
||||
}
|
||||
@media (min-width: 575px) {
|
||||
.modal-dialog modal-dialog-scrollable{
|
||||
width:850px;
|
||||
width:850px;
|
||||
}
|
||||
.modal-content{
|
||||
margin-top:51px;
|
||||
overflow-x:auto;
|
||||
width:40%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -99,7 +139,7 @@
|
||||
<div class="modal-dialog modal-dialog-scrollable" style="min-width: 850px; min-height: 800px; overflow: hidden; place-self:center">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">Profilbild:</h5>
|
||||
<h5 class="modal-title" id="exampleModalLabel">Profilbild: User: <%=Me.Page.User.Identity.Name %></h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
Reference in New Issue
Block a user