{bootstrap.local.css,local.css}: import from rewrite draft
All checks were successful
/ preview (pull_request) Successful in 38s
All checks were successful
/ preview (pull_request) Successful in 38s
This commit is contained in:
parent
13b7a2d158
commit
7d45b0e710
2 changed files with 119 additions and 2 deletions
2
basewiki/bootstrap.local.css
vendored
2
basewiki/bootstrap.local.css
vendored
|
@ -56,7 +56,7 @@ body {
|
||||||
/* Not required for template or sticky footer method. */
|
/* Not required for template or sticky footer method. */
|
||||||
|
|
||||||
body > .container {
|
body > .container {
|
||||||
padding: 60px 15px 15px;
|
padding:;
|
||||||
}
|
}
|
||||||
.container .text-muted {
|
.container .text-muted {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
|
|
@ -1,3 +1,120 @@
|
||||||
/* ikiwiki local style sheet */
|
/* ikiwiki local style sheet */
|
||||||
|
|
||||||
/* Add local styling here, instead of modifying style.css. */
|
.home {
|
||||||
|
display: flex;
|
||||||
|
flex-basis: 50%;
|
||||||
|
justify-content: space-between;
|
||||||
|
height: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.home-logo {
|
||||||
|
flex-basis: 50%;
|
||||||
|
width: 50%;
|
||||||
|
margin: auto;
|
||||||
|
padding: 25vh 0 0 0;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.login {
|
||||||
|
margin: 0px;
|
||||||
|
color: #EBEBEB;
|
||||||
|
background-color: black;
|
||||||
|
margin: 12vh auto 10vh auto;
|
||||||
|
width: 28%;
|
||||||
|
border-radius: 25px;
|
||||||
|
padding: 12px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.login a {
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login:hover {
|
||||||
|
width: 40%;
|
||||||
|
cursor:pointer;
|
||||||
|
transition: 0.3s;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-title {
|
||||||
|
flex-basis: 50%;
|
||||||
|
background-image: url(images/chris-ried-79NfyK85Ahc-unsplash.jpg);
|
||||||
|
background-position: center;
|
||||||
|
height: 500;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 400px
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.join {
|
||||||
|
margin: 0px;
|
||||||
|
color: #EBEBEB;
|
||||||
|
background-color: black;
|
||||||
|
margin: 12vh auto 10vh auto;
|
||||||
|
width: 28%;
|
||||||
|
border-radius: 25px;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.join:hover {
|
||||||
|
width: 40%;
|
||||||
|
cursor:pointer;
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coop {
|
||||||
|
display: flex;
|
||||||
|
flex-basis: 50%;
|
||||||
|
justify-content: space-between;
|
||||||
|
background-color:;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coop-title {
|
||||||
|
flex-basis: 50%;
|
||||||
|
background-color: black;
|
||||||
|
height: 100vh;
|
||||||
|
padding: 0 0 0 0 ;
|
||||||
|
|
||||||
|
}
|
||||||
|
.coop-title h5{
|
||||||
|
color: white;
|
||||||
|
padding: 27vh 7vw 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.coop-title h1{
|
||||||
|
color: white;
|
||||||
|
text-align: left;
|
||||||
|
padding: 1vw 7vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.services {
|
||||||
|
display: flex;
|
||||||
|
background-color:;
|
||||||
|
height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services-title {
|
||||||
|
flex-basis: 50%;
|
||||||
|
text-align: center;
|
||||||
|
virtical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services-title h5{
|
||||||
|
text-align: left;
|
||||||
|
padding: 0 0 0 30px ;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services-content {
|
||||||
|
flex-basis: 50%;
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
padding: 20vh 0 0 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue