diff --git a/sass/novo/_colors.scss b/sass/novo/_colors.scss deleted file mode 100644 index e8888fc..0000000 --- a/sass/novo/_colors.scss +++ /dev/null @@ -1,97 +0,0 @@ -@each $category, $color in $categories { - #proposal { - &-category { - &-#{$category} { - background-color: $color; - background-image: url(./images/icons/#{$category}.png?3); - background-position: 50% 5px; - background-repeat: no-repeat; - .arrow-box { - border-bottom-color: $color; - } - } - } - } - .proposal { - &-category { - &-items { - &-#{$category} { - background-color: $color; - } - } - } - } - li.category { - &-#{$category} { - background-color: $color; - background-image: url(./images/icons/#{$category}.png?1); - background-position: 3px center; - background-repeat: no-repeat; - background-size: 22px; - } - } - .#{$category} { - .category { - background-color: $color; - } - .proposal { - &-link { - background-color: $color; - background-image: url(./images/icons/#{$category}.png); - background-position: 0 50%; - background-repeat: no-repeat; - background-size: 32px; - } - &-content { - border-color: $color; - } - } - .show_body { - background-color: darken($color, 12%); - border-color: $color; - span { - background-color: darken($color, 12%); - } - } - .container { - &-title { - color: $color; - } - } - .send { - &-button { - a { - background-color: $color; - } - } - } - .title { - background-color: $color; - } - .abstract { - p { - background-color: $color; - } - } - .make { - &-proposal { - border-color: $color; - } - } - .support { - &-proposal { - border-color: $color; - } - } - .experience { - &-proposal { - border-color: $color; - } - } - .talk { - &-proposal { - border-color: $color; - } - } - } -} \ No newline at end of file diff --git a/sass/novo/_nav.scss b/sass/novo/_nav.scss deleted file mode 100644 index 22bba56..0000000 --- a/sass/novo/_nav.scss +++ /dev/null @@ -1,27 +0,0 @@ -nav ul { - font-size: 0; - list-style: none; - margin-bottom: 0; - padding: 0; - li { - display: inline-block; - font-size: $default-font-size; - text-align: center; - width: 50%; - a { - background-color: $header-color; - border-left: 1px solid $header-color; - border-right: 1px solid $header-color; - border-top: 1px solid $header-color; - color: #fff; - font-weight: 700; - display: block; - padding: $default-spacing-size; - text-transform: uppercase; - &.active { - background-color: transparent; - color: $header-color; - } - } - } -} \ No newline at end of file diff --git a/sass/novo/_proposal_categories.scss b/sass/novo/_proposal_categories.scss deleted file mode 100644 index 268cd2c..0000000 --- a/sass/novo/_proposal_categories.scss +++ /dev/null @@ -1,124 +0,0 @@ -@each $category, $description in $categories-descriptions { - .proposal-category-items-#{$category} .description:before { - color: #fff; - content: "#{$description}"; - font-size: $small-font-size; - } -} - -#proposal { - &-categories { - border-bottom: 1px solid $header-color; - border-left: 1px solid $header-color; - border-right: 1px solid $header-color; - list-style: none; - padding: 0; - &-container { - font-size: 0; - padding-left: $default-spacing-size; - padding-top: $default-spacing-size; - text-align: center; - } - .category { - background: transparent; - border-top: 1px dotted $default-color; - padding-top: 10px; - } - } -} -.proposal { - &-category { - background-color: #000; - border-radius: $default-radius-size; - display: inline-block; - margin-bottom: $default-spacing-size; - margin-right: $default-spacing-size; - position: relative; - text-align: center; - .proposal { - &-link { - color: #fff; - display: inline-block; - font-size: $small-font-size; - font-weight: 700; - padding-top: 100px; - width: 150px; - } - } - &-items { - border-radius: $default-radius-size; - font-size: $default-font-size; - margin-bottom: $default-spacing-size; - margin-right: $default-spacing-size; - padding: $default-spacing-size $default-spacing-size 0; - text-align: left; - } - } - &-list { - list-style: none; - margin-top: $default-spacing-size; - padding: 0; - } - &-item { - display: inline-block; - margin-bottom: $default-spacing-size; - vertical-align: top; - width: 50%; - &:nth-child(odd) { - .item { - margin-right: $default-spacing-size; - } - } - } - &-link { - font-family: 'Asap', sans-serif; - font-size: $proposal-link-size; - font-weight: 700; - } -} -.arrow-box { - border-bottom: 10px solid #000; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - bottom: -12px; - height: 0; - left: 50%; - margin-left: -7px; - position: absolute; - width: 0; -} -.name { - border-bottom: 2px solid #fff; - color: #fff; - font-size: $category-title-size; - font-weight: 700; - margin-bottom: 10px; - padding: 10px 0; -} -.item { - background-color: #fff; - border: 1px solid $header-color; - border-radius: $default-radius-size; - font-size: $small-font-size; - padding: $default-spacing-size; - p { - overflow: hidden; - min-height: 4em; - } - &:hover { - background-color: #eeeff1; - } -} -.category { - list-style: none; - padding-left: 0; - li { - background-color: #000; - color: #fff; - display: inline-block; - font-family: 'Asap', sans-serif; - font-size: $default-font-size; - font-weight: 700; - padding: 5px 12px 5px 32px; - } -} \ No newline at end of file diff --git a/sass/novo/_proposal_detail.scss b/sass/novo/_proposal_detail.scss deleted file mode 100644 index 29ae6de..0000000 --- a/sass/novo/_proposal_detail.scss +++ /dev/null @@ -1,200 +0,0 @@ -.proposal { - &-detail { - .proposal { - &-link { - border-radius: 0; - font-size: $category-select-size; - padding: 15px 35px; - text-transform: uppercase; - vertical-align: middle; - width: auto; - } - } - } - &-selection { - background-color: #EEEFF1; - border: 0; - float: right; - font-size: $default-font-size; - font-weight: 300; - height: 57px; - margin: 0; - text-transform: uppercase; - width: 60%; - } - &-header { - position: relative; - } - &-container { - display: block; - float: left; - margin-bottom: $default-spacing-size; - width: 50%; - } - &-content { - border: 1px solid #000; - height: $container-height; - padding: $default-spacing-size; - } -} -.categories { - display: table; - width: 100%; -} -.category { - background-color: #000; - border-top: 0; - display: block; - margin-bottom: 0; - margin-right: 0; - padding-top: 0; - text-align: left; -} -.select { - padding-left: 0; -} -.btn { - border: 1px solid #ccc; - display: inline-block; - font-size: $small-font-size; - line-height: 3.1; - padding: 6px 12px; - &-default { - background-color: #fff; - } -} -.abstract { - img { - width: 100%; - } - p { - background-color: #000; - bottom: 140px; - color: #fff; - font-size: $small-font-size; - padding: 5px 20px 20px 20px; - position: absolute; - right: 0; - text-align: center; - width: 50%; - } -} -.title { - background-color: #000; - bottom: 170px; - color: #fff; - font-size: $detail-title-size; - font-weight: 700; - padding: $default-spacing-size $default-spacing-size 0; - position: absolute; - right: 0; - text-align: center; - text-transform: uppercase; - width: 50%; -} -.show_body { - background: #000 url("images/black-alpha.png") no-repeat; - border-top: 5px solid; - padding: 30px 0; - margin: 10px auto; - a { - background: url("images/white-line.png") left center repeat-x; - color: #fff; - display: block; - font-size: $detail-proposal-size; - font-weight: 700; - margin: auto; - text-align: center; - text-transform: uppercase; - width: 70%; - } - span { - padding: 5px 15px; - } -} -.container { - &-title { - color: #000; - font-size: $detail-proposal-size; - margin-bottom: $default-spacing-size; - } -} -.subtitle { - color: $header-color; - font-size: $proposal-link-size; - font-weight: 700; - margin-bottom: $default-spacing-size; -} -.info { - font-size: $small-font-size; - font-weight: 300; -} -.send { - &-button { - a { - background-color: #000; - border-radius: $default-radius-size; - color: #fff; - display: block; - margin: auto; - padding: $default-spacing-size 0; - text-align: center; - text-transform: uppercase; - width: 60%; - span { - padding-left: 20px; - background-image: url("images/airplane.png"); - background-position: 0 50%; - background-repeat: no-repeat; - } - } - } -} -.make { - &-proposal { - border: 1px solid #000; - height: 500px; - margin-right: $default-spacing-size / 2; - padding: $default-spacing-size; - &-container { - float: left; - width: 50%; - } - } -} -.support { - &-proposal { - border: 1px solid #000; - height: 500px; - margin-left: $default-spacing-size / 2; - padding: $default-spacing-size; - &-container { - float: left; - width: 50%; - } - } -} -.experience { - &-proposal { - border: 1px solid #000; - height: 500px; - margin-right: $default-spacing-size / 2; - padding: $default-spacing-size; - &-container { - float: left; - width: 50%; - } - } -} -.talk { - &-proposal { - border: 1px solid #000; - height: 500px; - margin-left: $default-spacing-size / 2; - padding: $default-spacing-size; - &-container { - float: left; - width: 50%; - } - } -} \ No newline at end of file diff --git a/sass/novo/_proposal_group.scss b/sass/novo/_proposal_group.scss deleted file mode 100644 index a4ea83c..0000000 --- a/sass/novo/_proposal_group.scss +++ /dev/null @@ -1,24 +0,0 @@ -#proposal { - &-group { - border-bottom: 1px solid $header-color; - border-left: 1px solid $header-color; - border-right: 1px solid $header-color; - padding: $default-spacing-size $default-spacing-size 0; - ul { - margin-bottom: 0; - margin-top: $default-spacing-size; - padding-left: 0; - } - .item { - border: 0; - } - .category { - background: transparent; - border-top: 1px dotted $default-color; - padding-top: 10px; - } - } -} -#search-input-container { - margin-top: 10px; -} \ No newline at end of file diff --git a/sass/novo/_scaffolding.scss b/sass/novo/_scaffolding.scss deleted file mode 100644 index 1c57f42..0000000 --- a/sass/novo/_scaffolding.scss +++ /dev/null @@ -1,21 +0,0 @@ -body { - color: $default-color; - font-family: 'Open Sans', sans-serif; - font-weight: 400; -} - -h1 { - border-bottom: 1px solid #d6dcd7; - font-family: 'Asap', sans-serif; - font-size: $header-h1-size; - padding-bottom: $default-spacing-size; - text-transform: uppercase; - a { - color: $header-color; - } -} - -a { - color: $link-color; - text-decoration: none; -} \ No newline at end of file diff --git a/sass/novo/_utilities.scss b/sass/novo/_utilities.scss deleted file mode 100644 index 1c77d25..0000000 --- a/sass/novo/_utilities.scss +++ /dev/null @@ -1,9 +0,0 @@ -.hide { - display: none; -} -#proposal { - &-result { - margin: 0 auto 40px; - width: 90%; - } -} \ No newline at end of file diff --git a/sass/novo/_variables.scss b/sass/novo/_variables.scss deleted file mode 100644 index 828b600..0000000 --- a/sass/novo/_variables.scss +++ /dev/null @@ -1,20 +0,0 @@ -// colors -$header-color: #03316f; -$link-color: #335277; -$default-color: #172938; - -// font sizes -$default-font-size: 16px; -$small-font-size: 14px; -$header-h1-size: 28px; -$category-title-size: 18px; -$category-select-size: 19px; -$proposal-link-size: 24px; -$detail-title-size: 32px; -$detail-proposal-size: 30px; - -// radius sizes -$default-radius-size: 7px; - -// padding defaults -$default-spacing-size: 20px; \ No newline at end of file -- libgit2 0.21.2