first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,114 @@
* {
margin: 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
}
.clearfix:after {
content: '';
display: table;
clear: both;
}
.notice {
border-left: 3px solid #46b450;
margin: 5px;
box-shadow: 0 0 1px 1px #ccc;
}
.notice p {
padding: 10px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent !important;
border: none !important;
border-bottom: 1px solid #9e9e9e !important;
border-radius: 0;
outline: none;
font-size: 1rem;
margin: 0 0 15px 0;
padding: 0;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .3s;
}
label {
cursor: pointer;
}
.container {
margin: 5px;
}
.action-block {
padding: 10px;
border-bottom: 1px solid #ccc;
}
.action-title {
margin-bottom: 10px;
font-size: 16px;
}
.action-desc {
font-size: small;
margin-bottom: 5px;
}
.action-content form {
margin: 10px 0;
}
.controls {
margin: 10px 0;
}
.controls * {
vertical-align: middle;
}
#export-block {
border-bottom: none;
}
.wpse-button {
display: block;
float: right;
text-align: center;
color: #fff;
background-color: #2196f3;
text-transform: uppercase;
cursor: pointer;
margin: 10px 0;
padding: 5px 25px;
border: none;
font-size: 13px;
font-weight: bold;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wpse-button:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#wpfooter {
display: none;
}