Merge remote-tracking branch 'origin/master'
This commit is contained in:
+43
-19
@@ -120,7 +120,7 @@ header
|
||||
top: 0
|
||||
left: 0
|
||||
transform: none
|
||||
background-image: url(../images/nav_logo.svg)
|
||||
background-image: url(/images/nav_logo.svg)
|
||||
background-size: contain
|
||||
background-position: center center
|
||||
background-repeat: no-repeat
|
||||
@@ -133,7 +133,7 @@ header
|
||||
left: 20px
|
||||
width: 50px
|
||||
height: 50px
|
||||
background-image: url(../images/toc_icon.png)
|
||||
background-image: url(/images/toc_icon.png)
|
||||
background-position: center center
|
||||
background-repeat: no-repeat
|
||||
background-size: auto
|
||||
@@ -152,11 +152,11 @@ header
|
||||
display: block
|
||||
width: 45px
|
||||
height: 44px
|
||||
background-image: url(../images/favicon.png)
|
||||
background-image: url(/images/favicon.png)
|
||||
|
||||
|
||||
&.flip-nav .flyout-button
|
||||
background-image: url(../images/toc_icon_grey.png)
|
||||
background-image: url(/images/toc_icon_grey.png)
|
||||
|
||||
|
||||
.nav-buttons
|
||||
@@ -295,7 +295,7 @@ header
|
||||
|
||||
// HERO
|
||||
#hero
|
||||
background-image: url(../images/texture.png)
|
||||
background-image: url(/images/texture.png)
|
||||
background-color: $dark-grey
|
||||
text-align: center
|
||||
padding-left: 0
|
||||
@@ -321,7 +321,7 @@ header
|
||||
// FOOTER
|
||||
footer
|
||||
width: 100%
|
||||
background-image: url(../images/texture.png)
|
||||
background-image: url(/images/texture.png)
|
||||
background-color: $dark-grey
|
||||
|
||||
main
|
||||
@@ -373,7 +373,7 @@ footer
|
||||
|
||||
.social a
|
||||
display: inline-block
|
||||
background-image: url(../images/social_sprite.png)
|
||||
background-image: url(/images/social_sprite.png)
|
||||
background-repeat: no-repeat
|
||||
background-size: auto
|
||||
width: 50px
|
||||
@@ -845,7 +845,7 @@ dd
|
||||
white-space: nowrap
|
||||
text-indent: 50px
|
||||
overflow: hidden
|
||||
background: $blue url(../images/pencil.png) no-repeat
|
||||
background: $blue url(/images/pencil.png) no-repeat
|
||||
background-position: 1px 1px
|
||||
background-size: auto
|
||||
|
||||
@@ -929,7 +929,7 @@ $feature-box-div-margin-bottom: 40px
|
||||
#home
|
||||
&.flip-nav, &.open-nav
|
||||
.logo
|
||||
background-image: url(../images/nav_logo2.svg)
|
||||
background-image: url(/images/nav_logo2.svg)
|
||||
|
||||
#hero
|
||||
margin-bottom: 0
|
||||
@@ -982,7 +982,7 @@ $feature-box-div-margin-bottom: 40px
|
||||
#video
|
||||
width: 100%
|
||||
position: relative
|
||||
background-image: url(../images/kub_video_thm.jpg)
|
||||
background-image: url(/images/kub_video_thm.jpg)
|
||||
background-position: center center
|
||||
background-size: cover
|
||||
|
||||
@@ -1087,7 +1087,7 @@ $feature-box-div-margin-bottom: 40px
|
||||
#features
|
||||
padding-top: 140px
|
||||
background-color: $light-grey
|
||||
background-image: url(../images/wheel.png)
|
||||
background-image: url(/images/wheel.png)
|
||||
background-position: center 60px
|
||||
background-repeat: no-repeat
|
||||
background-size: auto
|
||||
@@ -1127,7 +1127,7 @@ $feature-box-div-margin-bottom: 40px
|
||||
#community
|
||||
&.open-nav, &.flip-nav
|
||||
.logo
|
||||
background-image: url(../images/nav_logo2.svg)
|
||||
background-image: url(/images/nav_logo2.svg)
|
||||
|
||||
#hero
|
||||
padding-bottom: 20px
|
||||
@@ -1178,6 +1178,30 @@ $feature-box-div-margin-bottom: 40px
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
||||
// Tabs
|
||||
.ui-widget-header
|
||||
background: transparent !important
|
||||
background-color: transparent !important
|
||||
border: 0px !important
|
||||
|
||||
.ui-tabs
|
||||
ul, ol, li
|
||||
padding: 0px !important
|
||||
list-style: none !important
|
||||
margin-bottom: 0px !important
|
||||
margin-left: 1px !important
|
||||
|
||||
.ui-widget-content
|
||||
border: 0px !important
|
||||
|
||||
.ui-widget-content
|
||||
table
|
||||
margin: 0px !important
|
||||
|
||||
.ui-tabs .ui-tabs-panel
|
||||
padding: 0px !important
|
||||
border: 1px solid #ccc !important
|
||||
|
||||
// Talk to us
|
||||
#talkToUs
|
||||
h3, h4
|
||||
@@ -1206,16 +1230,16 @@ $feature-box-div-margin-bottom: 40px
|
||||
background-repeat: no-repeat
|
||||
|
||||
div:nth-child(1)
|
||||
background-image: url(../images/twitter_icon.png)
|
||||
background-image: url(/images/twitter_icon.png)
|
||||
|
||||
div:nth-child(2)
|
||||
background-image: url(../images/github_icon.png)
|
||||
background-image: url(/images/github_icon.png)
|
||||
|
||||
div:nth-child(3)
|
||||
background-image: url(../images/slack_icon.png)
|
||||
background-image: url(/images/slack_icon.png)
|
||||
|
||||
div:nth-child(4)
|
||||
background-image: url(../images/stackoverflow_icon.png)
|
||||
background-image: url(/images/stackoverflow_icon.png)
|
||||
|
||||
div + div
|
||||
margin-top: 20px
|
||||
@@ -1243,10 +1267,10 @@ $feature-box-div-margin-bottom: 40px
|
||||
padding-top: 125px
|
||||
|
||||
div:nth-child(1)
|
||||
background-image: url(../images/community_logos/viacom_logo.png)
|
||||
background-image: url(/images/community_logos/viacom_logo.png)
|
||||
|
||||
div:nth-child(2)
|
||||
background-image: url(../images/community_logos/ebay_logo.png)
|
||||
background-image: url(/images/community_logos/ebay_logo.png)
|
||||
|
||||
div:nth-child(3)
|
||||
background-image: url(../images/community_logos/wikimedia_foundation_logo.png)
|
||||
background-image: url(/images/community_logos/wikimedia_foundation_logo.png)
|
||||
Reference in New Issue
Block a user