initial version
BIN
themes/mastermindzh.tech/welcome/resources/admin-console.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
themes/mastermindzh.tech/welcome/resources/alert.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/bg.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
themes/mastermindzh.tech/welcome/resources/bug.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
79
themes/mastermindzh.tech/welcome/resources/css/welcome.css
Normal file
@@ -0,0 +1,79 @@
|
||||
body {
|
||||
background: #fff url(../bg.jpg) no-repeat center bottom fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.div-center {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
height: 487px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
padding: 1em 2em;
|
||||
display: table;
|
||||
box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%),
|
||||
0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
img.doc-img {
|
||||
width: auto;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.link {
|
||||
font-size: 16px;
|
||||
vertical-align: baseline;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 550;
|
||||
}
|
||||
|
||||
h3 a:link,
|
||||
h3 a:visited {
|
||||
color: #333;
|
||||
font-weight: 550;
|
||||
}
|
||||
|
||||
h3 a:hover,
|
||||
h3 a:hover .link {
|
||||
text-decoration: none;
|
||||
color: #00659c;
|
||||
}
|
||||
|
||||
h3 a img {
|
||||
height: 30px;
|
||||
margin-right: 10px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-width: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.div-center {
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
BIN
themes/mastermindzh.tech/welcome/resources/img/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/logo.png
Normal file
After Width: | Height: | Size: 174 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/mail.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/user.png
Normal file
After Width: | Height: | Size: 2.4 KiB |