mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
363 lines
No EOL
6.9 KiB
SCSS
363 lines
No EOL
6.9 KiB
SCSS
// ----------------------------------------------------------------
|
|
// Project Specific: Main Content Area
|
|
// ----------------------------------------------------------------
|
|
|
|
// Apply to <main> or top level <section> for styling
|
|
.content-Base{
|
|
background:#f6f0e6;
|
|
min-height:500px;
|
|
padding-bottom:50px;
|
|
padding-top: 10px;
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
color:#e93250
|
|
}
|
|
}
|
|
.content, .footer-Content {
|
|
padding: 20px 3%;
|
|
}
|
|
.single-Col{
|
|
max-width:800px;
|
|
}
|
|
|
|
// About page
|
|
.twitter-tweet.twitter-tweet-rendered{margin:0 auto 30px!important}
|
|
|
|
// Interior pages
|
|
.interior .header-Outro {
|
|
padding-top: 30px;
|
|
overflow: hidden;
|
|
}
|
|
.interior .header-Outro h1 {
|
|
font-size: 2.5em;
|
|
margin-top: 20px;
|
|
}
|
|
.site-url {
|
|
font-size:19px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.site-url a {
|
|
color: #e93250;
|
|
font-weight: bold;
|
|
}
|
|
.interior .header-Outro .row.content {
|
|
|
|
}
|
|
.interior .header-Outro .subtitle {
|
|
font-size: 1em;
|
|
margin-top: -15px;
|
|
}
|
|
.content.wide {
|
|
padding-left: 6%;
|
|
padding-right: 6%;
|
|
}
|
|
.content.misc-page {
|
|
background: #FAF6F1;
|
|
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
|
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
|
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
|
padding: 1px 3% 40px 3%;
|
|
}
|
|
.content.misc-page {
|
|
h3, h4, h5, h6 {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
.content.misc-page h2 {
|
|
font-size: 1.6em;
|
|
margin-top: 1em;
|
|
}
|
|
.content.misc-page h3, .content.misc-page h4, .content.misc-page h5 {
|
|
font-size: 1.2em;
|
|
}
|
|
.content.misc-page h6 {
|
|
font-size: 1em;
|
|
}
|
|
.content.misc-page h1 {
|
|
font-size: 2.2em;
|
|
margin-bottom: 20px;
|
|
}
|
|
.content.misc-page hr {
|
|
margin: 35px 0 25px 0;
|
|
}
|
|
|
|
// Dashboard
|
|
.interior .header-Outro .col.col-50.signup-Area {padding-left: 0;}
|
|
.interior .header-Outro a {color:#E93250}
|
|
.interior .signup-Area {
|
|
min-height: 164px;
|
|
}
|
|
.interior .signup-Area img {
|
|
-moz-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
|
-webkit-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
|
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
|
border: 3px solid white;
|
|
}
|
|
.interior .header-Outro .screenshot {
|
|
width:235px;height:141px;
|
|
}
|
|
.interior .header-Outro ul {
|
|
margin:0;padding:0;
|
|
}
|
|
.interior .header-Outro ul li {
|
|
list-style: none;
|
|
font-size: 80%;
|
|
margin-bottom: 2px;
|
|
}
|
|
.interior .signup-Form fieldset {
|
|
padding: 20px;
|
|
}
|
|
.interior .header-Outro h2 {
|
|
margin-top: 12px;
|
|
}
|
|
.welcome {
|
|
background: #daeea5 url(../img/heartcat.png) no-repeat 20px center;
|
|
background-size: 77px 81px;
|
|
padding: 20px 20px 20px 108px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.welcome h4 {
|
|
font-size: 1.2em;
|
|
margin-bottom: 4px;
|
|
}
|
|
.welcome .close-button {
|
|
float: right;
|
|
background: url(../img/welcome-close.png) no-repeat;
|
|
width: 19px;
|
|
height: 19px;
|
|
}
|
|
.files {
|
|
float:left;
|
|
background: #E4D8CB;
|
|
width: 100%;
|
|
}
|
|
.files .header {
|
|
background: #5E95A1;
|
|
color: #fff;
|
|
float:left;
|
|
width: 100%;
|
|
padding: 10px 20px;
|
|
}
|
|
.files .breadcrumbs {
|
|
float: left;
|
|
font-weight:bold;
|
|
margin-top: 4px;
|
|
}
|
|
.files .actions {
|
|
float: right;
|
|
}
|
|
.files .btn-Action {
|
|
margin-left: 8px;
|
|
}
|
|
.btn-Action span {
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btn-Action.new-Page span {
|
|
background-image: url(../img/new-page.png);
|
|
background-position-y: 1px;
|
|
padding-left: 29px;
|
|
}
|
|
.btn-Action.new-Folder span {
|
|
background-image: url(../img/new-folder.png);
|
|
padding-left: 26px;
|
|
}
|
|
.btn-Action.upload span {
|
|
background-image: url(../img/upload.png);
|
|
padding-left: 24px;
|
|
}
|
|
.files .list {
|
|
padding: 20px;
|
|
}
|
|
.files .list .upload-Boundary {
|
|
float: left;
|
|
border: 3px dashed #F6F0E6;
|
|
width: 100%;
|
|
margin: 20px 0;
|
|
padding: 20px;
|
|
-webkit-border-radius: 8px;
|
|
-moz-border-radius: 8px;
|
|
border-radius: 8px;
|
|
min-height: 300px;
|
|
}
|
|
.files .list .upload-Boundary.with-instruction {
|
|
background: url(../img/drag-drop.png) no-repeat center center;
|
|
}
|
|
.file {
|
|
float: left;
|
|
padding: 5px 0px;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
width: 125px;
|
|
text-align: center;
|
|
display:block;
|
|
position:relative;
|
|
}
|
|
.file .title {
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
color: #666;
|
|
margin-top: 4px;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
.html-thumbnail {
|
|
font-size: 11px;
|
|
margin-top: 5px;
|
|
margin-left: 10px;
|
|
display:block;
|
|
position:relative;
|
|
width:105px;
|
|
height:63px;
|
|
}
|
|
.html-thumbnail.html img {
|
|
width: 105px;
|
|
height:63px;
|
|
-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
|
|
-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
|
|
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
|
|
}
|
|
.html-thumbnail.image img {
|
|
max-width:105px;
|
|
max-height:63px;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
.html-thumbnail.misc {
|
|
width: 63px;
|
|
height: 63px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.misc-icon {
|
|
background: url(../img/misc-file.png) no-repeat -1px -1px;
|
|
width: 67px;
|
|
height: 67px;
|
|
display: block;
|
|
padding-top: 35px;
|
|
font-size: 14px;
|
|
color: #bbb;
|
|
font-weight: bold;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.overlay a {
|
|
color: white;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
display: block;
|
|
}
|
|
.overlay i {
|
|
font-weight: bold;
|
|
}
|
|
.overlay {
|
|
position:absolute;
|
|
top:0;
|
|
width:0;
|
|
width:100%;
|
|
height:100%;
|
|
background-color:rgba(0, 0, 0, 0.5);
|
|
display:none;
|
|
}
|
|
.link-overlay {
|
|
display: block;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width: 123px;
|
|
height: 30px;
|
|
}
|
|
.file > .overlay {
|
|
-webkit-border-radius: 8px;
|
|
-moz-border-radius: 8px;
|
|
border-radius: 8px;
|
|
padding-top: 15px;
|
|
background-color:rgba(0, 0, 0, 0.15);
|
|
}
|
|
.filehover:hover .overlay, .fileimagehover:hover .overlay {
|
|
display:block;
|
|
}
|
|
.site-actions {
|
|
float: left;
|
|
margin-top: 20px;
|
|
font-size: 90%;
|
|
}
|
|
.site-actions a {
|
|
color: #666;
|
|
}
|
|
.page-with-columns .col-66 {
|
|
background-color: white;
|
|
padding: 30px;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
.page-with-columns .col-33 {
|
|
padding: 30px;
|
|
}
|
|
.content.misc-page.columns {
|
|
padding: 0;
|
|
}
|
|
.page-with-columns {
|
|
float: left;
|
|
padding: 0;
|
|
}
|
|
.header-Outro.with-columns .col {
|
|
padding-left: 0;
|
|
}
|
|
.header-Outro.short h3 {
|
|
float: left;
|
|
margin-bottom: 0;
|
|
}
|
|
.site-suggestion {
|
|
float: left;
|
|
width: 156px;
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
height: 160px;
|
|
}
|
|
.site-portrait {
|
|
border: 5px solid white;
|
|
-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
|
|
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
|
|
box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2);
|
|
float:left;
|
|
margin-bottom: .5em;
|
|
}
|
|
.site-portrait img {
|
|
width: 146px;
|
|
}
|
|
.site-portrait .caption {
|
|
display: block;
|
|
clear: both;
|
|
font-size: .8em;
|
|
margin-top: .2em;
|
|
margin-bottom: -.2em;
|
|
}
|
|
a.tag {
|
|
font-size: .7em;
|
|
text-transform: uppercase;
|
|
background: #FFFFCC;
|
|
color: #C1A009;
|
|
float: left;
|
|
padding: 1px 5px;
|
|
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
|
|
-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
|
|
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
|
|
margin-right: 3px;
|
|
margin-right: 10px;
|
|
margin-bottom: 7px;
|
|
}
|
|
a.tag:hover {
|
|
text-decoration: none;
|
|
background: #FFEE8A;
|
|
}
|
|
.following {
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
.following .avatar {
|
|
height:37px;
|
|
width:37px;
|
|
margin: 0 4px 4px 0;
|
|
float: left;
|
|
} |