mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
99 lines
1.4 KiB
CSS
99 lines
1.4 KiB
CSS
body {
|
|
font-size: 14px;
|
|
font-family: "Helvetica Neue", Arial, sans-serif;
|
|
font-weight: 300;
|
|
color: #666;
|
|
}
|
|
|
|
p {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
a.anchor {
|
|
position: relative;
|
|
top: -50px;
|
|
}
|
|
|
|
a.forkme {
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 1040;
|
|
position: fixed;
|
|
display: inline-block;
|
|
background: #008000;
|
|
box-shadow: 0 0 5px #000;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
padding: 3px 40px;
|
|
border: 2px solid #006400;
|
|
-webkit-transform: rotate(45deg) translate(65px);
|
|
transform: rotate(45deg) translate(65px);
|
|
}
|
|
a.forkme:hover {
|
|
color: #ddd;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.navbar-brand.twitter {
|
|
color: #55acee;
|
|
font-size: 16px;
|
|
}
|
|
|
|
a.navbar-brand.twitter:before {
|
|
content: "";
|
|
background: url("/images/twitter.png");
|
|
display: inline-block;
|
|
height: 16px;
|
|
width: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
mark.green {
|
|
background: inherit;
|
|
color: #008000;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #333;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
h4 {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.code {
|
|
display: block;
|
|
font-family: monospace;
|
|
word-wrap: break-word;
|
|
min-height: 20px;
|
|
padding: 10px 20px;
|
|
margin-bottom: 20px;
|
|
background: #fafafa;
|
|
border-left: 3px solid;
|
|
border-radius: 0px 4px 4px 0px;
|
|
box-shadow: 0 0 1px inset;
|
|
}
|
|
|
|
.errmsg {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.jumbotron img {
|
|
margin: 5px;
|
|
}
|