22 Global Documentation Styles
33------------------------------------------------------------------------------*/
44
5+ html {
6+ height : 100% ;
7+ }
8+
59body {
610 font : 13px helvetica, arial, freesans, clean, sans-serif;
711 line-height : 1.4em ;
@@ -303,7 +307,7 @@ div.sidebar-module ul ul li span {
303307# footer-wrapper {
304308 border-top : solid 1px # ddd ;
305309 background-color : # 222 ;
306- padding : 1 em 0 ;
310+ padding : 2 em 0 ;
307311 color : # eee ;
308312 margin-top : -88px ;
309313}
@@ -314,56 +318,78 @@ div.sidebar-module ul ul li span {
314318 overflow : hidden;
315319 margin : 0 auto;
316320 width : 920px ;
317-
321+ position : relative;
318322}
319323
320- # footer p {
321- margin : 0 ;
324+ # footer a {
325+ color : # fff ;
326+ text-decoration : none;
322327}
323-
324- # footer .rackspace {
325- line-height : 1.5em ;
326- padding : 1.1em 1em 1em 65px ;
327- color : # 666 ;
328- background : url (/shared/images/rackspace_logo.png) 1.2em 50% no-repeat # f1f1f1 ;
329- -webkit-border-radius : 5px ;
330- -moz-border-radius : 5px ;
328+ # footer a : hover {
329+ text-decoration : underline;
331330}
332-
333- .rackspace a ,
334- .rackspace a : active ,
335- .rackspace a : hover {
336- color : # 333 ;
331+ # footer h2 .logo {
332+ margin : 0 20px 0 0 ;
333+ float : left;
334+ }
335+ # footer h2 .logo a {
336+ float : left;
337+ width : 120px ;
338+ height : 53px ;
339+ text-indent : -9999px ;
340+ text-decoration : none;
341+ }
342+ # footer ul .github-nav {
343+ display : inline-block;
344+ margin : 14px 0 0 0 ;
345+ padding-bottom : 5px ;
346+ font-size : 14px ;
347+ border-bottom : 2px solid # 303030 ;
348+ }
349+ # footer ul .github-nav li {
350+ list-style-type : none;
351+ float : left;
352+ margin : 0 ;
353+ padding : 0 5px ;
354+ line-height : 1 ;
355+ border-left : 1px solid # 666 ;
337356}
338-
339- # bottom-nav {
340- padding-top : 0.7em ;
341- position : relative;
342- float : left;
343- display : block;
357+ # footer ul .github-nav li : first-child {
358+ padding-left : 0 ;
359+ border-left : none;
344360}
345-
346- # footer .nav ,
347- # footer .nav li {
361+ # footer p .copyline {
362+ margin : 3px 0 0 0 ;
363+ font-size : 14px ;
364+ }
365+ # footer p .rackspace {
348366 margin : 0 ;
367+ width : 230px ;
368+ padding : 10px 10px 10px 56px ;
369+ font-size : 12px ;
370+ color : # 666 ;
371+ background : url (/shared/images/rackspace_logo.png) 10px 50% no-repeat # f1f1f1 ;
372+ -webkit-border-radius : 5px ;
373+ -moz-border-radius : 5px ;
374+ }
375+ # footer p .rackspace a {
376+ text-decoration : underline;
377+ color : # 333 ;
349378}
350379
351- # footer .nav li {
352- display : inline;
353- line-height : 2em ;
354- padding-right : 3px ;
380+ # footer h2 .logo a {
381+ background : url (/shared/images/footer_logo.png) no-repeat;
355382}
356383
357- # footer . nav li + li {
358- border-left : 2 px solid # 666 ;
359- padding-left : 5 px ;
384+ # footer div . left-col {
385+ position : relative ;
386+ float : left ;
360387}
361388
362- # bottom-notice {
363- width : 310px ;
364- display : block;
389+ # footer div .right-col {
365390 position : relative;
366391 float : right;
392+ line-height : 1.4em ;
367393}
368394
369395/* end */
@@ -668,4 +694,99 @@ span.bash-output {
668694
669695.more-info .more-content pre {
670696 margin-left : 0px ;
671- }
697+ }
698+
699+ /****************************/
700+ /* List Module */
701+ /****************************/
702+
703+ .list-module h2 {
704+ border : solid # cacaca ;
705+ border-width : 1px ;
706+ border-radius : 3px 3px 0px 0px ;
707+ -moz-border-radius : 3px 3px 0px 0px ;
708+ -webkit-border-bottom-right-radius : 0px ;
709+ -webkit-border-bottom-left-radius : 0px ;
710+ -moz-background-clip : padding;
711+ -webkit-background-clip : padding-box;
712+ background-clip : padding-box;
713+ padding : 6px 10px ;
714+ background-color : # f1f1f1 ;
715+ background-image : -moz-linear-gradient (top, # f1f1f1, # e1e1e1 );
716+ background-image : -ms-linear-gradient (top, # f1f1f1, # e1e1e1 );
717+ background-image : -o-linear-gradient (top, # f1f1f1, # e1e1e1 );
718+ background-image : -webkit-gradient (linear, left top, left bottom, from (# f1f1f1 ), to (# e1e1e1 ));
719+ background-image : -webkit-linear-gradient (top, # f1f1f1, # e1e1e1 );
720+ background-image : linear-gradient (top, # f1f1f1, # e1e1e1 );
721+ filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
722+ color : # 666 ;
723+ text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.7 );
724+ font-size : 16px ;
725+ line-height : 22px ;
726+ margin : 0px ;
727+ }
728+
729+ .list-module .list-body {
730+ border : solid # cacaca ;
731+ border-width : 0px 1px 1px 1px ;
732+ border-radius : 0px 0px 3px 3px ;
733+ -moz-border-radius : 0px 0px 3px 3px ;
734+ -webkit-border-bottom-right-radius : 3px ;
735+ -webkit-border-bottom-left-radius : 3px ;
736+ -moz-background-clip : padding;
737+ -webkit-background-clip : padding-box;
738+ background-clip : padding-box;
739+ background-color : # fafafb ;
740+ color : # 666 ;
741+ text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.7 );
742+ }
743+
744+ .list-module .list-body .icon {
745+ display : block;
746+ height : 28px ;
747+ width : 28px ;
748+ position : absolute;
749+ top : 10px ;
750+ left : 10px ;
751+ background : transparent url (images/popular_guide_sprites.png) 0 0 no-repeat;
752+ }
753+
754+ .list-module a {
755+ border-top : 1px solid # fff ;
756+ border-bottom : 1px solid # e9ecee ;
757+ padding : 6px 10px ;
758+ position : relative;
759+ display : block;
760+ }
761+
762+ .list-module a : hover {
763+ border-top : 1px solid # fafafb ;
764+ border-bottom : 1px solid # e5e8ea ;
765+ background-color : # f0f0f3 ;
766+ text-decoration : none;
767+ }
768+
769+ .list-module a h3 {
770+ color : # 4183C4 ;
771+ }
772+
773+ .list-module a : hover h3 {
774+ text-decoration : underline;
775+ }
776+
777+ .list-module ul {
778+ list-style-type : none;
779+ margin : 0px ;
780+ }
781+
782+ .list-module h3 {
783+ margin : 0px ;
784+ font-size : 13px ;
785+ }
786+
787+ .list-module .list-body a p {
788+ color : # 666 ;
789+ margin : 0px ;
790+ }
791+
792+ /* @end */
0 commit comments