e11sync: move base template to e11sync/
This commit is contained in:
@@ -102,17 +102,24 @@ main {
|
||||
margin-top: 33px;
|
||||
}
|
||||
|
||||
#header {
|
||||
header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 1rem 2rem 2rem 2rem;
|
||||
border-radius: 10px;
|
||||
max-width: 1000px;
|
||||
|
||||
background-color: #e6e6e6;
|
||||
background: radial-gradient(circle at top left, $lightBlue 0%, #aaa 50%, #666 100%);
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 10px 0;
|
||||
text-align: right;
|
||||
a {
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/*******************************/
|
||||
/* Shared by a couple of pages */
|
||||
/*******************************/
|
||||
@@ -272,7 +279,7 @@ blockquote {
|
||||
color: #ececec;
|
||||
}
|
||||
|
||||
#header {
|
||||
header {
|
||||
background-color: $darkBgGrey;
|
||||
background: radial-gradient(circle at top left, $blueLinkVisited 0%, $darkBgGrey 50%, $darkTextColor 100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user