mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merged in Scott's new changes to the header css from /public
This commit is contained in:
parent
bb47125de6
commit
a75b115a56
3 changed files with 34 additions and 6 deletions
|
@ -2,10 +2,11 @@
|
|||
// Project Specific: Header Area
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
// Apply to <header> for styling
|
||||
// Apply to header for styling
|
||||
.header-Base{
|
||||
background:#65a0ad;
|
||||
border-bottom:6px solid #e93250;
|
||||
min-height:42px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
@ -242,9 +243,17 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
|
|||
|
||||
.status-Nav{
|
||||
float:right;
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
float:none
|
||||
float:none;
|
||||
}
|
||||
|
||||
li{
|
||||
float:left;
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
float:none
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// hp CSS
|
||||
|
@ -308,7 +317,8 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
|
|||
overflow:visible;
|
||||
position:fixed;
|
||||
top:0;
|
||||
width:100%
|
||||
width:100%;
|
||||
z-index:9;
|
||||
}
|
||||
|
||||
.int-Logo{
|
||||
|
@ -319,5 +329,10 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
|
|||
}
|
||||
|
||||
.interior .header-Nav{
|
||||
padding-left:70px
|
||||
padding-left:70px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
.interior .constant-Nav{margin:0}
|
||||
|
|
|
@ -934,6 +934,7 @@ a {
|
|||
.header-Base {
|
||||
background: #65a0ad;
|
||||
border-bottom: 6px solid #e93250;
|
||||
min-height: 42px;
|
||||
overflow: hidden; }
|
||||
|
||||
.header-Content {
|
||||
|
@ -1141,6 +1142,11 @@ h1.logo img {
|
|||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.status-Nav {
|
||||
float: none; } }
|
||||
.status-Nav li {
|
||||
float: left; }
|
||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.status-Nav li {
|
||||
float: none; } }
|
||||
|
||||
.hp .header-Base {
|
||||
padding-top: 46px; }
|
||||
|
@ -1198,7 +1204,8 @@ h1.logo img {
|
|||
overflow: visible;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
z-index: 9; }
|
||||
|
||||
.int-Logo {
|
||||
left: 0;
|
||||
|
@ -1208,6 +1215,12 @@ h1.logo img {
|
|||
|
||||
.interior .header-Nav {
|
||||
padding-left: 70px; }
|
||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.interior .header-Nav {
|
||||
width: 100%; } }
|
||||
|
||||
.interior .constant-Nav {
|
||||
margin: 0; }
|
||||
|
||||
.content-Base {
|
||||
background: #f6f0e6;
|
||||
|
|
2
files/new-Design/assets/css/neo.min.css
vendored
2
files/new-Design/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue