mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.5 KiB
80 lines
1.5 KiB
body {
|
|
font-family: "Segoe UI",Tahoma,Arial,Verdana,Sans-Serif;
|
|
color: #333;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-family: "Segoe UI Light", "Segoe UI",Tahoma,Arial,Verdana,Sans-Serif;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1 {
|
|
margin-top: 0;
|
|
font-size: 3em;
|
|
}
|
|
|
|
section section {
|
|
padding-bottom: 1em;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
section section:nth-child(2n) {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
section section:nth-child(2) {
|
|
background-color: #00a9ec;
|
|
}
|
|
|
|
section section:nth-child(4) {
|
|
background-color: #ED1C24;
|
|
}
|
|
|
|
img {
|
|
/*background: #fff;
|
|
padding: 3px;
|
|
-webkit-box-shadow: 0 0 5px rgb(0, 0, 0, 0.4);
|
|
box-shadow: 0 0 5px rgb(0, 0, 0, 0.4);*/
|
|
}
|
|
|
|
.no-bullets {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.no-bullets > li {
|
|
list-style: none;
|
|
float: left;
|
|
margin-right: .5em;
|
|
}
|
|
|
|
/*
|
|
* Clearfix: contain floats
|
|
*
|
|
* For modern browsers
|
|
* 1. The space content is one way to avoid an Opera bug when the
|
|
* `contenteditable` attribute is included anywhere else in the document.
|
|
* Otherwise it causes space to appear at the top and bottom of elements
|
|
* that receive the `clearfix` class.
|
|
* 2. The use of `table` rather than `block` is only necessary if using
|
|
* `:before` to contain the top-margins of child elements.
|
|
*/
|
|
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
content: " "; /* 1 */
|
|
display: table; /* 2 */
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
/*
|
|
* For IE 6/7 only
|
|
* Include this rule to trigger hasLayout and contain floats.
|
|
*/
|
|
|
|
.clearfix {
|
|
*zoom: 1;
|
|
}
|
|
|