Skip to content

Commit

Permalink
build files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Hough committed Mar 14, 2015
1 parent f2d276a commit 396de0b
Show file tree
Hide file tree
Showing 10 changed files with 1,212 additions and 1,166 deletions.
274 changes: 178 additions & 96 deletions build/css/centurion.css

Large diffs are not rendered by default.

54 changes: 37 additions & 17 deletions build/css/custom.css
@@ -1,3 +1,12 @@
/* --------------------------------------------------------
*
* Centurion Framework v3.5.3
* Created by: Justin Hough (http://www.justinhough.com/)
*
* Documentation: http://www.centurionframework.com
* Licensed under GPL and MIT.
*
* -------------------------------------------------------- */
.color-box, .color-swatch, .color-code, .color-name {
border: 1px solid #EDEDED;
display: block; }
Expand All @@ -21,33 +30,33 @@
.color-swatch.dark-grey {
background-color: #555555; }
.color-swatch.red {
background-color: #cc583a; }
background-color: #e04646; }
.color-swatch.light-red {
background-color: #ebbfb4; }
background-color: #ef9d9d; }
.color-swatch.dark-red {
background-color: #a8452b; }
background-color: #d02323; }
.color-swatch.blue {
background-color: #1F468D; }
background-color: #2971b2; }
.color-swatch.light-blue {
background-color: #6791de; }
background-color: #8fbce5; }
.color-swatch.dark-blue {
background-color: #163163; }
background-color: #1f5789; }
.color-swatch.purple {
background-color: #7f4d7b; }
background-color: #553a99; }
.color-swatch.light-purple {
background-color: #c5a0c2; }
background-color: #a895d7; }
.color-swatch.dark-purple {
background-color: #5f3a5c; }
background-color: #402c74; }
.color-swatch.green {
background-color: #277f35; }
background-color: #4a742c; }
.color-swatch.light-green {
background-color: #6dd27d; }
background-color: #95c970; }
.color-swatch.dark-green {
background-color: #1b5825; }
background-color: #324f1e; }
.color-swatch.orange {
background-color: #fe9300; }
.color-swatch.light-orange {
background-color: #ffd498; }
background-color: #ffbe65; }
.color-swatch.dark-orange {
background-color: #cb7500; }

Expand Down Expand Up @@ -106,7 +115,9 @@ nav a {
font-size: 0.9em;
font-weight: 100;
padding: 1em;
text-decoration: none; }
text-decoration: none;
-webkit-transition: background-color 100ms linear;
transition: background-color 100ms linear; }
nav a:hover, nav a.nav-current {
background: #fe9300;
color: #FFF; }
Expand All @@ -121,7 +132,6 @@ nav a {
*/
footer {
background: #EDEDED;
border-top: 1px solid #999999;
margin-top: 4em; }
footer p {
font-size: 0.8em; }
Expand All @@ -148,7 +158,7 @@ span.box-grid {
width: 100%; }

[class^="ctn-grid-"] [class^="ctn-grid-"] .first .box-grid, [class^="ctn-grid-"] [class^="ctn-grid-"]:first-of-type .box-grid {
background: #ffd498; }
background: #ffbe65; }
[class^="ctn-grid-"] [class^="ctn-grid-"] .last .box-grid, [class^="ctn-grid-"] [class^="ctn-grid-"]:last-of-type .box-grid {
background: #fe9300;
margin-bottom: 8px;
Expand All @@ -159,10 +169,20 @@ span.box-grid {
margin-bottom: 0.53333rem; }

[class^="ctn-grid-"][class*="push-"] .box-grid {
background-color: #ffd498; }
background-color: #ffbe65; }
[class^="ctn-grid-"][class*="pull-"] .box-grid {
background-color: #fe9300; }

.rotate {
-webkit-transition-duration: 0.75s;
transition-duration: 0.75s;
-webkit-transition-property: -webkit-transform;
transition-property: transform; }

.rotate:hover {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg); }

.clearfix:before, .cf:before, .clearfix:after, .cf:after {
content: " ";
display: table; }
Expand Down
9 changes: 9 additions & 0 deletions build/css/grid-rtl.css
@@ -1,3 +1,12 @@
/* --------------------------------------------------------
*
* Centurion Framework v3.5.3
* Created by: Justin Hough (http://www.justinhough.com/)
*
* Documentation: http://www.centurionframework.com
* Licensed under GPL and MIT.
*
* -------------------------------------------------------- */
body {
font-size: 100%;
line-height: 1.5; }
Expand Down
9 changes: 9 additions & 0 deletions build/css/grid.css
@@ -1,3 +1,12 @@
/* --------------------------------------------------------
*
* Centurion Framework v3.5.3
* Created by: Justin Hough (http://www.justinhough.com/)
*
* Documentation: http://www.centurionframework.com
* Licensed under GPL and MIT.
*
* -------------------------------------------------------- */
.ctn-container .ctn-grid-1, .ctn-container .ctn-grid-2, .ctn-container .ctn-grid-3, .ctn-container .ctn-grid-4, .ctn-container .ctn-grid-5, .ctn-container .ctn-grid-6, .ctn-container .ctn-grid-7, .ctn-container .ctn-grid-8, .ctn-container .ctn-grid-9, .ctn-container .ctn-grid-10, .ctn-container .ctn-grid-11, .ctn-container .ctn-grid-12, .ctn-container .ctn-grid-13, .ctn-container .ctn-grid-14, .ctn-container .ctn-grid-15, .ctn-container .ctn-grid-16, .ctn-container .ctn-grid-17, .ctn-container .ctn-grid-18, .ctn-container .ctn-grid-19, .ctn-container .ctn-grid-20, .ctn-container .ctn-grid-21, .ctn-container .ctn-grid-22, .ctn-container .ctn-grid-23, .ctn-container .ctn-grid-24, .ctn-container .ctn-tablet-1, .ctn-container .ctn-tablet-2, .ctn-container .ctn-tablet-3, .ctn-container .ctn-tablet-4, .ctn-container .ctn-tablet-5, .ctn-container .ctn-tablet-6, .ctn-container .ctn-tablet-7, .ctn-container .ctn-tablet-8, .ctn-container .ctn-tablet-9, .ctn-container .ctn-tablet-10, .ctn-container .ctn-tablet-11, .ctn-container .ctn-tablet-12, .ctn-container .ctn-mobile-1, .ctn-container .ctn-mobile-2, .ctn-container .ctn-mobile-3, .ctn-container .ctn-mobile-4, .ctn-container .ctn-mobile-5, .ctn-container .ctn-mobile-6 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down
3 changes: 2 additions & 1 deletion build/css/minified/centurion.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/css/minified/custom.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/css/minified/grid-rtl.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/css/minified/grid.min.css

Large diffs are not rendered by default.

0 comments on commit 396de0b

Please sign in to comment.