2012-08-05 14:19:48 +02:00
/*---------------------------------------- Text */
2012-07-31 12:59:15 +02:00
body {
2012-08-05 14:19:48 +02:00
background-color : powderblue ;
font-family : Georgia , Times New Roman , Times , serif ;
font-weight : bold ;
2012-08-13 00:10:19 +02:00
font-size : 20px ;
2012-08-05 14:19:48 +02:00
text-align : center ;
2012-08-09 13:03:05 +02:00
padding : 0 ;
2012-08-05 14:19:48 +02:00
margin : 0 ;
2012-07-31 12:59:15 +02:00
}
2012-08-08 15:04:34 +02:00
header {
box-shadow : 0px 5px 7px # 8db7bd ;
-webkit-box-shadow : 0px 5px 7px # 8db7bd ;
-moz-box-shadow : 0px 5px 7px # 8db7bd ;
height : 400px ;
background-color : # 8db7bd ;
border-bottom : 1px solid # 698b91
}
footer {
box-shadow : 0px -5px 7px # 8db7bd ;
-webkit-box-shadow : 0px -5px 7px # 8db7bd ;
-moz-box-shadow : 0px -5px 7px # 8db7bd ;
background-color : # 8db7bd ;
2012-08-09 12:52:39 +02:00
border-top : 1px solid # 698b91 ;
2012-08-12 15:58:13 +02:00
position : relative ;
2012-08-08 15:04:34 +02:00
}
2012-07-31 12:59:15 +02:00
h1 {
2012-08-12 15:58:13 +02:00
font-size : 100px ;
2012-08-05 14:19:48 +02:00
font-weight : normal ;
margin : 0 ;
2012-07-31 12:59:15 +02:00
font-family : 'Sansita One' , cursive ;
2012-08-05 14:19:48 +02:00
color : # 3a7eff ;
text-shadow : 0 2px 1px # 000 ;
line-height : 1 ;
2012-07-31 12:59:15 +02:00
}
h2 {
2012-08-12 15:58:13 +02:00
font-size : 60px ;
2012-08-05 14:19:48 +02:00
font-weight : normal ;
margin : 0 ;
2012-08-13 00:10:19 +02:00
margin-bottom : 25px ;
2012-08-05 14:19:48 +02:00
text-shadow : 0 2px 1px # 000 ;
color : # FFB000 ;
2012-07-31 12:59:15 +02:00
font-family : 'Sansita One' , cursive ;
}
h3 {
2012-08-12 15:58:13 +02:00
font-size : 34px ;
2012-08-05 14:19:48 +02:00
font-weight : normal ;
margin : 0 ;
color : # D92B00 ;
text-shadow : 0 2px 1px # 000 ;
2012-07-31 12:59:15 +02:00
font-family : 'Sansita One' , cursive ;
}
p {
2012-08-05 14:19:48 +02:00
margin : 20px auto ;
text-shadow : 0 2px 1px # fff ;
color : # 222438 ;
2012-07-31 12:59:15 +02:00
}
2012-08-12 15:58:13 +02:00
2012-07-31 12:59:15 +02:00
a , a : visited {
2012-08-05 14:19:48 +02:00
color : # D92B00 ;
font-weight : bold ;
font-style : italic ;
2012-07-31 12:59:15 +02:00
}
ul {
2012-08-05 14:19:48 +02:00
list-style : none ;
margin-left : 0 ;
padding-left : 1em ;
text-indent : -1em ;
2012-08-06 19:33:03 +02:00
text-shadow : 0 2px 1px # fff ;
2012-08-09 11:28:23 +02:00
line-height : 1 . 4 ;
2012-07-31 12:59:15 +02:00
}
2012-08-05 14:19:48 +02:00
ul li : before {
content : "\2605\a0"
2012-07-31 12:59:15 +02:00
}
2012-08-05 14:19:48 +02:00
/** coding block */
2012-07-31 12:59:15 +02:00
blockquote {
2012-08-05 14:19:48 +02:00
text-align : left ;
margin : 10px auto ;
background : # 131420 ;
border-bottom : 2px solid # 30334F ;
border-right : 2px solid # 30334F ;
2012-08-06 19:33:03 +02:00
border-radius : 10px ;
padding : 5px 20px ;
2012-08-13 00:10:19 +02:00
color : white ;
font-family : menlo , monospace ;
2012-07-31 12:59:15 +02:00
}
code {
2012-08-05 14:19:48 +02:00
font-style : normal ;
padding-left : 5px ;
2012-08-06 19:33:03 +02:00
border-radius : 10px ;
color : white ;
padding : 5px 15px ;
2012-08-13 00:10:19 +02:00
2012-08-06 19:33:03 +02:00
background : # 131420 ;
text-shadow : none ;
font-size : 0 . 8em ;
2012-08-05 14:19:48 +02:00
}
/*---------------------------------------- Images */
2012-08-09 11:28:23 +02:00
. initialize {
2012-08-07 19:50:02 +02:00
background : url ( "../img/initialize.png" ) no-repeat scroll center center transparent ;
2012-08-12 15:58:13 +02:00
height : 244px ;
2012-08-09 11:28:23 +02:00
width : 100 % ;
position : relative ;
z-index : 99 ;
margin-left : 10px ;
}
. lines-small {
2012-08-12 15:58:13 +02:00
width : 300px ;
2012-08-09 11:28:23 +02:00
height : 150px ;
background-repeat : repeat-y ;
background : url ( "../img/lines-small.png" ) ;
position : relative ;
2012-08-12 15:58:13 +02:00
left : 11px ;
2012-08-09 11:28:23 +02:00
}
. lines-small-end {
2012-08-12 15:58:13 +02:00
width : 300px ;
2012-09-07 09:38:08 +02:00
height : 950px ;
2012-08-09 11:28:23 +02:00
background-repeat : repeat-y ;
background : url ( "../img/lines-small.png" ) ;
position : absolute ;
2012-08-12 15:58:13 +02:00
left : 361px ;
2012-08-09 11:28:23 +02:00
}
. lines-big {
2012-08-12 15:58:13 +02:00
width : 300px ;
2012-08-13 11:04:39 +02:00
height : 4140px ;
2012-08-09 11:28:23 +02:00
background-repeat : repeat-y ;
background : url ( "../img/lines-big.png" ) ;
position : absolute ;
2012-08-12 15:58:13 +02:00
left : 360px ;
2012-08-09 11:28:23 +02:00
}
. lines-open {
2012-08-12 15:58:13 +02:00
width : 300px ;
height : 52px ;
2012-08-09 11:28:23 +02:00
background : url ( "../img/lines-open.png" ) ;
2012-08-12 15:58:13 +02:00
position : relative ;
left : 11px ;
2012-08-09 11:28:23 +02:00
}
. lines-close {
2012-08-12 15:58:13 +02:00
width : 300px ;
height : 52px ;
2012-08-09 11:28:23 +02:00
background : url ( "../img/lines-close.png" ) ;
2012-08-12 15:58:13 +02:00
position : relative ;
left : 11px ;
2012-08-09 11:28:23 +02:00
}
. hotfix-end , . hotfix-start , . release-end , . release-start , . feature-end , . feature-start {
display : inline-block ;
background-repeat : no-repeat ;
background-image : url ( '../img/flow-sprites.png' ) ;
background-color : rgba ( 173 , 215 , 223 , 0 . 8 ) ;
border : 2px dashed # 008098 ;
border-radius : 25px ;
2012-08-12 15:58:13 +02:00
width : 300px ;
height : 222px ;
2012-08-05 14:19:48 +02:00
position : relative ;
z-index : 99 ;
2012-08-09 11:28:23 +02:00
box-shadow : 5px 5px 7px # 8db7bd ;
-webkit-box-shadow : 5px 5px 7px # 8db7bd ;
-moz-box-shadow : 5px 5px 7px # 8db7bd ;
}
2012-08-09 12:52:39 +02:00
. feature-publish {
display : inline-block ;
2012-08-12 15:58:13 +02:00
background-repeat : no-repeat ;
2012-08-09 12:52:39 +02:00
2012-08-12 15:58:13 +02:00
background-color : rgba ( 173 , 215 , 223 , 0 . 8 ) ;
border : 2px dashed # 008098 ;
border-radius : 25px ;
width : 300px ;
height : 120px ;
position : relative ;
2012-08-09 12:52:39 +02:00
2012-08-12 15:58:13 +02:00
box-shadow : 5px 5px 7px # 8db7bd ;
-webkit-box-shadow : 5px 5px 7px # 8db7bd ;
-moz-box-shadow : 5px 5px 7px # 8db7bd ;
2012-08-09 12:52:39 +02:00
background-image : url ( '../img/feature-publish.png' ) ;
2012-08-12 15:58:13 +02:00
background-position : center ;
2012-08-09 12:52:39 +02:00
}
. feature-pull {
display : inline-block ;
2012-08-12 15:58:13 +02:00
background-repeat : no-repeat ;
background-color : rgba ( 173 , 215 , 223 , 0 . 8 ) ;
border : 2px dashed # 008098 ;
border-radius : 25px ;
width : 300px ;
height : 120px ;
position : relative ;
z-index : 99 ;
margin-left : -21px ;
box-shadow : 5px 5px 7px # 8db7bd ;
-webkit-box-shadow : 5px 5px 7px # 8db7bd ;
-moz-box-shadow : 5px 5px 7px # 8db7bd ;
2012-08-09 12:52:39 +02:00
background-image : url ( '../img/feature-pull.png' ) ;
2012-08-12 15:58:13 +02:00
background-position : center ;
2012-08-09 12:52:39 +02:00
}
2012-08-09 11:28:23 +02:00
. hotfix-end {
background-position : 0px 0px ;
}
. hotfix-start {
2012-08-12 15:58:13 +02:00
background-position : 0px -222px ;
2012-08-09 11:28:23 +02:00
}
. release-end {
2012-08-12 15:58:13 +02:00
background-position : 0px -444px ;
2012-08-09 11:28:23 +02:00
}
. release-start {
2012-08-12 15:58:13 +02:00
background-position : 0px -666px ;
2012-08-09 11:28:23 +02:00
}
. feature-end {
2012-08-12 15:58:13 +02:00
background-position : 0px -888px ;
2012-08-09 11:28:23 +02:00
}
. feature-start {
2012-08-12 15:58:13 +02:00
background-position : 0px -1110px ;
2012-08-05 14:19:48 +02:00
}
2012-07-31 12:59:15 +02:00
/*---------------------------------------- BLOCKS */
2012-08-05 14:19:48 +02:00
. col-1 {
float : left ;
2012-08-12 15:58:13 +02:00
width : 320px ;
2012-07-31 12:59:15 +02:00
}
2012-08-05 14:19:48 +02:00
. col-2 {
float : right ;
2012-08-12 15:58:13 +02:00
width : 320px ;
2012-08-05 14:19:48 +02:00
margin-left : 30px ;
}
# main {
margin : 0 auto ;
position : relative ;
2012-08-12 15:58:13 +02:00
width : 670px ;
2012-07-31 12:59:15 +02:00
}
2012-08-05 14:19:48 +02:00
. scrollblock {
width : 100 % ;
2012-08-12 15:58:13 +02:00
padding-top : 50px ;
2012-08-09 11:28:23 +02:00
position : relative ;
2012-08-12 15:58:13 +02:00
clear : both ;
2012-07-31 12:59:15 +02:00
}
. divider , . accent {
2012-08-05 14:19:48 +02:00
color : # 69697A ;
text-shadow : none ;
2012-07-31 12:59:15 +02:00
}
# title {
2012-08-06 19:33:03 +02:00
margin : auto ;
padding-top : 40px ;
2012-08-12 15:58:13 +02:00
width : 670px ;
2012-08-05 14:19:48 +02:00
position : relative ;
z-index : 99 ;
2012-07-31 12:59:15 +02:00
}
# author {
2012-08-05 14:19:48 +02:00
width : 640px ;
position : absolute ;
2012-08-12 15:58:13 +02:00
top : 230px ;
2012-08-05 14:19:48 +02:00
right : 15 % ;
font-size : 20px ;
text-align : right ;
font-style : italic ;
color : # D92B00 ;
z-index : 100 ;
2012-07-31 12:59:15 +02:00
}
. twitter-share-button {
2012-08-05 14:19:48 +02:00
position : relative ;
top : 8px ;
left : 4px ;
2012-07-31 12:59:15 +02:00
}
# desc {
2012-08-05 14:19:48 +02:00
position : absolute ;
2012-08-12 15:58:13 +02:00
top : 300px ;
2012-08-05 14:19:48 +02:00
width : 100 % ;
2012-07-31 12:59:15 +02:00
}
2012-11-06 02:16:45 +01:00
# translations {
position : absolute ;
top : 340px ;
width : 100 % ;
right : 15 % ;
text-align : right ;
}
# translations . active {
text-decoration : none ;
cursor : default ;
color : # 3a7eff ;
}
2012-08-08 15:04:34 +02:00
# disqus_thread {
width : 800px ;
text-align : left ;
margin-left : auto ;
margin-right : auto ;
}
2012-08-06 19:33:03 +02:00
2012-08-09 11:28:23 +02:00
/*---------------------------------------- Github Banner */
2012-08-05 14:19:48 +02:00
# banner {
height : 149px ;
width : 149px ;
overflow : hidden ;
padding : 0 ;
margin : 0 ;
position : absolute ;
right : 0 ;
2012-07-31 12:59:15 +02:00
}
2012-08-05 14:19:48 +02:00
# banner a {
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
display : block ;
width : 190px ;
font-size : 14px ;
font-family : Frutiger , "Frutiger Linotype" , Univers , Calibri , "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad , "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma , Geneva , "Helvetica Neue" , Helvetica , Arial , sans serif ;
background-color : # 333 ;
color : # FFF ;
word-spacing : 2px ;
text-decoration : none ;
padding : 5px 15px 5px 25px ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
position : relative ;
left : 20px ;
top : -37px ;
text-align : center ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
-moz-transform-origin : 0 0 ;
-moz-transform : rotate ( 45deg ) ;
-moz-box-shadow : 1px 1px 5px 1px # 666 ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
-webkit-transform-origin : 0 0 ;
-webkit-transform : rotate ( 45deg ) ;
-webkit-box-shadow : 1px 1px 5px 1px # 666 ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
-ms-transform-origin : 0 0 ;
-ms-transform : rotate ( 45deg ) ;
-ms-box-shadow : 1px 1px 5px 1px # 666 ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
transform-origin : 0 0 ;
transform : rotate ( 45deg ) ;
box-shadow : 1px 1px 5px 1px # 666 ;
2012-07-31 12:59:15 +02:00
2012-08-05 14:19:48 +02:00
background-image : linear-gradient ( bottom , # 000000 3 % , # 666666 5 % , # 000000 7 % , # 000000 93 % , # 666666 95 % , # 000000 97 % ) ;
background-image : -o-linear-gradient ( bottom , # 000000 3 % , # 666666 5 % , # 000000 7 % , # 000000 93 % , # 666666 95 % , # 000000 97 % ) ;
background-image : -moz-linear-gradient ( bottom , # 000000 3 % , # 666666 5 % , # 000000 7 % , # 000000 93 % , # 666666 95 % , # 000000 97 % ) ;
background-image : -webkit-linear-gradient ( bottom , # 000000 3 % , # 666666 5 % , # 000000 7 % , # 000000 93 % , # 666666 95 % , # 000000 97 % ) ;
background-image : -ms-linear-gradient ( bottom , # 000000 3 % , # 666666 5 % , # 000000 7 % , # 000000 93 % , # 666666 95 % , # 000000 97 % ) ;
background-image : -webkit-gradient ( linear , left bottom , left top , color-stop ( 0 . 03 , # 000000 ) , color-stop ( 0 . 05 , # 666666 ) , color-stop ( 0 . 07 , # 000000 ) , color-stop ( 0 . 93 , # 000000 ) , color-stop ( 0 . 95 , # 666666 ) , color-stop ( 0 . 97 , # 000000 ) ) ;
2012-07-31 12:59:15 +02:00
}