Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-24 18:10:08 +01:00
Tabs -> spaces in README.html.
Dieser Commit ist enthalten in:
Ursprung
1fb69b06f7
Commit
885552e566
26
README.html
26
README.html
@ -19,31 +19,31 @@ body, th, td, input {
|
|||||||
font: 14px 'Source Sans Pro', Arial, sans-serifsans-serif;
|
font: 14px 'Source Sans Pro', Arial, sans-serifsans-serif;
|
||||||
}
|
}
|
||||||
.section {
|
.section {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 2em 2.4em;
|
padding: 2em 2.4em;
|
||||||
margin: 3em auto 4em auto;
|
margin: 3em auto 4em auto;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
||||||
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
.section:before, .section:after {
|
.section:before, .section:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
}
|
}
|
||||||
.section {
|
.section {
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.section:before, .section:after {
|
.section:before, .section:after {
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 20%;
|
height: 20%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren