mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-01 10:35:48 +00:00
Added magic-mint as a new theme
This commit is contained in:
parent
4865f91f46
commit
fd2805530a
1 changed files with 103 additions and 0 deletions
103
themes/magic-mint.css
Normal file
103
themes/magic-mint.css
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
/*@import url(http://fonts.googleapis.com/css?family=Bitter:400);*/
|
||||
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
||||
|
||||
html{
|
||||
font-size: 62.5%;
|
||||
}
|
||||
body {
|
||||
font-family: Lato, Georgia, serif;
|
||||
padding: 8px;
|
||||
line-height: 1.6;
|
||||
color: #3e3e3e;
|
||||
background: #c7f1d7;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 660px;
|
||||
margin: 10px auto 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#gravatar{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 22px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-size: 4rem;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0 1px 0 #c7f1d7;
|
||||
border-bottom: 6px solid #3e3e3e;
|
||||
padding-bottom: 25px;
|
||||
line-height: 1.1;
|
||||
display: inline-block;
|
||||
margin: 15px auto 5px auto;
|
||||
}
|
||||
|
||||
article p:nth-of-type(1) {
|
||||
margin: 0;
|
||||
padding: 21px 0 0;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
article p:last-child {
|
||||
padding-bottom: 1.3em;
|
||||
margin-bottom: 0;
|
||||
font-size: 18px;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
p{
|
||||
text-align: justify;
|
||||
font-size: 18px;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
a {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #3e3e3e;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: #3e3e3e;
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
background: #2e2e2e;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
a[href^="mailto"] {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 8px solid #3e3e3e;
|
||||
font-size: 1.8rem;
|
||||
text-align: center;
|
||||
max-width: 660px;
|
||||
margin: 10px auto 0;
|
||||
padding: 12px 0;
|
||||
font-style: italic;
|
||||
}
|
||||
footer p{
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Reference in a new issue