Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Jessika Mika Caldera Removing Strange Comments
Latest commit 319b9e6 Jan 14, 2015 History
Removing comments created by Prepress.
0 contributors

Users who have contributed to this file

executable file 139 lines (122 sloc) 2.02 KB
//
/*
Theme Name: Cornerstone Starter Kit
Description: Simple start up kit to make your own Aurora Cornerstone based Theme
Author: UITS Web Development Lab
Template: cornerstone
Version: 1.0.0
*/
// adjustments to Bootstrap or Cornerstone variables. Things like font size, rounded corners, margins. Anything not color related.
@import "sass/variables.scss";
// loads bootstrap, and cornerstone.
@import "../cornerstone/style.scss";
/*
Starter Kit Main SASS
* define styles UNIQUE to Starter Kit.
* overwrite cornerstone defaults
* reference variables in variables.scss
*/
/* Body
====================================
*/
#uc-site-header {
padding-left:10px;
}
#uc-header {
border-bottom-color: $header-border;
}
body {
background-color:#fafafa;
}
/* Masthead
====================================
*/
#masthead {
#uc-site-parent a {
&:hover {
}
}
#uc-site-title a {
&:hover {
}
}
@include searchform();
#site-navigation {
}
}
/* Widgets
====================================
*/
.widget {
.widget-head {
.widget-title {
}
}
&.widget_search{
.btn.btn-default{
background-color: $body-search-bg-color;
color: $body-search-text-color;
border: 1px solid $body-search-bg-color;
}
}
}
/* Main Content
====================================
*/
#main {
.post {
}
}
/* Footer Widgets
====================================
*/
#mega-footer{
.widget{
.widget-head{
h2{
}
}
&.widget_search{
.btn.btn-default{
background-color: $footer-bg-color;
color: $footer-text-color;
border: 1px solid $footer-bg-color;
}
}
}
}
/* Profile Page
====================================
*/
.page-template-page-user-profile-php {
.uup-user {
& > span {
}
.uup-image{
}
.uup-name {
.uup-first {
&:after {
}
}
.uup-last {}
}
.uup-title {
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {
}
}
.uup-email {
}
.uup-fax {
}
.uup-office-location {
}
.uup-office-hours {
}
.uup-mailing-address {
}
}
}