neocities/public/assets/css/_project-sass/_project-Main.scss
2014-04-18 15:56:15 -07:00

250 lines
No EOL
4.8 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;
}
.interior .header-Outro .row.content {
}
.interior .header-Outro .subtitle {
font-size: 1em;
margin-top: -15px;
}
.content.misc-page {
background: #FAF6F1;
-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
padding: 25px 3% 40px 3%;
}
.content.misc-page h3 {
font-size: 1.6px;
margin-top: 2em;
}
// 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);
}
.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 23px;
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: 30px;
}
.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: 26px;
}
.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;
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;
text-decoration: none;
}
.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;
}