commit
stringlengths
40
40
old_file
stringlengths
10
91
new_file
stringlengths
10
91
old_contents
stringlengths
0
1.61k
new_contents
stringlengths
86
2.17k
subject
stringlengths
20
182
message
stringlengths
21
517
lang
stringclasses
1 value
license
stringclasses
9 values
repos
stringlengths
8
2.98k
f33bc40ce27d9f09617f2bd23fbde49a5042d958
app/assets/stylesheets/modules/_pagination.styl
app/assets/stylesheets/modules/_pagination.styl
.pagination text-align center margin 30px 10px display flex list-style none cursor pointer li margin 0 &.disabled > a background-color transparent border 1px solid #e7e7e7 color #6a6a6a .previous_page, .next_page, a border-radius 3px font-size 14px line-height 1.5 background-color #676eb4 color #fff text-decoration none padding 8px 20px 8px font-weight 600 margin 10px 5px .previous_page, .next_page &:hover background-color #878dcd color #fff &.disabled background-color transparent border 1px solid #e7e7e7 color #6a6a6a .current, .active > a color #6a6a6a background #e7e7e7 a background transparent color #6a6a6a border 1px solid #e7e7e7 &:hover color #6a6a6a background #e7e7e7
.pagination text-align center margin 30px 10px display flex list-style none cursor pointer li margin 0 &.disabled > a background-color transparent border 1px solid #e7e7e7 color #6a6a6a .previous_page, .next_page, .current, a border-radius 3px font-size 14px line-height 1.5 background-color #676eb4 color #fff text-decoration none padding 8px 20px 8px font-weight 600 margin 10px 5px .previous_page, .next_page &:hover background-color #878dcd color #fff &.disabled background-color transparent border 1px solid #e7e7e7 color #6a6a6a .current, .active > a color #6a6a6a background #e7e7e7 a background transparent color #6a6a6a border 1px solid #e7e7e7 &:hover color #6a6a6a background #e7e7e7
Fix styling for current page in pagination links
Fix styling for current page in pagination links
Stylus
mit
sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
c617a224f32e4c05ee1834dba67b1649c71f31ea
apps/galleries_institutions/components/search_results/index.styl
apps/galleries_institutions/components/search_results/index.styl
.galleries-institutions-search-results .galleries-institutions-results-grid .partner-cell margin-top 30px &:nth-child(3n) margin-right 0 &[data-state='finished-paging'] .galleries-institutions-spinner display none .galleries-institutions-spinner position relative padding 100px 0 .galleries-institutions-results-heading garamond-size('headline') border-bottom 1px solid gray-lighter-color padding-bottom 12px
@require '../partner_cell' .galleries-institutions-search-results .galleries-institutions-results-grid .partner-cell margin-top 30px width calc(33.333% \- (cell-margin * 2 / 3)) margin-right cell-margin &:nth-child(3n) margin-right 0 @media screen and (max-width: 1024px) cell-margin = cell-margin / 2 width calc(33.333% \- (cell-margin * 2 / 3)) margin-right cell-margin &[data-state='finished-paging'] .galleries-institutions-spinner display none .galleries-institutions-spinner position relative padding 100px 0 .galleries-institutions-results-heading garamond-size('headline') border-bottom 1px solid gray-lighter-color padding-bottom 12px
Fix partner_cell layout on the galleries filtered result grid.
Fix partner_cell layout on the galleries filtered result grid.
Stylus
mit
eessex/force,xtina-starr/force,kanaabe/force,mzikherman/force,kanaabe/force,yuki24/force,xtina-starr/force,artsy/force,artsy/force,izakp/force,oxaudo/force,mzikherman/force,joeyAghion/force,anandaroop/force,yuki24/force,xtina-starr/force,dblock/force,anandaroop/force,damassi/force,artsy/force,erikdstock/force,cavvia/force-1,dblock/force,damassi/force,yuki24/force,joeyAghion/force,eessex/force,cavvia/force-1,eessex/force,oxaudo/force,damassi/force,artsy/force-public,erikdstock/force,anandaroop/force,cavvia/force-1,joeyAghion/force,erikdstock/force,joeyAghion/force,izakp/force,kanaabe/force,cavvia/force-1,oxaudo/force,eessex/force,dblock/force,damassi/force,erikdstock/force,mzikherman/force,izakp/force,oxaudo/force,xtina-starr/force,artsy/force-public,kanaabe/force,yuki24/force,izakp/force,mzikherman/force,kanaabe/force,artsy/force,anandaroop/force
47c4aae9870ea7d9a562dcb3e2407a50a4ee8e9a
src/main/styles/maps.styl
src/main/styles/maps.styl
// Stylesheet for maps integration. .angular-google-map-container height 500px
// Stylesheet for maps integration. // By default there is no height on the map container .angular-google-map-container height 400px // Map search box, styles similar to Google Maps itself input.map-search-box { font-size 15px line-height 20px font-weight 300 width 300px margin 0 !important padding 0 6px !important height auto !important top 6px !important }
Add styles for map search box.
Add styles for map search box.
Stylus
apache-2.0
caprica/bootlace,caprica/bootlace,caprica/bootlace
ddb945412de73bbe1055f7ce811720107726d112
app/styles/global.styl
app/styles/global.styl
body, html width: 100% height: 100% margin: 0 padding: 0 overflow-x: hidden overflow-y: hidden font-family: 'WeblySleek UI' font-size: 12pt // Blue base $blue_base = dodgerblue // Darker navy tone $navy_base = #2c3e50 // Ultra light gray $gray_base = #eeeeee // Hot pink accent $accent = #ec407a // Twitter accent $twitter_blue = #00ACED // Nice gray tone used by Twitter $twitter_gray = #292f33 // Miscellaneous Twitter colors... $twitterGray2 = #66757f $twitterGray3 = #ccd6dd $twitterGray4 = #e1e8ed // Link styles a color: $blue_base text-decoration: none a:hover text-decoration: underline
body, html width: 100% height: 100% margin: 0 padding: 0 overflow-x: hidden overflow-y: hidden font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif font-size: 12pt // Blue base blueBase = dodgerblue // Darker navy tone navyBase = #2c3e50 // Ultra light gray grayBase = #eeeeee // Hot pink accent accent = #ec407a // Twitter accent twitterBlue = #00ACED // Nice gray tone used by Twitter twitterGray = #292f33 // Miscellaneous Twitter colors... twitterGray2 = #66757f twitterGray3 = #ccd6dd twitterGray4 = #e1e8ed // Link styles a color: blueBase text-decoration: none a:hover text-decoration: underline
Use system fonts and change color palette
Use system fonts and change color palette
Stylus
mit
kincaidoneil/postplus,kincaidoneil/postplus
ffbd9e5ba414395fa3de481b1532d5a1611f3a63
game/css/letters.styl
game/css/letters.styl
.letter-piece background lightcyan width 35px height 35px border 1px solid black border-radius 2px display flex align-items center justify-content center z-index 1 font-size 16pt font-weight bold position relative .letter-piece:after position absolute font-size 10pt bottom 2px right 2px .score-1:after content '1' .score-2:after content '2' .score-3:after content '3' .score-4:after content '4' .score-5:after content '5' .score-8:after content '8' .score-10:after content '10'
.letter-piece background lightcyan width 35px height 35px border 1px solid black border-radius 2px display flex align-items center justify-content center z-index 1 font-size 16pt font-weight bold position relative cursor default .letter-piece:after position absolute font-size 10pt bottom 2px right 2px .score-1:after content '1' .score-2:after content '2' .score-3:after content '3' .score-4:after content '4' .score-5:after content '5' .score-8:after content '8' .score-10:after content '10'
Fix cursor to be default
Fix cursor to be default
Stylus
isc
caalberts/scrabble,caalberts/scrabble
1831d499908e15ce12d5a5cf9eea7eb2d2114b1c
client/users/settings/location/location.styl
client/users/settings/location/location.styl
// maintain aspect ratio of 4:3 for the map, see // https://stackoverflow.com/questions/1495407/maintain-the-aspect-ratio-of-a-div-with-css // .user-settings-location__map-container width 100% padding-bottom 56.25% position relative margin-bottom 1rem .user-settings-location__map position absolute top 0 bottom 0 left 0 right 0 .user-settings-location__submit position absolute top 10px right 10px z-index 1000
@import "nodeca.core/client/common/_variables" // aspect ratio 16:9 on wide screens .user-settings-location__map-container width 100% padding-bottom 56.25% position relative margin-bottom 1rem .user-settings-location__map position absolute top 0 bottom 0 left 0 right 0 .user-settings-location__submit position absolute top 10px right 10px z-index 1000 // aspect ratio 1:1 on narrow screens @media (max-width: $grid-breakpoints.sm - 1) .user-settings-location__map-container padding-bottom 100%
Increase map height on narrow screens
Increase map height on narrow screens
Stylus
mit
nodeca/nodeca.users
4d8c4355f91fa9e0167d55851ea12434b4d5ad5d
src/ui/styles/wowser.styl
src/ui/styles/wowser.styl
@import 'stylus-normalize/normalize' html, body width: 100% height: 100% overflow: hidden * box-sizing: border-box wowser display: flex align-items: center justify-content: center width: 100% height: 100% background: #222222 font-family: Galdeano font-size: 13px color: #FFFFFF -webkit-font-smoothing: antialiased .branding absolute: top 10px right 10px z-index: 4 header width: 204px height: 47px background: url('/images/logo.png') no-repeat hide-text() .divider margin: 5px 0 .slogan color: #FFCC00 letter-spacing: .075em select.screen-selector absolute: top 100px right 10px z-index: 4
@import 'stylus-normalize/normalize' html, body width: 100% height: 100% overflow: hidden * box-sizing: border-box wowser display: flex align-items: center justify-content: center width: 100% height: 100% background: #222222 font-family: Galdeano font-size: 13px color: #FFFFFF -webkit-font-smoothing: antialiased &:active cursor: none .branding absolute: top 10px right 10px z-index: 4 header width: 204px height: 47px background: url('/images/logo.png') no-repeat hide-text() .divider margin: 5px 0 .slogan color: #FFCC00 letter-spacing: .075em select.screen-selector absolute: top 100px right 10px z-index: 4
Hide cursor when mouse dragging
Hide cursor when mouse dragging
Stylus
mit
timkurvers/wowser,timkurvers/wowser,wowserhq/wowser,wowserhq/wowser
8407ae1be99c5d40fc280e951d05156ca24610ce
client/common/blocks/page_head/page_head.styl
client/common/blocks/page_head/page_head.styl
// Page header block (under breadcrubmbs): title + description // @import "nodeca.core/client/common/_variables" .page-head margin-top 1.5rem // For pages without breadcrumbs margin-bottom 2rem .page-actions margin-top -.25rem .page-head__title margin 0 font-weight normal font-size $font-size-h3 color $brand-primary .page-head__descr font-size $font-size-xs color $body-color-secondary margin .2em 0 0 0
// Page header block (under breadcrubmbs): title + description // @import "nodeca.core/client/common/_variables" .page-head margin-top 1.5rem // For pages without breadcrumbs margin-bottom 1.5rem .page-actions margin-top -.25rem .page-head__title margin 0 font-weight normal font-size $font-size-h3 color $brand-primary .page-head__descr font-size $font-size-xs color $body-color-secondary margin .2em 0 0 0
Reduce margin under page header
Reduce margin under page header
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
75b148094762064364165f5742a6716cca55fff2
src/app/project/resources/ProjectDetails.styl
src/app/project/resources/ProjectDetails.styl
.project-details .title color #fff max-width 290px overflow-x hidden text-overflow ellipsis white-space nowrap .projectStatus padding: 1px 4px
.project-details .title color #fff max-width 290px overflow-x hidden text-overflow ellipsis white-space nowrap .projectStatus padding: 5px 7px
Increase project status badge padding
Increase project status badge padding FWIW I think that this looks worse that before but not wanting to fight Aaron over it. Closes #63
Stylus
mit
agrc/wri-web,agrc/wri-web,agrc/wri-web
35c0b08b236d1b185c33d7b1ad0f467c329acd63
src/assets/styles/home.styl
src/assets/styles/home.styl
.parallax background transparent height 90vh .image background-attachment fixed background-size cover background-position center
.parallax background transparent height 50vh .image background-attachment fixed background-size cover background-position center
Make parallax smaller, more aesthetic.
Make parallax smaller, more aesthetic.
Stylus
mit
sunyang713/sabor-website,sunyang713/sabor-website
6e4128069d35d8436b5e6e4b29cf986d05c58f0f
apps/settings/components/private_connections_counter/index.styl
apps/settings/components/private_connections_counter/index.styl
private-connection-count-colors-exceeded = colors-state-alert .PrivateConnectionCount &__count float right &__warning text-align right color private-connection-count-colors-exceeded &[data-state='exceeded'] .PrivateConnectionCount &__count > span color private-connection-count-colors-exceeded .PrivateConnectionsMeter &__fill background-color private-connection-count-colors-exceeded .PrivateConnectionsMeter height 2em border 1px solid colors-gray-border overflow hidden &__fill height 100% background-color colors-gray-text
private-connection-count-colors-exceeded = colors-state-alert .PrivateConnectionCount &__count float right &__warning text-align right font-size font-size-xs &[data-state='exceeded'] .PrivateConnectionCount &__count > span color private-connection-count-colors-exceeded .PrivateConnectionsMeter &__fill background-color private-connection-count-colors-exceeded .PrivateConnectionsMeter height 2em border 1px solid colors-gray-border overflow hidden &__fill height 100% background-color colors-gray-text
Tweak according to new comps
Tweak according to new comps
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
c7689871382d2450018cf544152a38f0d05b9551
app/styles/dragon-meiosis-view.styl
app/styles/dragon-meiosis-view.styl
.meiosis, .meiosis-parent position: relative border: 1px solid lightgrey width: 300px height: 300px .cell width: 300px height: 304px .controls margin-top: 10px .buttons display: inline-block button width: 38px height: 38px padding: 5px .scrub width: 125px display: inline-block margin-left: 15px position: relative top: -4px .ui-slider-handle width: 6px margin-left: -3px
.meiosis, .meiosis-parent position: relative border: 1px solid lightgrey width: 300px height: 300px .cell width: 300px height: 304px .controls margin-top: 10px .buttons display: inline-block button width: 38px height: 38px padding: 5px &:hover // This is dumb, but it prevents the buttons from sticking in an active color on IE width: 38px .scrub width: 125px display: inline-block margin-left: 15px position: relative top: -4px .ui-slider-handle width: 6px margin-left: -3px
Fix button color sticking on IE
Fix button color sticking on IE [#87262100]
Stylus
mit
concord-consortium/biologica-ui,concord-consortium/biologica-ui
4ff0afa308f24580454a1b425beb8b03bd7bd7eb
app/assets/stylesheets/modules/_basic_modal.styl
app/assets/stylesheets/modules/_basic_modal.styl
.basic-modal background white padding 20px position fixed margin auto left 0 right 0 top 20% max-width 800px border 1px solid mischka border-radius 3px box-shadow 0 0 20px 0 rgba(0, 0, 0, .6) z-index 12 .right text-align right float left .left text-align left float left
.basic-modal background white padding 20px position fixed margin auto left 0 right 0 top 20% max-width 800px max-height 80% border 1px solid mischka border-radius 3px box-shadow 0 0 20px 0 rgba(0, 0, 0, .6) overflow-y auto z-index 12 .right text-align right float left .left text-align left float left
Fix styling of stats download modal
Fix styling of stats download modal Resolves #1346
Stylus
mit
WikiEducationFoundation/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,majakomel/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
068091d825b16ff863af142e8d901cb72d48fc58
src/pages/index.module.styl
src/pages/index.module.styl
@require '../templates/mixins' .event-item pad-lr(1em) unstyled() .events-list pad-left(0) body background-color #E8E8E8 margin 0
@require '../templates/mixins' .event-item pad-lr(1em) unstyled() .events-list pad-left(0) body background-color $grey font 16px/1.2 Arial, Helvetica, sans-serif margin 0
Define the default font for the app; Use stylus variables;
Define the default font for the app; Use stylus variables;
Stylus
mit
LuisLoureiro/placard-wrapper
b8b48d8bf2b45c891b9c6a964ab24f65ef9ecaa6
client/src/styles/model-view.styl
client/src/styles/model-view.styl
.y-model-view dock() padding 0 35px .y-tag font-size 11px text-transform uppercase display inline-block background y-color-yellow padding 3px 5px .y-title font-size 36px font-weight 300 .y-subtitle font-size 22px font-weight 300 .y-summary background #f5f5f5 padding 20px 0 .y-summary-item display inline-block padding 0 10px .y-summary-key text-transform uppercase font-size 11px color #888
.y-model-view dock() padding 0 35px .y-tag font-size 11px text-transform uppercase display inline-block background y-color-yellow padding 3px 5px .y-title font-size 36px font-weight 300 .y-subtitle font-size 22px font-weight 300 .y-summary background #f5f5f5 padding 5px 0 .y-summary-item display inline-block padding 10px .y-summary-key text-transform uppercase font-size 11px color #888
Improve layout for parameter summaries for model pages. PP-10
Improve layout for parameter summaries for model pages. PP-10
Stylus
apache-2.0
rowhit/h2o-2,h2oai/h2o,vbelakov/h2o,elkingtonmcb/h2o-2,h2oai/h2o,100star/h2o,111t8e/h2o-2,111t8e/h2o-2,calvingit21/h2o-2,100star/h2o,eg-zhang/h2o-2,elkingtonmcb/h2o-2,calvingit21/h2o-2,111t8e/h2o-2,rowhit/h2o-2,h2oai/h2o-2,rowhit/h2o-2,vbelakov/h2o,eg-zhang/h2o-2,rowhit/h2o-2,eg-zhang/h2o-2,calvingit21/h2o-2,eg-zhang/h2o-2,calvingit21/h2o-2,calvingit21/h2o-2,rowhit/h2o-2,vbelakov/h2o,111t8e/h2o-2,100star/h2o,h2oai/h2o-2,h2oai/h2o-2,elkingtonmcb/h2o-2,vbelakov/h2o,h2oai/h2o,rowhit/h2o-2,111t8e/h2o-2,elkingtonmcb/h2o-2,100star/h2o,elkingtonmcb/h2o-2,111t8e/h2o-2,calvingit21/h2o-2,h2oai/h2o-2,111t8e/h2o-2,rowhit/h2o-2,vbelakov/h2o,h2oai/h2o,h2oai/h2o,vbelakov/h2o,elkingtonmcb/h2o-2,h2oai/h2o-2,100star/h2o,100star/h2o,h2oai/h2o,h2oai/h2o-2,rowhit/h2o-2,rowhit/h2o-2,h2oai/h2o,h2oai/h2o,100star/h2o,calvingit21/h2o-2,111t8e/h2o-2,111t8e/h2o-2,calvingit21/h2o-2,elkingtonmcb/h2o-2,vbelakov/h2o,eg-zhang/h2o-2,h2oai/h2o,vbelakov/h2o,eg-zhang/h2o-2,vbelakov/h2o,calvingit21/h2o-2,rowhit/h2o-2,h2oai/h2o-2,eg-zhang/h2o-2,100star/h2o,eg-zhang/h2o-2,vbelakov/h2o,eg-zhang/h2o-2,elkingtonmcb/h2o-2,h2oai/h2o,calvingit21/h2o-2,h2oai/h2o-2,elkingtonmcb/h2o-2,eg-zhang/h2o-2,h2oai/h2o-2,100star/h2o,h2oai/h2o-2,elkingtonmcb/h2o-2,111t8e/h2o-2
7c3b30b73c776cdd70b3f29f12e9f998768b105e
client/common/blocks/markup/markup.styl
client/common/blocks/markup/markup.styl
// Common markup styles for all messages @import "nodeca.core/client/common/_variables" .markup // Avoid layout width break by long strings overflow auto // Fix for overflow to not cut attachments shadows padding-left 3px margin-left -3px padding-right 3px margin-right -3px font-family $font-family-sans-serif-wide // External images .image max-width 100% display inline-block border-radius 2px position relative // protect from hidden images min-width 10px min-height 10px background-color #ccc & > img max-width 100% border-radius 2px position absolute .image__spacer display block // Attachments in text .thumb__image border-radius 2px a.link a.ez-inline color #744 border-bottom 1px dotted text-decoration none &:hover border-bottom 1px solid &:focus border-bottom none outline thin dotted outline-offset -1px pre code white-space unset .ez-block margin-bottom (baseLineHeight / 2) border-radius 2px .emoji font-size 120% line-height 100% vertical-align middle color #990 .markup-tail // Attachments thumbnails .thumb__image border-radius 2px
// Common markup styles for all messages @import "nodeca.core/client/common/_variables" .markup // Avoid layout width break by long strings overflow auto // Fix for overflow to not cut attachments shadows padding-left 3px margin-left -3px padding-right 3px margin-right -3px //font-family $font-family-sans-serif-wide // External images .image max-width 100% display inline-block border-radius 2px position relative // protect from hidden images min-width 10px min-height 10px background-color #ccc & > img max-width 100% border-radius 2px position absolute .image__spacer display block // Attachments in text .thumb__image border-radius 2px a.link a.ez-inline color #744 border-bottom 1px dotted text-decoration none &:hover border-bottom 1px solid &:focus border-bottom none outline thin dotted outline-offset -1px pre code white-space unset .ez-block margin-bottom (baseLineHeight / 2) border-radius 2px .emoji font-size 120% line-height 100% vertical-align middle color #990 .markup-tail // Attachments thumbnails .thumb__image border-radius 2px
Use default font-face in messages
Use default font-face in messages
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
97e845e186797f4c8bca6e83328ab30d04faa076
client/app/app.styl
client/app/app.styl
yunity-orange = #f66c41; .splash height: 100% background-color: yunity-orange padding: 5em 0 .translucent-1 background-color: rgba(255, 255, 255, .1) // the main layout panel .main-panel padding: 16px margin-top: 1em .md-dialog-container > md-dialog width: 95% max-width: 40em .multiline white-space: pre; // styles for angular-xeditable md-input-container.editable-controls padding 0 width 100% md-input-container.editable-controls [ng-message] position static .editable-wrap width 100% .editable-click color inherit border-bottom none .editable-click:hover opacity 0.8 color inherit .footer opacity 0.6 text-align center .footer a opacity 0.8 text-decoration: none; font-weight: 500; .footer a:hover opacity 1.0
yunity-orange = #f66c41; .splash height: 100% background-color: yunity-orange padding: 5em 0 .translucent-1 background-color: rgba(255, 255, 255, .1) // the main layout panel .main-panel padding: 16px margin-top: 1em .md-dialog-container > md-dialog width: 95% max-width: 40em .multiline white-space: pre; // styles for angular-xeditable md-input-container.editable-controls padding 0 width 100% md-input-container.editable-controls [ng-message] position static .editable-wrap width 100% .editable-click color inherit border-bottom none .editable-click:hover opacity 0.8 color inherit .footer opacity 0.6 text-align center .footer a opacity 0.8 text-decoration: none; font-weight: 500; .footer a:hover opacity 1.0 // display md-dialog on top of leaflet md-backdrop.md-dialog-backdrop z-index 1010 !important .md-dialog-container z-index 1020 !important
Move md-dialog on top of leaflet
Move md-dialog on top of leaflet they have astronomic integers there... Closes #226
Stylus
mit
yunity/foodsaving-frontend,yunity/foodsaving-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend
6e4d5e026e4303f0038984081c3e0de9aaea4834
lib/nib/text/hide-text.styl
lib/nib/text/hide-text.styl
/* * Hide text. */ hide-text() text-indent: 100% white-space: nowrap overflow: hidden
/* * Hide text. */ hide-text() text-indent: 101% white-space: nowrap overflow: hidden
Make sure text is invisible.
Make sure text is invisible. Adresses an issue when Firefox shows first pixel of text because of incorrect percentage rounding.
Stylus
mit
ilovezy/nib,F4-Group/nib,seleckis/nib-pushup,ilovezy/nib,ecmartinez/nib,seleckis/nib-pushup,tj/nib,ecmartinez/nib,tj/nib,F4-Group/nib,JulianWielga/stylus-less,rstacruz/nib
ab904285bb66437561d3b319fcfbe143552722d7
src/styles/components/Button.styl
src/styles/components/Button.styl
.button-container margin: 30px 0 .btn background: rgba(0,0,0,0.03) padding: 10px 20px font-size: 1.25rem border-radius: 4px border: 1px solid rgba(185, 185, 185, 0.44) cursor: pointer color: #d2d2d2 user-select: none opacity: 1 transition: all 0.3s &:hover background: rgba(0,0,0,0.04) box-shadow: 3px 3px 12px rgba(0,0,0,0.19) border: 1px solid rgba(0, 0, 0, 0) &.disabled opacity: 0.4 cursor: default background: rgba(0,0,0,0.03) border: 1px solid rgba(185,185,185,0.44) box-shadow: none
.button-container margin: 30px 0 .btn background: rgba(0,0,0,0.03) padding: 10px 20px font-size: 1.25rem border-radius: 4px border: 1px solid rgba(185, 185, 185, 0.44) cursor: pointer color: #d2d2d2 user-select: none opacity: 1 transition: all 0.3s &:hover background: rgba(0,0,0,0.04) box-shadow: 3px 3px 12px rgba(0,0,0,0.19) border: 1px solid rgba(0, 0, 0, 0) &.disabled opacity: 0.4 cursor: default background: rgba(0,0,0,0.03) border: 1px solid rgba(185,185,185,0.44) box-shadow: none @media (max-height: 500px) margin: 10px 0 .btn font-size: 0.9rem
Set media query style for max height 500px
Set media query style for max height 500px
Stylus
mit
IvaPetkova/My-HTML-Projects
24d699c7ddcc7885d06ac485824bc87a4fc93c4c
app/assets/stylesheets/modules/_modules.styl
app/assets/stylesheets/modules/_modules.styl
.module background-color white border 1px solid zircon margin 20px auto padding 20px position relative &:first-child +above(desktop) margin-top 20px margin-bottom 0 .section-header min-height 40px padding 0 h3 color bayoux .controls padding 0 .module__data textarea width 100% > p > .button margin-left 0 text-align center width 100% .tags text-transform capitalize .week margin-bottom 0 !important .module.course-details p margin 0 0 5px 0 fieldset margin 0 0 5px 0 > p margin 0 .module.course-description table margin-bottom 16px border 1px solid border_lt &:last-child margin-bottom 0 td, th padding .5em .75em height auto border 1px solid border_lt white-space normal thead background smoke .alert padding 20px text-align center p color burnt .notification background-color sprout padding global-margin p col(1) color black float left margin 0 +above(desktop) col(3/4) .button float left margin 10px 0 0 +above(desktop) margin 0 float right
.module background-color white border 1px solid zircon margin 20px auto padding 20px position relative &:first-child +above(desktop) margin-top 20px margin-bottom 0 .section-header min-height 40px padding 0 h3 color bayoux .controls padding 0 .module__data textarea width 100% > p > .button margin-left 0 text-align center width 100% .tags text-transform capitalize .week margin-bottom 0 !important .module.course-details p margin 0 0 5px 0 fieldset margin 0 0 5px 0 > p margin 0 .module.course-description table margin-bottom 16px border 1px solid border_lt &:last-child margin-bottom 0 td, th vertical-align top padding .5em .75em height auto border 1px solid border_lt white-space normal thead background smoke .alert padding 20px text-align center p color burnt .notification background-color sprout padding global-margin p col(1) color black float left margin 0 +above(desktop) col(3/4) .button float left margin 10px 0 0 +above(desktop) margin 0 float right
Align table content to the top of cells
Align table content to the top of cells
Stylus
mit
adamwight/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,Wowu/WikiEduDashboard,adamwight/WikiEduDashboard,MusikAnimal/WikiEduDashboard,ragesoss/WikiEduDashboard,feelfreelinux/WikiEduDashboard,feelfreelinux/WikiEduDashboard,sejalkhatri/WikiEduDashboard,MusikAnimal/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,ragesoss/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,alpha721/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,ragesoss/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,majakomel/WikiEduDashboard,WinnySilva/WikiEduDashboard,WinnySilva/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,feelfreelinux/WikiEduDashboard,adamwight/WikiEduDashboard,MusikAnimal/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,Wowu/WikiEduDashboard,Wowu/WikiEduDashboard,WinnySilva/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,majakomel/WikiEduDashboard,alpha721/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,MusikAnimal/WikiEduDashboard
f275f9f30fc26b8dcd7456839d39c2f39a5580e1
src/styles/index.styl
src/styles/index.styl
@require 'cozy-ui/build' @require './variables.styl' @require './sidebar.css' @require './todos.css' .app-content margin 1rem 0 2rem 2rem .password display flex line-height 35px border-bottom 1px solid cozy-grey > div flex 1 .password-description color cozy-grey .unstyled-link text-decoration none color inherit .select-option display flex line-height 28px > .select-icon flex 1 text-align center > .select-label flex 9 .cozy-blue color cozy-blue div.password-modal-content overflow visible .home-icon font-size 70px nav .c-nav-action cursor pointer .c-nav-action > li .c-nav-action > li:hover background cozy-blue border-radius 0 .188rem .188rem 0 .c-nav-link > span, svg color white .c-nav-action > li:before width 0
@require 'cozy-ui/build' @require './variables.styl' @require './sidebar.css' @require './todos.css' .app-content margin 1rem 0 2rem 2rem .password display flex line-height 35px border-bottom 1px solid cozy-grey > div flex 1 .password-description color cozy-grey .unstyled-link text-decoration none color inherit .select-option display flex line-height 28px > .select-icon flex 1 text-align center > .select-label flex 9 .cozy-blue color cozy-blue div.password-modal-content overflow visible .home-icon font-size 70px nav .c-nav-action cursor pointer .c-nav-action > li .c-nav-action > li:hover background cozy-blue border-radius 0 .188rem .188rem 0 .c-nav-link > span, svg color white .c-nav-action > li:before width 0 svg.svg-inline--fa[aria-hidden=true] visibility visible display block
Add ability to view fontawesome icons on production
Add ability to view fontawesome icons on production
Stylus
agpl-3.0
yeppao/cozy-passwords,yeppao/cozy-passwords
036b88459829cc187ad45868fbb3e44661e0e259
src/styles/components/Logo.styl
src/styles/components/Logo.styl
.logo-container position: relative z-index: 1 transform: translate(0px,240px) background: #ccc -webkit-text-fill-color: transparent -webkit-background-clip: text text-align: center .logo font-weight: 900 font-size: 4rem text-shadow: -1px 4px 1px #383541 text-align: center &.up transform: scale(1,0.6) translate(0,0) transition: transform .5s .logo font-weight: 600 @media (max-width: 760px) .logo font-weight: 600 &.up .logo font-weight: 400
.logo-container position: relative z-index: 1 transform: translate(0px,240px) background: #ccc -webkit-text-fill-color: transparent -webkit-background-clip: text text-align: center .logo font-weight: 900 font-size: 4rem text-shadow: -1px 4px 1px #383541 text-align: center &.up transform: scale(1,0.6) translate(0,0) transition: transform .5s .logo font-weight: 600 @media (max-width: 400px) .logo font-size: 3rem @media (max-width: 760px) .logo font-weight: 600 &.up .logo font-weight: 400
Add media screen for logo size in mobile
Add media screen for logo size in mobile
Stylus
mit
IvaPetkova/My-HTML-Projects
dc53fd5917c775d2ac796571716b508a2f609439
app/assets/stylesheets/modules/_uls.styl
app/assets/stylesheets/modules/_uls.styl
.uls-trigger position relative top -2px margin-left 0px /*@noflip*/ padding-left: 30px .uls-menu margin-top 10px input[type=text] height auto .uls-menu .uls-lcd-region-section .uls-lcd-region-title font-weight normal .uls-search-label height 27px .uls-filterinput padding-top 3px @media only screen and (max-width: 500px) .uls-trigger position absolute top 20px right 15% font-size 12px border 1px solid aliceblue padding-right 0px .uls-menu left 2% !important .uls-grid .uls-columns padding 0 1px .uls-row min-width 350px .uls-eleven margin-left unset .uls-wide min-width 350px .uls-language-list a font-size 10px
.uls-trigger position relative top -2px margin-left 0px /*@noflip*/ padding-left: 30px .uls-menu margin-top 10px input[type=text] height auto .uls-menu .uls-lcd-region-section .uls-lcd-region-title font-weight normal .uls-search-label height 27px .uls-filterinput padding-top 3px @media only screen and (max-width: 500px) .uls-trigger position absolute top 20px right 15% font-size 12px border 1px solid aliceblue padding-right 0px .uls-menu left 0% !important .uls-grid .uls-columns padding 0 1px .uls-row min-width 350px .uls-eleven margin-left unset .uls-wide min-width 350px .uls-language-list a font-size 10px
Update Styling for the Language Switcher Division
Update Styling for the Language Switcher Division
Stylus
mit
sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,majakomel/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,majakomel/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,majakomel/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
3cd2e69b33610a91e7b0d1e63ed7905343e8c391
src/drive/styles/actionmenu.styl
src/drive/styles/actionmenu.styl
@require 'cozy-ui' .fil-actionmenu-backdrop position fixed z-index $overlay top 0 right 0 bottom 0 left 0 display block background rgba(50, 54, 63, 0.5) .fil-actionmenu @extend $popover z-index $file-action-menu position fixed bottom em(9px) width "calc(100% - %s)" % em(16px) margin 0 em(8px) padding-bottom em(5px) &.with-transition transition transform .1s ease-out hr margin-top 0 .fil-actionmenu-header padding em(20px) em(24px) em(20px) em(20px) font-size 16px font-weight bold .fil-actionmenu-file margin-left em(19px) padding-left em(45px) background-position 0 center background-repeat no-repeat
@require 'cozy-ui' .fil-actionmenu-backdrop position fixed z-index $overlay top 0 right 0 bottom 0 left 0 display block background rgba(50, 54, 63, 0.5) .fil-actionmenu @extend $popover z-index $file-action-menu position fixed bottom em(9px) width "calc(100% - %s)" % em(16px) margin 0 em(8px) padding-bottom em(5px) &.with-transition transition transform .1s ease-out hr margin-top 0 .fil-actionmenu-header padding em(20px) em(24px) em(20px) em(20px) font-size 16px font-weight bold .fil-actionmenu-file margin-left em(19px) padding-left em(45px) background-position 0 center background-repeat no-repeat .fil-action-openWith background embedurl("../assets/icons/icon-link-out-16.svg") em(16px) center no-repeat .fil-action-download background embedurl("../assets/icons/icon-download-16.svg") em(16px) center no-repeat .fil-action-destroy .fil-action-trash background embedurl("../assets/icons/icon-delete-16.svg") em(16px) center no-repeat .fil-action-restore background embedurl("../assets/icons/icon-restore.svg") em(16px) center no-repeat .fil-action-rename background embedurl("../assets/icons/icon-rename.svg") em(16px) center no-repeat
Revert "fix: remove unused css class"
Revert "fix: remove unused css class" This reverts commit 31d3440fc7406bcefd22cd51ff82f53bf39c684f.
Stylus
agpl-3.0
nono/cozy-files-v3,goldoraf/cozy-drive,enguerran/cozy-drive,cozy/cozy-files-v3,nono/cozy-files-v3,y-lohse/cozy-drive,cozy/cozy-files-v3,y-lohse/cozy-files-v3,goldoraf/cozy-drive,goldoraf/cozy-drive,y-lohse/cozy-files-v3,nono/cozy-files-v3,cozy/cozy-files-v3,y-lohse/cozy-files-v3,y-lohse/cozy-drive,enguerran/cozy-drive,nono/cozy-files-v3,enguerran/cozy-files-v3,goldoraf/cozy-drive,y-lohse/cozy-drive,enguerran/cozy-drive,enguerran/cozy-files-v3,enguerran/cozy-files-v3,y-lohse/cozy-drive,cozy/cozy-files-v3,enguerran/cozy-files-v3,enguerran/cozy-drive
48f757359daad94e5663a73050fac2f768f85a4a
client/lib-frontend/bootstrap_custom/addons.styl
client/lib-frontend/bootstrap_custom/addons.styl
@import "nodeca.core/client/common/_variables" .btn + .btn margin-left .4rem .btn-square padding-left 0 !important padding-right 0 !important min-width 2.375em // 38px .btn-sm.btn-square min-width 2.0em // 28px .btn-xs.btn-square min-width 1.917em // 23px .dropdown-toggle.btn-square:after margin-left 0 .dropdown-toggle.icon:after border none width 0 margin 0 // Fix bottom margin when h1..h6 used .card-header margin-bottom 0 !important .form-group small display inline-block line-height 1.3em margin-top .5em
@import "nodeca.core/client/common/_variables" .btn + .btn margin-left .4rem .btn-square padding-left 0 !important padding-right 0 !important min-width 2.375em // 38px .btn-sm.btn-square min-width 2.0em // 28px .btn-xs.btn-square min-width 1.917em // 23px .dropdown-toggle.btn-square:after margin-left 0 .dropdown-toggle.icon:after border none width 0 margin 0 // Fix bottom margin when h1..h6 used .card-header margin-bottom 0 !important .form-group small display inline-block line-height 1.3em margin-top .5em .nav-tabs border-bottom unset !important .nav-link border none !important border-radius 0 !important padding .5em .5em !important border-bottom 3px solid transparent !important &.active border-bottom 3px solid $brand-primary !important .nav-item + .nav-item margin-left .7em !important
Change tabs style to underlined
Change tabs style to underlined
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
200be3ac2143c37dbd97155fc2f38bce63b0801e
src/index.styl
src/index.styl
.infinite-tree { } .infinite-tree-scroll { overflow: auto; } .infinite-tree-content { // Outline removes default browser's borders for focused element. outline: 0; .tree-selected.tree-item, .tree-selected.tree-item:hover { background: #deecfd; border: 1px solid #0066cc; } .tree-item { border: 1px solid transparent; cursor: default; } .tree-item:hover { background: #f2fdff; } .tree-toggler { color: #333; } .tree-toggler:hover { color: #000; text-decoration: none; } .tree-title { cursor: pointer; } } // centering message that appears when no data provided .infinite-tree-no-data { text-align: center; }
.infinite-tree { } .infinite-tree-scroll { overflow: auto; } .infinite-tree-content { // Outline removes default browser's borders for focused element. outline: 0; .tree-selected.tree-item, .tree-selected.tree-item:hover { background: #deecfd; border: 1px solid #0066cc; } .tree-item { border: 1px solid transparent; cursor: default; } .tree-item:hover { background: #f2fdff; } .tree-toggler { color: #333; user-select: none; } .tree-toggler:hover { color: #000; text-decoration: none; } .tree-title { cursor: pointer; user-select: none; } } // centering message that appears when no data provided .infinite-tree-no-data { text-align: center; }
Disable user-select for tree-toggler and tree-title
Disable user-select for tree-toggler and tree-title
Stylus
mit
cheton/infinite-tree
267313140c76a793d925dafab89fb0eaeaeede01
assets/css/app.styl
assets/css/app.styl
@import 'nib' body color: #222 font-family: 'Droid Sans', sans-serif padding-bottom: 40px ul#url line-height: 36px font-size: 20px color: #222 span.divider padding: 2px; .getpost padding: 5px font-size: 12px margin-right: 10px .hero-unit background-color: #3A87AD border-top-left-radius: 0px; border-top-right-radius: 0px; color: white h1 color: inherit #credits .span11 { line-height: 60px; font-size: 20px; }
body color: #222 font-family: 'Droid Sans', sans-serif padding-bottom: 40px ul#url line-height: 36px font-size: 20px color: #222 span.divider padding: 2px; .getpost padding: 5px font-size: 12px margin-right: 10px .hero-unit background-color: #3A87AD border-top-left-radius: 0px; border-top-right-radius: 0px; color: white h1 color: inherit #credits .span11 { line-height: 60px; font-size: 20px; }
Remove NIB import - unused
Remove NIB import - unused
Stylus
mit
joshmcarthur/savefile
0fa3cb7c8683478ec210a2fb95265ad182e26116
source/stylus/style.styl
source/stylus/style.styl
/* ************* RESETS **************** */ body border 0 outline 0 padding 0 margin 0 -webkit-font-smoothing antialiased -moz-osx-font-smoothing grayscale text-shadow 0 0 1px rgba(0,0,0,0.3) /* ************* BANNER TEMPLATE **************** */ banner_height = 300px banner_width = 250px banner_bg = #2c3e50 @import 'templates/doubleclick' // @import 'templates/sizmek' /* ************* CUSTOM STYLES **************** */
/* ************* RESETS **************** */ body border 0 outline 0 padding 0 margin 0 -webkit-font-smoothing antialiased -moz-osx-font-smoothing grayscale text-shadow 0 0 1px rgba(0,0,0,0.3) /* ************* BANNER TEMPLATE **************** */ banner_height = 250px banner_width = 300px banner_bg = #2c3e50 @import 'templates/doubleclick' // @import 'templates/sizmek' /* ************* CUSTOM STYLES **************** */
Change width and height to the correct sizes
Change width and height to the correct sizes
Stylus
mit
thiagodebastos/banner-zen,thiagodebastos/banner-zen
c9372530e9169d3b93ba018abc39f399835a432f
app/templates/src/styles/main.styl
app/templates/src/styles/main.styl
<% if (syntax) { %>// Import CSS from "bower_components" // thanks to Stylus' "import css" and "paths" options @import 'prism/themes/prism-okaidia.css' // Check out "bower_components/prism/themes/" for available themes <% } %>// New to Stylus? Check out http://learnboost.github.io/stylus // Use modern CSS thanks to Autoprefixer: https://github.com/ai/autoprefixer <% if (!useTheme) { %> // Style using Bespoke Classes: https://github.com/markdalgleish/bespoke-classes .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 pointer-events: none .emphatic background: #222 color: white <% } %>
<% if (syntax) { %>// Import CSS from "bower_components" // thanks to Stylus' "import css" and "paths" options @import 'prism/themes/prism-okaidia.css' // Check out "bower_components/prism/themes/" for available themes <% } %>// New to Stylus? Check out http://learnboost.github.io/stylus // Use modern CSS thanks to Autoprefixer: https://github.com/ai/autoprefixer <% if (!useTheme) { %> // Style using Bespoke Classes: https://github.com/markdalgleish/bespoke-classes .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 pointer-events: none .emphatic background: #222 color: white .bespoke-progress-parent position: absolute top: 0 left: 0 right: 0 height: .3vw .bespoke-progress-bar position: absolute height: 100% background: #ccc transition: width .6s ease <% } %>
Add progress bar styles to starter styles
Add progress bar styles to starter styles
Stylus
mit
markdalgleish/generator-bespoke,markdalgleish/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,markdalgleish/generator-bespoke
9d53e4f6238ebc46c89de71f576ca5fcd8da7eef
app/templates/src/styles/main.styl
app/templates/src/styles/main.styl
<% if (syntax) { %>// Import CSS from "bower_components" // thanks to Stylus' "import css" and "paths" options @import 'prism/themes/prism-okaidia.css' // Check out "bower_components/prism/themes/" for available themes <% } %>// New to Stylus? Check out http://learnboost.github.io/stylus // Use modern CSS thanks to Autoprefixer: https://github.com/ai/autoprefixer <% if (!useTheme) { %> // Style using Bespoke Classes: https://github.com/markdalgleish/bespoke-classes .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 pointer-events: none <% } %>
<% if (syntax) { %>// Import CSS from "bower_components" // thanks to Stylus' "import css" and "paths" options @import 'prism/themes/prism-okaidia.css' // Check out "bower_components/prism/themes/" for available themes <% } %>// New to Stylus? Check out http://learnboost.github.io/stylus // Use modern CSS thanks to Autoprefixer: https://github.com/ai/autoprefixer <% if (!useTheme) { %> // Style using Bespoke Classes: https://github.com/markdalgleish/bespoke-classes .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 pointer-events: none .emphatic background: #222 color: white <% } %>
Add emphatic styles to starter styles
Add emphatic styles to starter styles
Stylus
mit
markdalgleish/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,markdalgleish/generator-bespoke,markdalgleish/generator-bespoke
e4a574e4635b2daf7bf61bfbfeced8bada45961e
client/app/dashbar/dashbar.styl
client/app/dashbar/dashbar.styl
/*! * Copyright (C) 2013 Kaj Magnus Lindberg (born 1979) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #debiki-dashbar background: black .debiki-dashbar-logo img width: 26px padding: 0 margin: 0 position: relative display: inline .debiki-dashbar-logo, a padding: 5px 7px 6px 7px vertical-align: middle display: inline-block a height: 100% color: hsl(0, 0%, 87%) font-family: Verdana, sans-serif text-decoration: none font-weight: bold &:hover background: #888 color: #fff // vim: fdm=marker et ts=2 sw=2 tw=100 fo=tcqwn list
/*! * Copyright (C) 2013 Kaj Magnus Lindberg (born 1979) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #debiki-dashbar background: black z-index: 1; position: relative; .debiki-dashbar-logo img width: 26px padding: 0 margin: 0 position: relative display: inline .debiki-dashbar-logo, a padding: 5px 7px 6px 7px vertical-align: middle display: inline-block a height: 100% color: hsl(0, 0%, 87%) font-family: Verdana, sans-serif text-decoration: none font-weight: bold &:hover background: #888 color: #fff // vim: fdm=marker et ts=2 sw=2 tw=100 fo=tcqwn list
Fix admin pages link not clickable bug.
Fix admin pages link not clickable bug.
Stylus
agpl-3.0
debiki/debiki-server-old,debiki/debiki-server-old,debiki/debiki-server-old,debiki/debiki-server-old
91b434d3a8ff6d55fbcfb597f37ded295112277b
BlazarUI/app/stylus/components/branch-state/branch-build-header.styl
BlazarUI/app/stylus/components/branch-state/branch-build-header.styl
@import '../../variables' .branch-build-header margin-top 30px margin-bottom 20px display flex align-items center .branch-build-header__build-number font-weight 600 font-size 14px margin-right 10px position relative .branch-build-header__active-build-icon position absolute left -20px font-size 16px color $color-calypso .branch-build-header__build-summary flex-grow 1 font-size 12px .branch-build-header__build-summary-info display flex .branch-build-header__build-trigger-label-wrapper min-width 90px width 12% .branch-build-header__users-for-build-wrapper min-width 180px width 20% .branch-build-header__commits-wrapper min-width 150px width 10% .branch-build-header__module-builds-completed font-style italic color $color-eerie .branch-build-header__action-items flex-grow 1 text-align right .branch-build-header__cancel-build-button color $color-candy-apple font-weight 500 padding 0 !important font-size 12px &:hover, &:focus, &[disabled]:hover color $color-candy-apple-dark
@import '../../variables' .branch-build-header margin-top 30px margin-bottom 20px display flex align-items center .branch-build-header__build-number font-weight 600 font-size 14px margin-right 10px position relative .branch-build-header__active-build-icon position absolute left -20px font-size 16px color $color-calypso .branch-build-header__build-summary flex-grow 1 font-size 12px .branch-build-header__build-summary-info display flex .branch-build-header__build-trigger-label-wrapper min-width 90px width 12% .branch-build-header__users-for-build-wrapper min-width 180px width 20% .branch-build-header__commits-wrapper min-width 150px width 10% .branch-build-header__module-builds-completed font-style italic color $color-eerie .branch-build-header__action-items flex-grow 1 text-align right .btn.branch-build-header__cancel-build-button color $color-candy-apple font-weight 500 padding 0 font-size 12px &:hover, &:focus, &[disabled]:hover color $color-candy-apple-dark
Fix cancel button styling again
Fix cancel button styling again
Stylus
apache-2.0
HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar
3c540441ede47ce342b8bd0b0293e175003e12dd
components/commercial_filter/filters/color/index.styl
components/commercial_filter/filters/color/index.styl
.cf-sidebar__colors padding-bottom 17px .cf-sidebar__colors .clickable cursor pointer &[data-empty=true] fill #f1f1f1 pointer-events none svg height 175px width 175px .cf-sidebar__colors_clear-right position relative float right font-size 13px bottom 18px cursor pointer color purple-color text-decoration underline display none .cf-sidebar__colors_check color white position relative display none pointer-events none font-size 13px &.red bottom 45px right 38px &.pink bottom 82px right 31px &.darkviolet right 38px bottom 117px &.violet bottom 140px right 64px &.darkblue bottom 149px right 97px &.lightblue bottom 141px right 133px &.darkgreen bottom 117px right 160px &.lightgreen bottom 82px right 169px &.yellow bottom 47px right 160px &.gold bottom 23px right 133px &.orange bottom 13px right 97px &.darkorange bottom 23px right 64px &.black-and-white bottom 82px right 98px
.cf-sidebar__colors padding-bottom 17px .cf-sidebar__colors .clickable cursor pointer &[data-empty=true] fill #f1f1f1 pointer-events none svg height 175px width 175px .cf-sidebar__colors_clear-right position relative float right font-size 13px bottom 18px cursor pointer color purple-color text-decoration underline .cf-sidebar__colors_check color white position relative display none pointer-events none font-size 13px &.red bottom 45px right 38px &.pink bottom 82px right 31px &.darkviolet right 38px bottom 117px &.violet bottom 140px right 64px &.darkblue bottom 149px right 97px &.lightblue bottom 141px right 133px &.darkgreen bottom 117px right 160px &.lightgreen bottom 82px right 169px &.yellow bottom 47px right 160px &.gold bottom 23px right 133px &.orange bottom 13px right 97px &.darkorange bottom 23px right 64px &.black-and-white bottom 82px right 98px
Clear button doesn't make the color wheel jump
Clear button doesn't make the color wheel jump
Stylus
mit
eessex/force,kanaabe/force,xtina-starr/force,oxaudo/force,damassi/force,izakp/force,izakp/force,xtina-starr/force,anandaroop/force,kanaabe/force,mzikherman/force,mzikherman/force,joeyAghion/force,oxaudo/force,kanaabe/force,artsy/force-public,damassi/force,erikdstock/force,artsy/force,erikdstock/force,dblock/force,damassi/force,anandaroop/force,artsy/force,cavvia/force-1,erikdstock/force,dblock/force,yuki24/force,eessex/force,izakp/force,artsy/force-public,yuki24/force,xtina-starr/force,izakp/force,dblock/force,joeyAghion/force,mzikherman/force,kanaabe/force,damassi/force,yuki24/force,eessex/force,eessex/force,kanaabe/force,oxaudo/force,xtina-starr/force,oxaudo/force,cavvia/force-1,artsy/force,artsy/force,yuki24/force,cavvia/force-1,anandaroop/force,mzikherman/force,erikdstock/force,joeyAghion/force,anandaroop/force,joeyAghion/force,cavvia/force-1
63357b617fd1d07173367ee17d638bc9308c5a03
frontend/src/stylus/_logs.styl
frontend/src/stylus/_logs.styl
.logs table.list thead th.time width 12% th.trigger max-width 10% width 10% th.job width 10% td.text word-wrap break-word &.console, &.code pre background-color pal1 color #fff .error flash(type: error) .warning flash(type: warning) .jobs table.list td.status span display inline-block
.logs table.list thead th.time width 12% th.trigger max-width 10% width 10% th.job width 10% td.text word-wrap break-word &.console, &.code pre background-color pal1 color #fff .error, pre.error flash(type: error) .warning, pre.warning flash(type: warning) .jobs table.list td.status span display inline-block
Fix error styles for log PRE tags
Fix error styles for log PRE tags
Stylus
mit
hiddentao/ansijet
d29c2d7342e5af4cddddac56dc3c685faf263ee9
imports/ui/components/header/header.styl
imports/ui/components/header/header.styl
$default-padding = 1em $primary-red = #EF3E45 $secondary-red = #D4373E $black = #000 $white = #FFF header position: sticky top: $default-padding * -1 nav background-color: $black color: $white padding-top: $default-padding a:not(.default) color: inherit display: inline-block outline: none padding: $default-padding text-decoration: none &.active background-color: $primary-red &:active &:hover &:focus background-color: $secondary-red ol background-color: $black margin-block-end: 0 margin-block-start: 0 padding-inline-start: 0 white-space: normal &.no-overflow-x overflow-x: hidden white-space: nowrap li display: inline-block ol padding-left: 0 position: absolute button background-color: inherit border: none color: inherit cursor: pointer display: inline-block font-size: 2em line-height: 1.575em padding: 0 0.5em outline: none &:hover background-color: $white color: $black .hide-children ol display: none &:hover ol display: block
$default-padding = 1em $primary-red = #EF3E45 $secondary-red = #D4373E $black = #000 $white = #FFF header position: sticky top: $default-padding * -1 nav background-color: $black color: $white padding-top: $default-padding a:not(.default) color: inherit display: inline-block outline: none padding: $default-padding text-decoration: none &.active background-color: $primary-red &:active &:hover &:focus background-color: $secondary-red ol background-color: $black margin-block-end: 0 margin-block-start: 0 padding-inline-start: 0 white-space: normal &.no-overflow-x overflow-x: hidden white-space: nowrap li display: inline-block ol left: 3em position: absolute right: 3em text-align: center button background-color: inherit border: none color: inherit cursor: pointer display: inline-block font-size: 2em line-height: 1.575em padding: 0 0.5em outline: none &:hover background-color: $white color: $black .hide-children ol display: none &:hover ol display: block
Extend the width of the countries' containers to avoid positioning problems in small viewports.
Extend the width of the countries' containers to avoid positioning problems in small viewports.
Stylus
mit
LuisLoureiro/placard-wrapper
eb6087155b40f8bb5244274cc08c5f1a15c3a32d
src/styles/index.styl
src/styles/index.styl
* box-sizing: border-box html, body height: 100% body background: #F9F7F4 font-family: Arial, Helvetica, sans-serif cursor: default .app-container .app height: 100vh display: flex flex-direction: column align-items: center box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12) background: url("../../images/main_background.jpg") background-size: cover position: relative .top display: flex align-items: center padding: 25px 0 .middle width: 100% position: relative .img-container img width: 100% height: 60vh opacity: 0.7 box-shadow: 0 10px 55px 5px rgba(0,0,0,0.27) mix-blend-mode: soft-light .show-box position: absolute top: 0 z-index: 1 width: 100% height: 100% display: flex align-items: center justify-content: center .bottom width: 100% flex: 1
* box-sizing: border-box html, body height: 100% body background: #F9F7F4 font-family: Arial, Helvetica, sans-serif cursor: default .app-container .app height: 100vh display: flex flex-direction: column align-items: center box-shadow: 0 2px 15px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12) background: url("../../images/main_background.jpg") background-size: cover position: relative .top display: flex align-items: center padding: 25px 0 max-height: 100px .middle width: 100% position: relative .img-container img width: 100% height: 60vh opacity: 0.7 box-shadow: 0 10px 55px 5px rgba(0,0,0,0.27) mix-blend-mode: soft-light .show-box position: absolute top: 0 z-index: 1 width: 100% height: 100% display: flex align-items: center justify-content: center .bottom width: 100% flex: 1
Add fix height to top line
Add fix height to top line
Stylus
mit
IvaPetkova/My-HTML-Projects
811239c2b214f5effa93f45e08d29d637ada222c
app/style.styl
app/style.styl
.app position: absolute width: 99% height: 99% .actionButton position: fixed right: 1em bottom: 1em
body margin: 0 padding: 0 .app position: absolute height: 100% .actionButton position: fixed right: 1em bottom: 1em
Make app fill whole window
Make app fill whole window
Stylus
agpl-3.0
BitLooter/Stuffr-frontend,BitLooter/Stuffr-frontend
3d025e72d08d98bf2f47cc10f5344ca82c75d03e
src/styles/components/Button.styl
src/styles/components/Button.styl
.button-container margin: 30px 0 .btn background: rgba(0,0,0,0.03) padding: 10px 20px font-size: 20px border-radius: 4px border: 1px solid rgba(185, 185, 185, 0.44) cursor: pointer color: #d2d2d2 user-select: none opacity: 1 transition: all 0.3s &:hover background: rgba(0,0,0,0.04) box-shadow: 3px 3px 12px rgba(0,0,0,0.19) border: 1px solid rgba(0, 0, 0, 0) &.disabled opacity: 0.4 cursor: default background: rgba(0,0,0,0.03) border: 1px solid rgba(185,185,185,0.44) box-shadow: none
.button-container margin: 30px 0 .btn background: rgba(0,0,0,0.03) padding: 10px 20px font-size: 1.25rem border-radius: 4px border: 1px solid rgba(185, 185, 185, 0.44) cursor: pointer color: #d2d2d2 user-select: none opacity: 1 transition: all 0.3s &:hover background: rgba(0,0,0,0.04) box-shadow: 3px 3px 12px rgba(0,0,0,0.19) border: 1px solid rgba(0, 0, 0, 0) &.disabled opacity: 0.4 cursor: default background: rgba(0,0,0,0.03) border: 1px solid rgba(185,185,185,0.44) box-shadow: none
Convert font size from "px" to "rem"
Convert font size from "px" to "rem"
Stylus
mit
IvaPetkova/My-HTML-Projects
3722f06b0aeb10a04ec3e1c5c26997cbdedd40d7
openchordcharts/static/css/chart.styl
openchordcharts/static/css/chart.styl
/* Open Chord Charts -- Database of free chord charts By: Christophe Benz <christophe.benz@gmail.com> Copyright (C) 2012 Christophe Benz https://gitorious.org/open-chord-charts/ This file is part of Open Chord Charts. Open Chord Charts is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Open Chord Charts is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @media (max-width: 767px) .chords margin-left: -20px margin-right: -20px table td.bar padding-left: 2px padding-right: 2px .properties .key select margin-bottom: 0 .chords table table-layout: fixed td.bar font-family: 'lilyjazzchord', sans-serif text-align: center td.part-name text-align: right width: 1em
/* Open Chord Charts -- Database of free chord charts By: Christophe Benz <christophe.benz@gmail.com> Copyright (C) 2012 Christophe Benz https://gitorious.org/open-chord-charts/ This file is part of Open Chord Charts. Open Chord Charts is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Open Chord Charts is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @media (max-width: 767px) .chords margin-left: -20px margin-right: -20px table td.bar padding-left: 2px padding-right: 2px td.part-name padding: 1px .properties .key select margin-bottom: 0 .chords table table-layout: fixed td.bar font-family: 'lilyjazzchord', sans-serif text-align: center td.part-name text-align: right width: 1em
Reduce padding for small screens.
Reduce padding for small screens.
Stylus
agpl-3.0
openchordcharts/web-api,openchordcharts/openchordcharts-api
766f7c1cf13ad8295708f9edd899822bbeca84a5
client/app/components/_groupMenu/groupMenu.styl
client/app/components/_groupMenu/groupMenu.styl
group-menu a.md-button text-transform: none margin: 0 line-height: 42px .group-menu-join-button font-size: 0.8em #group-menu-container width:100% max-width: intrinsic; /* Safari/WebKit uses a non-standard name */ max-width: -moz-max-content; /* Firefox/Gecko */ max-width: -webkit-max-content; /* Chrome */ #group-menu-active-group text-align: right margin-left: 1em max-width: intrinsic; /* Safari/WebKit uses a non-standard name */ max-width: -moz-max-content; /* Firefox/Gecko */ max-width: -webkit-max-content; /* Chrome */ text-overflow: ellipsis padding: 0em #group-menu-group-picker text-align: left min-width: 50px
group-menu a.md-button text-transform: none margin: 0 line-height: 42px .group-menu-join-button font-size: 0.8em #group-menu-container width:100% max-width: max-content; #group-menu-active-group text-align: right margin-left: 1em max-width: max-content; text-overflow: ellipsis padding: 0em #group-menu-group-picker text-align: left min-width: 50px
Set max-width property to max-content
Set max-width property to max-content Ignore the "intrinsic" value for Safari, it's only mentioned in MDN, so I suppose it's outdated (or soon, when Safari catches up with CSSv3).
Stylus
mit
yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/foodsaving-frontend
4ea321abef07717ac19c56408a3cf0901cea6054
docs/.vuepress/styles/index.styl
docs/.vuepress/styles/index.styl
body font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" .navbar background: linear-gradient(to right, #44bd78, #b1c75b) .site-name color: #FFFFFF !important font-weight: 400 !important .links background-color: transparent !important .nav-links > .nav-item > .nav-link color: #FFFFFF svg color: #FFFFFF .nav-links > .nav-item > .dropdown-wrapper .title color: #FFFFFF .nav-links > .nav-item > .dropdown-wrapper .arrow border-top-color: #FFFFFF .repo-link color: #FFFFFF svg color: #FFFFFF .page a color: #428bca .table-of-contents li list-style none & > ul padding: 0px & > li & > a display none & > ul padding: 0px column-count: 3 column-width: 200px & > li a .badge font-size: x-small height: auto; line-height: 1.5 em; padding: 0 3px; vertical-align: middle !important
body font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" .navbar background: linear-gradient(to right, #44bd78, #b1c75b) .site-name color: #FFFFFF !important font-weight: 400 !important .links background-color: transparent !important .nav-links > .nav-item > .nav-link color: #FFFFFF svg color: #FFFFFF .nav-links > .nav-item > .dropdown-wrapper .title color: #FFFFFF .nav-links > .nav-item > .dropdown-wrapper .arrow border-top-color: #FFFFFF .repo-link color: #FFFFFF svg color: #FFFFFF .page a color: #428bca .table-of-contents li list-style none & > ul padding: 0px & > li & > a display none & > ul padding: 0px column-count: 3 column-width: 200px & > li a .badge font-size: x-small height: auto; line-height: 1.5 em; padding: 0 3px; vertical-align: middle !important div[class~=language-r]:before { content: 'r'; }
Add css style to fix missing language label in code field
Add css style to fix missing language label in code field
Stylus
mit
Photosynq/PhotosynQ-Documentation
634028e0640db2e6419d1f30762dd06be9cd568b
src/components/Announcements/Announcements.styl
src/components/Announcements/Announcements.styl
/* * Copyright (C) 2012-2020 Online-Go.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ .Announcements { position: fixed; top: navbar-height; right: 0; z-index: z.announcements; .announcement { width: 13rem; themed background-color bg box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16); overflow: hidden; .fa-times-circle { padding: 0.3rem; cursor: pointer; } } } &.zen .Announcements { display: none; }
/* * Copyright (C) 2012-2020 Online-Go.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ .Announcements { position: absolute; top: navbar-height; right: 0; z-index: z.announcements; .announcement { width: 16rem; display: flex; padding-top: .2rem; padding-bottom: .2rem; padding-left: .2rem; themed background-color bg align-items: center; box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16); overflow: hidden; .fa-times-circle { padding: 0.5rem; cursor: pointer; font-size: 1.2rem; } } } &.zen .Announcements { display: none; }
Tweak announcement display to make more mobile friendly
Tweak announcement display to make more mobile friendly
Stylus
agpl-3.0
online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com
cf682956da4f0a257ff143df7444939579956d6c
app/examples/index.styl
app/examples/index.styl
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700') html, body, .page width 100% height 100% margin 0 .test-list margin 15px .vis-table height 300px .vis-full width 100% height 100% .containing-matrix width 100% canvas display block .overlay position fixed bottom 200px right 100px width 200px padding 20px background-color #ffeeaabb .hidden display none visibility hidden text:not(.fontawe) font-family Open Sans !important #vis-element overflow hidden
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700') html, body, .page width 100% height 100% margin 0 .test-list margin 15px .vis-table height 300px .vis-full width 100% height 100% .containing-matrix width 100% canvas display block .overlay position fixed bottom 200px right 100px width 200px padding 20px background-color #ffeeaabb .hidden display none visibility hidden text:not(.fontawe) span.lu-label font-family Open Sans !important #vis-element overflow hidden
Include LineUp header labels in font declaration
Include LineUp header labels in font declaration
Stylus
apache-2.0
Kitware/candela,Kitware/candela,Kitware/candela,Kitware/candela,Kitware/candela
64d98847aa766de582463898bc489b639a6d811f
app/templates/lib/theme.styl
app/templates/lib/theme.styl
// Bespoke Classes: https://github.com/markdalgleish/bespoke-classes // Stylus: http://learnboost.github.io/stylus @import 'normalizecss/normalize.css' .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) display: flex flex-direction: column justify-content: center align-items: center .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 .emphatic background: #222 color: white .bespoke-progress-parent position: absolute top: 0 left: 0 right: 0 height: .3vw .bespoke-progress-bar position: absolute height: 100% background: #ccc transition: width .6s ease
// Bespoke Classes: https://github.com/markdalgleish/bespoke-classes // Stylus: http://learnboost.github.io/stylus @import 'normalizecss/normalize.css' .bespoke-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 .bespoke-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) display: flex flex-direction: column justify-content: center align-items: center .bespoke-inactive opacity: 0 pointer-events: none .bespoke-bullet-inactive opacity: 0 .emphatic background: #222 color: white .bespoke-progress-parent position: absolute top: 0 left: 0 right: 0 height: .3vw .bespoke-progress-bar position: absolute height: 100% background: #ccc transition: width .6s ease
Add bespoke-scale styles for Firefox
Add bespoke-scale styles for Firefox
Stylus
mit
markdalgleish/generator-bespoketheme,bespokejs/generator-bespoketheme
577868bc1b9e2bf6e10c10c20bba403b0dfbbdf8
web_external/stylesheets/body/imagesPage.styl
web_external/stylesheets/body/imagesPage.styl
#galleryContent { position: relative; width: 100%; min-height: 500px; height: calc(100vh - 135px); margin: -10px; } #galleryContent #pageContent { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: auto; }
/* patch backbone's awkward padding enforcement */ #g-app-body-container { padding: 0px !important; } #galleryContent { position: relative; width: 100%; min-height: 12em; height: calc(100vh - 12em); } #galleryContent #pageContent { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; overflow: auto; }
Fix scroll bar style issues
Fix scroll bar style issues
Stylus
apache-2.0
ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive
3b603daafe8cf18d2b8cbaaa5125d70ad8e11bd0
src/solarized-css/partials/elements.styl
src/solarized-css/partials/elements.styl
html background-color: $hl color: $fg margin: 1em body background-color: $bg margin: 0 auto max-width: 23cm border: 1pt solid $comment padding: 1em code background-color: $hl padding: 2px a color: $yellow a:visited color: $orange a:hover color: $orange h1 color: $magenta h2,h3,h4,h5,h6 color: $green pre background-color: $bg color: $fg border: 1pt solid $comment padding: 1em box-shadow: 5pt 5pt 8pt $hl code background-color: @background-color h1 font-size: 2.8em h2 font-size: 2.4em h3 font-size: 1.8em h4 font-size: 1.4em h5 font-size: 1.3em h6 font-size: 1.15em table border: hidden border-color: $comment margin-left:auto; margin-right:auto; colgroup border: 1px solid $comment tr:nth-child(even) background-color: $hl
html background-color: $hl color: $fg margin: 1em body background-color: $bg margin: 0 auto max-width: 23cm border: 1pt solid $comment padding: 1em code background-color: $hl padding: 2px a color: $yellow a:visited color: $orange a:hover color: $orange h1 color: $magenta h2,h3,h4,h5,h6 color: $green text-align: center pre background-color: $bg color: $fg border: 1pt solid $comment padding: 1em box-shadow: 5pt 5pt 8pt $hl code background-color: @background-color h1 font-size: 2.8em h2 font-size: 2.4em h3 font-size: 1.8em h4 font-size: 1.4em h5 font-size: 1.3em h6 font-size: 1.15em table border: hidden border-color: $comment margin-left:auto; margin-right:auto; colgroup border: 1px solid $comment tr:nth-child(even) background-color: $hl
Align all headings in the center
Align all headings in the center
Stylus
mit
Paethon/solarized-css,Paethon/solarized-css,Paethon/solarized-css
2f5bf3a36944e01b1e51138c7f98e52a1a992d60
modules/password/index.styl
modules/password/index.styl
// Tâmia © 2013 Artem Sapegin http://sapegin.me // Password field with toggle to show characters // Dependencies: form // Bones .password position: relative display: block width: 100% &__field position:relative; width: inherit z-index: 90 &__toggle display: none &.is-ok &__toggle position: absolute display: block top: 0 bottom: 0 right: 0 cursor: pointer z-index: 100 &:before content: "" position: absolute top: 50% left: 50% transform: translate(-50%,-50%) &.is-disabled &__toggle opacity: .4 // Default skin modules_default_skin ?= true password_default_skin ?= false if modules_default_skin or password_default_skin .password &.is-ok &__toggle width: 20px &:before content: "a" &.is-ok.is-unlocked &__toggle:before content: "●"
// Tâmia © 2013 Artem Sapegin http://sapegin.me // Password field with toggle to show characters // Dependencies: form // Bones .password position: relative display: block width: 100% &__field position:relative; width: inherit z-index: 90 &__toggle display: none &.is-ok &__toggle position: absolute display: block top: 0 bottom: 0 right: 0 cursor: pointer z-index: 100 &:before content: "" position: absolute top: 50% left: 50% transform: translate(-50%,-50%) &.is-disabled &__toggle opacity: .4 // Hide IE10 password visibility toggle &::-ms-reveal display: none !important // Default skin modules_default_skin ?= true password_default_skin ?= false if modules_default_skin or password_default_skin .password &.is-ok &__toggle width: 20px &:before content: "a" &.is-ok.is-unlocked &__toggle:before content: "●"
Hide IE10 password visibility toggle.
Password: Hide IE10 password visibility toggle.
Stylus
mit
tamiadev/tamia,tamiadev/tamia
98e2b0491686488d94abf1a2016a5265cab92c83
src/styles/main.styl
src/styles/main.styl
@import 'cozy-ui/defaults' @import 'cozy-ui' .fil-content top-padded(30px) @media (max-width: (768/basefont)rem) padding 0
@import 'cozy-ui/defaults' @import 'cozy-ui' div:focus outline: none .fil-content top-padded(30px) @media (max-width: (768/basefont)rem) padding 0
Remove outline on div :low_brightness:
style: Remove outline on div :low_brightness:
Stylus
agpl-3.0
y-lohse/cozy-files-v3,cozy/cozy-files-v3,enguerran/cozy-files-v3,enguerran/cozy-drive,goldoraf/cozy-drive,enguerran/cozy-files-v3,goldoraf/cozy-drive,enguerran/cozy-files-v3,nono/cozy-files-v3,enguerran/cozy-drive,enguerran/cozy-files-v3,nono/cozy-files-v3,enguerran/cozy-drive,y-lohse/cozy-drive,goldoraf/cozy-drive,nono/cozy-files-v3,cozy/cozy-files-v3,cozy/cozy-files-v3,y-lohse/cozy-files-v3,y-lohse/cozy-drive,goldoraf/cozy-drive,y-lohse/cozy-drive,enguerran/cozy-drive,nono/cozy-files-v3,y-lohse/cozy-files-v3,y-lohse/cozy-drive,cozy/cozy-files-v3
543f6c9b416c53ad1f1f1699db8a68ad66a63ae0
app/templates/src/index.styl
app/templates/src/index.styl
// Normalize Styles @import '../../node_modules/normalize.css/normalize.css'; // Box sizing partial styles // Apply a natural box layout model to all elements *, *:before, *:after -moz-box-sizing border-box -webkit-box-sizing border-box box-sizing border-box // Screens and Modules @import './screens/Index/components/layout/layout'; @import './screens/Index/components/index/index'; // Styling on warning for users on IE7 or below .browsehappy text-align center margin 0 background #fff8e2 color #000 padding 0.5em 0
// Normalize Styles @import '../node_modules/normalize.css/normalize.css'; // Box sizing partial styles // Apply a natural box layout model to all elements *, *:before, *:after -moz-box-sizing border-box -webkit-box-sizing border-box box-sizing border-box // Screens and Modules @import './screens/Index/components/layout/layout'; @import './screens/Index/components/index/index'; // Styling on warning for users on IE7 or below .browsehappy text-align center margin 0 background #fff8e2 color #000 padding 0.5em 0
Fix location of normalize.css in stylus template
Fix location of normalize.css in stylus template
Stylus
mit
quasipedia/generator-neopolitan,quasipedia/generator-neopolitan,larsonjj/generator-neopolitan,larsonjj/generator-neopolitan
ae006c29868df9fa1d1245b37685c2b40c70acf4
app/react/styles/modules/text-editing.styl
app/react/styles/modules/text-editing.styl
.editable-text padding-right 0px +above(md) padding-right 30px textarea.invisible-input display block width 100% .character-limit position absolute top -8px right 5px font-size 12px color rgba(black, .5) +above(md) top -5px .edit-icon position absolute top 3% right 0 +above(md) right -30px input.invisible-input, textarea.invisible-input border none border-bottom 2px solid rgba(black, .5) background none padding 4px height auto color white resize none border-radius 0 &:focus outline 0 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color rgba(black, .5) } ::-moz-placeholder { /* Firefox 19+ */ color rgba(black, .5) } :-ms-input-placeholder { /* IE 10+ */ color rgba(black, .5) } :-moz-placeholder { /* Firefox 18- */ color rgba(black, .5) }
.editable-text padding-right 0px +above(md) padding-right 30px textarea.invisible-input display block width 100% textarea overflow hidden .character-limit position absolute top -8px right 5px font-size 12px color rgba(black, .5) +above(md) top -5px .edit-icon position absolute top 3% right 0 +above(md) right -30px input.invisible-input, textarea.invisible-input border none border-bottom 2px solid rgba(black, .5) background none padding 4px height auto color white resize none border-radius 0 &:focus outline 0 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color rgba(black, .5) } ::-moz-placeholder { /* Firefox 19+ */ color rgba(black, .5) } :-ms-input-placeholder { /* IE 10+ */ color rgba(black, .5) } :-moz-placeholder { /* Firefox 18- */ color rgba(black, .5) }
Fix scrollbars on textareas in IE10
Fix scrollbars on textareas in IE10
Stylus
mit
WikiEducationFoundation/Wiki-Playlist,WikiEducationFoundation/Wiki-Playlist,WikiEducationFoundation/Wiki-Playlist
c6227d15c288c97fc2b2060b9f5839a74cf0e80d
distributionviewer/core/static/css/lib.styl
distributionviewer/core/static/css/lib.styl
/* Colors */ $background-color = #000; $normal-text = rgba(255,255,255,0.7); $mild-blue = #4A90E2; $green = #b3c89b; /* Spacing */ $header-height = 70px; $menu-width = 200px; $min-padding = 10px; $med-padding = 2 * $min-padding; $lrg-padding = 2 * $med-padding; /* Charts */ $chart-preview-height = 250px; $chart-preview-width = 300px; /* Responsive Breakpoints */ $base-tablet = unquote('all and (min-width: 550px)'); $base-desktop = unquote('all and (min-width: 1050px)');
/* Colors */ $background-color = #000; $normal-text = rgba(255,255,255,0.7); $mild-blue = #4A90E2; /* Spacing */ $header-height = 70px; $menu-width = 200px; $min-padding = 10px; $med-padding = 2 * $min-padding; $lrg-padding = 2 * $med-padding; /* Charts */ $chart-preview-height = 250px; $chart-preview-width = 300px; /* Responsive Breakpoints */ $base-tablet = unquote('all and (min-width: 550px)'); $base-desktop = unquote('all and (min-width: 1050px)');
Remove unused $green Stylus variable
Remove unused $green Stylus variable
Stylus
mpl-2.0
openjck/distribution-viewer,openjck/distribution-viewer,openjck/distribution-viewer,openjck/distribution-viewer
af57b00165733fa57942c88ce54d46d17cf6d8ef
app/assets/stylesheets/modules/_uls.styl
app/assets/stylesheets/modules/_uls.styl
.uls-trigger position relative top -2px margin-left 0px .uls-menu margin-top 10px input[type=text] height auto .uls-menu .uls-lcd-region-section .uls-lcd-region-title font-weight normal .uls-search-label height 27px .uls-filterinput padding-top 3px
.uls-trigger position relative top -2px margin-left 0px /*@noflip*/ padding-left: 30px .uls-menu margin-top 10px input[type=text] height auto .uls-menu .uls-lcd-region-section .uls-lcd-region-title font-weight normal .uls-search-label height 27px .uls-filterinput padding-top 3px
Fix overlap of language switcher text in RTL layout
Fix overlap of language switcher text in RTL layout Fixes https://phabricator.wikimedia.org/T152446
Stylus
mit
majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,alpha721/WikiEduDashboard,Wowu/WikiEduDashboard,KarmaHater/WikiEduDashboard,Wowu/WikiEduDashboard,feelfreelinux/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,feelfreelinux/WikiEduDashboard,Wowu/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,alpha721/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,alpha721/WikiEduDashboard
dc65efc8b1e39a90573f3ea21068d2e56be9e4fe
lib/kouto-swiss/grid/index.styl
lib/kouto-swiss/grid/index.styl
ks-grid-fixed-col-width = 60px ks-grid-fixed-gut-width = 20px ks-grid-fixed-columns = 12 ks-grid-fixed-computed-total-width = ( ks-grid-fixed-col-width + ks-grid-fixed-gut-width ) * ks-grid-fixed-columns ks-grid-fixed-total-width = ks-grid-fixed-computed-total-width // default to fixed layout ks-grid-config = { "column-width": ks-grid-fixed-col-width, "gutter-width": ks-grid-fixed-gut-width, "columns": ks-grid-fixed-columns, "computed-total-width": ks-grid-fixed-computed-total-width, "total-width": ks-grid-fixed-total-width } @import "grid" @import "row" @import "column" @import "offset"
ks-grid-fixed-col-width = 60px ks-grid-fixed-gut-width = 20px ks-grid-fixed-columns = 12 ks-grid-config = {} @import "grid" @import "row" @import "column" @import "offset" // default to fixed layout gs()
Refactor defaults values for gs
Refactor defaults values for gs
Stylus
mit
leny/kouto-swiss,girassolbit/kouto-swiss,krkn/kouto-swiss,greyhwndz/kouto-swiss,greyhwndz/kouto-swiss,krkn/kouto-swiss,girassolbit/kouto-swiss,leny/kouto-swiss
f806d3866148c9532605b58b9bae05beae3ae986
app/react/styles/modules/site.styl
app/react/styles/modules/site.styl
body background-color $gallery .site__navigation background white position relative z-index 100 box-shadow 0px 2px 4px 0px rgba(0,0,0,0.15) padding .5rem +above(lg) padding 1rem 0 img display inline-block vertical-align middle .btn-primary border-radius 0 +above(md) border-radius 3px .site__content padding 0 .site__mobile-navigation max-height 0px overflow hidden transition all 300ms linear padding 0 2rem &.open max-height 9999px
body background-color $gallery .site__navigation background white position relative z-index 100 box-shadow 0px 2px 4px 0px rgba(0,0,0,0.15) padding .5rem +above(lg) padding 1rem 0 img display inline-block vertical-align middle border none .btn-primary border-radius 0 +above(md) border-radius 3px .site__content padding 0 .site__mobile-navigation max-height 0px overflow hidden transition all 300ms linear padding 0 2rem &.open max-height 9999px
Remove border from nav svg on IE10
Remove border from nav svg on IE10
Stylus
mit
WikiEducationFoundation/Wiki-Playlist,WikiEducationFoundation/Wiki-Playlist,WikiEducationFoundation/Wiki-Playlist
3e50ea5970124059e1fc01face0cc8def25a1142
clients/web/src/stylesheets/body/searchResultsList.styl
clients/web/src/stylesheets/body/searchResultsList.styl
.g-search-results-title-container display block padding 0.5% 0 0.5% 2% font-size 20px background-color #eaebea border-bottom 1px solid #ddd color #555 .g-search-results-title-element display inline-block .g-search-results-type-container display block margin 2px 0 border 1px solid #efefef border-radius 5px .g-search-result-type-header display inline-block font-size 17px .g-search-result-type-icon padding 0.5% 1% ul.g-search-results-type margin 0 padding 0 .g-search-result list-style none padding 0.15% 0 0.15% 2% border-top 1px solid #efefef color #337ab7 font-size 15px &:hover background-color #eee .g-search-results-paginate ul.pagination margin 5px 15px .g-search-pending padding 10px font-size 30px .g-search-no-results padding 0.5% 0 0.5% 1% border 1px solid #efefef font-size 15px
.g-search-results-title-container display block padding 0.5% 0 0.5% 0.5% font-size 20px background-color #eaebea border-bottom 1px solid #ddd color #555 .g-search-results-title-element display inline-block .g-search-results-type-container display block margin 2px 0 border 1px solid #efefef border-radius 5px .g-search-result-type-header display inline-block font-size 17px .g-search-result-type-icon padding 0.5% 1% ul.g-search-results-type margin 0 padding 0 .g-search-result list-style none padding 0.15% 0 0.15% 2% border-top 1px solid #efefef color #337ab7 font-size 15px &:hover background-color #eee .g-search-results-paginate ul.pagination margin 5px 15px .g-search-pending padding 10px font-size 30px .g-search-no-results padding 0.5% 0 0.5% 1% border 1px solid #efefef font-size 15px
Adjust the title position of the search results page
Adjust the title position of the search results page
Stylus
apache-2.0
girder/girder,manthey/girder,jbeezley/girder,Kitware/girder,Kitware/girder,data-exp-lab/girder,girder/girder,data-exp-lab/girder,data-exp-lab/girder,Xarthisius/girder,manthey/girder,kotfic/girder,Kitware/girder,RafaelPalomar/girder,data-exp-lab/girder,RafaelPalomar/girder,Xarthisius/girder,kotfic/girder,Xarthisius/girder,jbeezley/girder,Xarthisius/girder,jbeezley/girder,Kitware/girder,Xarthisius/girder,manthey/girder,RafaelPalomar/girder,jbeezley/girder,girder/girder,girder/girder,kotfic/girder,RafaelPalomar/girder,kotfic/girder,RafaelPalomar/girder,data-exp-lab/girder,kotfic/girder,manthey/girder
5f352637ada73e46a33a0b2bd1f485b1b08a6d4a
src/styles/global/bootstrap.styl
src/styles/global/bootstrap.styl
// Core variables and mixins @import 'bootstrap/variables' @import 'bootstrap/mixins' // Reset and dependencies @import 'bootstrap/normalize' @import 'bootstrap/print' @import 'bootstrap/glyphicons' // Core CSS @import 'bootstrap/scaffolding' @import 'bootstrap/utilities' @import 'bootstrap/type' //@import 'bootstrap/code' @import 'bootstrap/grid' // @import 'bootstrap/tables' @import 'bootstrap/forms' @import 'bootstrap/buttons' // Components // @import 'bootstrap/component-animations' // @import 'bootstrap/dropdowns' @import 'bootstrap/button-groups' @import 'bootstrap/input-groups' @import 'bootstrap/navs' @import 'bootstrap/navbar' // @import 'bootstrap/breadcrumbs' // @import 'bootstrap/pagination' // @import 'bootstrap/pager' @import 'bootstrap/labels' // @import 'bootstrap/badges' // @import 'bootstrap/jumbotron' @import 'bootstrap/thumbnails' @import 'bootstrap/alerts' @import 'bootstrap/progress-bars' // @import 'bootstrap/media' // @import 'bootstrap/list-group' @import 'bootstrap/panels' @import 'bootstrap/responsive-embed' // @import 'bootstrap/wells' @import 'bootstrap/close' // Utility classes @import 'bootstrap/responsive-utilities'
// Core variables and mixins @import 'bootstrap/variables' @import 'bootstrap/mixins' // Reset and dependencies @import 'bootstrap/normalize' @import 'bootstrap/print' @import 'bootstrap/glyphicons' // Core CSS @import 'bootstrap/scaffolding' @import 'bootstrap/utilities' @import 'bootstrap/type' //@import 'bootstrap/code' @import 'bootstrap/grid' @import 'bootstrap/tables' @import 'bootstrap/forms' @import 'bootstrap/buttons' // Components // @import 'bootstrap/component-animations' // @import 'bootstrap/dropdowns' // @import 'bootstrap/button-groups' // @import 'bootstrap/input-groups' // @import 'bootstrap/navs' // @import 'bootstrap/navbar' // @import 'bootstrap/breadcrumbs' // @import 'bootstrap/pagination' // @import 'bootstrap/pager' // @import 'bootstrap/labels' // @import 'bootstrap/badges' // @import 'bootstrap/jumbotron' // @import 'bootstrap/thumbnails' // @import 'bootstrap/alerts' // @import 'bootstrap/progress-bars' // @import 'bootstrap/media' // @import 'bootstrap/list-group' // @import 'bootstrap/panels' // @import 'bootstrap/responsive-embed' // @import 'bootstrap/wells' // @import 'bootstrap/close' // Utility classes @import 'bootstrap/responsive-utilities'
Comment out more unused components
Comment out more unused components
Stylus
apache-2.0
zooniverse/wildcam-gorongosa-education,zooniverse/wildcam-gorongosa-education
df3cdd6e90caa86bd8532265ee92b16e89b30612
apps/blog/stylesheets/show.styl
apps/blog/stylesheets/show.styl
.BlogPost // Classes come through with Jekyll generated HTML // Not going to bother with correcting *that* // So for now, force things to look correct .post // > .post-header collapsed-margins(2em) > .post-category-title collapsed-margins(2em) > h1 margin 0 text-align center font-size font-size-h2 font-weight normal > .post-author > .post-meta text-align center font-size font-size-base line-height line-height-base > .post-author font-weight bold > .post-content // p collapsed-margins(1em) font-size font-size-base line-height line-height-tall > a, > strong a text-decoration underline img iframe display block max-width 100% vertical-align bottom border 1px solid colors-gray-border margin 2em auto iframe box-shadow 4px 4px 4px colors-gray-background height 2150px !important padding 1px +below(400px) height 2000px !important +below(380px) height 1950px !important +below(340px) height 1700px !important h2 collapsed-margins(4em) hr height 2px background-color colors-gray-border border none
.BlogPost // Classes come through with Jekyll generated HTML // Not going to bother with correcting *that* // So for now, force things to look correct .post // > .post-header collapsed-margins(2em) > .post-category-title collapsed-margins(2em) > h1 margin 0 text-align center font-size font-size-h2 font-weight normal > .post-author > .post-meta text-align center font-size font-size-base line-height line-height-base > .post-author font-weight bold > .post-content // p collapsed-margins(1em) font-size font-size-base line-height line-height-tall a text-decoration underline img iframe display block max-width 100% vertical-align bottom border 1px solid colors-gray-border margin 2em auto iframe box-shadow 4px 4px 4px colors-gray-background height 2150px !important padding 1px +below(400px) height 2000px !important +below(380px) height 1950px !important +below(340px) height 1700px !important h2 collapsed-margins(4em) hr height 2px background-color colors-gray-border border none
Make it a normal a selector
Make it a normal a selector
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
8547870be16e07cfee4ca048850cc4cc8d7515b9
components/layout/footer/index.styl
components/layout/footer/index.styl
.footer--info height 240px text-align center &__menu position relative top 60% transform translateY(-60%) a font-weight bold margin 0 unit border-bottom none !important &__logo margin-top unit * 2 +mobile() &__menu text-align center a display block margin unit (unit * 3) &__logo text-align center
.footer--info height 240px text-align center &__menu position relative top 60% transform translateY(-60%) a font-weight bold margin 0 unit border-bottom none !important &__logo margin-top unit * 2 +mobile() padding-top (unit * 5) &__menu text-align center a display block margin unit (unit * 3) &__logo text-align center
Adjust footer styling for mobile
Adjust footer styling for mobile
Stylus
mit
broskoski/ervell,aredotna/ervell,arenahq/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,broskoski/ervell,arenahq/ervell,aredotna/ervell
ca1f1aa230a3e23131baea9d480388840cb52efb
components/ui/buttons/index.styl
components/ui/buttons/index.styl
@require './default' @require './divider' @require './draggable' @require './fill' @require './overlay' @require './invisible' @require './channel' @require './sizes' @require './secondary' @require './thick'
@require './default' @require './divider' @require './draggable' @require './fill' @require './overlay' @require './invisible' @require './channel' @require './sizes' @require './secondary' @require './heavy'
Fix reference to button style
Fix reference to button style
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
3e045c010547565f7fa1be3042eaf4d8fc480c39
app/styles/_parts/index/boxes.styl
app/styles/_parts/index/boxes.styl
.huge font-size 40px .panel-trending, .panel-new, .panel-updated, .panel-popular .panel-heading color #fff ul margin 0 padding 10px list-style none li a text-decoration none .panel-trending border-color: color-panel-trending .panel-heading border-color color-panel-trending background-color color-panel-trending a color color-panel-trending &:hover color color-panel-trending-a-hover .panel-new border-color: color-panel-new .panel-heading border-color color-panel-new background-color color-panel-new a color color-panel-new &:hover color color-panel-new-a-hover .panel-updated border-color: color-panel-updated .panel-heading border-color color-panel-updated background-color color-panel-updated a color color-panel-updated &:hover color color-panel-updated-a-hover .panel-popular border-color: color-panel-popular .panel-heading border-color color-panel-popular background-color color-panel-popular a color color-panel-popular &:hover color color-panel-popular-hover
.huge font-size 40px .panel-trending, .panel-new, .panel-updated, .panel-popular .panel-heading color #fff ul margin 0 padding 10px list-style none li a text-decoration none .panel-trending border-color: color-panel-trending .panel-heading border-color color-panel-trending background-color color-panel-trending a color color-panel-trending &:hover color color-panel-trending-a-hover .panel-new border-color: color-panel-new .panel-heading border-color color-panel-new background-color color-panel-new a color color-panel-new &:hover color color-panel-new-a-hover .panel-updated border-color: color-panel-updated .panel-heading border-color color-panel-updated background-color color-panel-updated a color color-panel-updated &:hover color color-panel-updated-a-hover .panel-popular border-color: color-panel-popular .panel-heading border-color color-panel-popular background-color color-panel-popular a color color-panel-popular &:hover color color-panel-popular-a-hover
Fix a:hover color on `Popular Plugins` box
Fix a:hover color on `Popular Plugins` box
Stylus
mit
sergiolepore/hexo-plugin-site,sergiolepore/hexo-plugin-site
62dd2957e710c08837c3253b82582024a9228c0d
media/stylus/components/structure/tabzilla.styl
media/stylus/components/structure/tabzilla.styl
/* Tabzilla Rar! V 0.3.0 ====================================================================== */ #tabzilla { position: relative; float: right; } #tabzilla a { position: relative; display: block; width: 147px; height: 37px; text-indent: 120%; white-space: nowrap; overflow: hidden; background-image: url('/media/img/tabzilla-static.png'); background-repeat: no-repeat; z-index: 2; } @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) { #tabzilla a { background-image: url("/media/img/tabzilla-static-high-res.png"); -webkit-background-size: 147px 37px; background-size: 147px 37px; } } #tabzilla:before { position: absolute; display: block; left: 28px; top: 0; width: 88px; height: 26px; content: ''; background-color: transparent; z-index: 1; } /* Customization for MDN ====================================================================== */ #tabzilla:before { background-color: $text-color; }
/* Tabzilla Rar! V 0.3.0 ====================================================================== */ #tabzilla { position: relative; float: right; } #tabzilla a { position: relative; display: block; width: 147px; height: 37px; text-indent: 120%; white-space: nowrap; overflow: hidden; background-image: url('/media/img/tabzilla-static.png'); background-repeat: no-repeat; z-index: 2; } @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) { #tabzilla a { background-image: url("/media/img/tabzilla-static-high-res.png"); -webkit-background-size: 147px 37px; background-size: 147px 37px; } } #tabzilla:before { position: absolute; display: block; left: 28px; top: 0; width: 88px; height: 26px; content: ''; background-color: transparent; z-index: 1; } /* Customization for MDN ====================================================================== */ #tabzilla:before { background-color: $text-color; } @media $media-query-mobile { #tabzilla { display: none; } }
Fix Bug 1187891 - Tabzilla mobile display
Fix Bug 1187891 - Tabzilla mobile display
Stylus
mpl-2.0
bluemini/kuma,jwhitlock/kuma,utkbansal/kuma,yfdyh000/kuma,safwanrahman/kuma,biswajitsahu/kuma,mozilla/kuma,jgmize/kuma,jwhitlock/kuma,bluemini/kuma,biswajitsahu/kuma,SphinxKnight/kuma,varunkamra/kuma,mozilla/kuma,a2sheppy/kuma,jezdez/kuma,groovecoder/kuma,biswajitsahu/kuma,darkwing/kuma,mozilla/kuma,biswajitsahu/kuma,Elchi3/kuma,bluemini/kuma,robhudson/kuma,groovecoder/kuma,jezdez/kuma,jezdez/kuma,jgmize/kuma,bluemini/kuma,jgmize/kuma,hoosteeno/kuma,jwhitlock/kuma,surajssd/kuma,RanadeepPolavarapu/kuma,ronakkhunt/kuma,a2sheppy/kuma,openjck/kuma,carnell69/kuma,safwanrahman/kuma,surajssd/kuma,cindyyu/kuma,bluemini/kuma,SphinxKnight/kuma,chirilo/kuma,varunkamra/kuma,chirilo/kuma,Elchi3/kuma,anaran/kuma,RanadeepPolavarapu/kuma,ollie314/kuma,hoosteeno/kuma,openjck/kuma,anaran/kuma,groovecoder/kuma,jgmize/kuma,RanadeepPolavarapu/kuma,safwanrahman/kuma,openjck/kuma,ronakkhunt/kuma,chirilo/kuma,openjck/kuma,robhudson/kuma,carnell69/kuma,MenZil/kuma,cindyyu/kuma,bluemini/kuma,YOTOV-LIMITED/kuma,varunkamra/kuma,jezdez/kuma,jgmize/kuma,YOTOV-LIMITED/kuma,ollie314/kuma,safwanrahman/kuma,jezdez/kuma,RanadeepPolavarapu/kuma,darkwing/kuma,openjck/kuma,cindyyu/kuma,MenZil/kuma,YOTOV-LIMITED/kuma,varunkamra/kuma,MenZil/kuma,a2sheppy/kuma,anaran/kuma,RanadeepPolavarapu/kuma,safwanrahman/kuma,jwhitlock/kuma,ronakkhunt/kuma,chirilo/kuma,YOTOV-LIMITED/kuma,utkbansal/kuma,SphinxKnight/kuma,darkwing/kuma,carnell69/kuma,biswajitsahu/kuma,hoosteeno/kuma,a2sheppy/kuma,mozilla/kuma,anaran/kuma,jwhitlock/kuma,yfdyh000/kuma,MenZil/kuma,ollie314/kuma,a2sheppy/kuma,safwanrahman/kuma,groovecoder/kuma,mozilla/kuma,hoosteeno/kuma,hoosteeno/kuma,utkbansal/kuma,surajssd/kuma,Elchi3/kuma,escattone/kuma,robhudson/kuma,ronakkhunt/kuma,hoosteeno/kuma,anaran/kuma,jgmize/kuma,surajssd/kuma,carnell69/kuma,YOTOV-LIMITED/kuma,cindyyu/kuma,cindyyu/kuma,Elchi3/kuma,escattone/kuma,ollie314/kuma,ollie314/kuma,utkbansal/kuma,jezdez/kuma,openjck/kuma,SphinxKnight/kuma,ollie314/kuma,chirilo/kuma,groovecoder/kuma,SphinxKnight/kuma,yfdyh000/kuma,Elchi3/kuma,MenZil/kuma,chirilo/kuma,cindyyu/kuma,MenZil/kuma,darkwing/kuma,RanadeepPolavarapu/kuma,surajssd/kuma,yfdyh000/kuma,robhudson/kuma,varunkamra/kuma,YOTOV-LIMITED/kuma,carnell69/kuma,varunkamra/kuma,robhudson/kuma,utkbansal/kuma,robhudson/kuma,utkbansal/kuma,yfdyh000/kuma,anaran/kuma,yfdyh000/kuma,SphinxKnight/kuma,carnell69/kuma,darkwing/kuma,darkwing/kuma,surajssd/kuma,groovecoder/kuma,escattone/kuma,biswajitsahu/kuma,ronakkhunt/kuma,ronakkhunt/kuma
72d01a2b362c20fd6a14cc6bcc07aaba7a31e256
src/solarized-css/partials/fonts-import-rel.styl
src/solarized-css/partials/fonts-import-rel.styl
// These will not work if docs are file://local @css { @import url('///fonts.googleapis.com/css?family=Inconsolata'); @import url('///fonts.googleapis.com/css?family=PT+Sans'); @import url('///fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700'); }
Add relative font url imports (not used atm atm).
Add relative font url imports (not used atm atm). Related to https://github.com/thomasf/solarized-css/pull/2
Stylus
mit
iimog/solarized-css,thomasf/solarized-css,Paethon/solarized-css,iimog/solarized-css,iimog/solarized-css,Paethon/solarized-css,thomasf/solarized-css,thomasf/solarized-css,Paethon/solarized-css
1ef6daeb1eb2c0795138d22350cfe6241df151c0
apps/artwork_2/components/banner/index.styl
apps/artwork_2/components/banner/index.styl
@require '../clock' artwork-banner = { height: 66px } .artwork-banner height: artwork-banner.height display flex flex-direction row justify-content space-between align-items center block-margins(10px) text-align left border-bottom 1px solid gray-lighter-color &__logo margin-right 10px padding-right @margin-right border-right 1px solid gray-lighter-color &__name flex 1 garamond-size('s-headline') > a display block text-decoration none &__jump //
@require '../clock' .artwork-banner display flex flex-direction row justify-content space-between align-items flex-end block-margins(gutter / 2) padding (gutter / 2) 0 text-align left border-bottom 1px solid gray-lighter-color &__logo margin-right (gutter / 2) padding-right @margin-right border-right 1px solid gray-lighter-color &__name position relative flex 1 garamond-size('s-headline') margin-bottom -9px // Compensates to align baseline white-space nowrap overflow hidden &:after display block content '' position absolute top 0 right 0 bottom 0 width (gutter * 3) background-image linear-gradient(left, rgba(white, 0), white) > a display block text-decoration none &__countdown margin 0 (gutter / 2) margin-bottom -2px // Compensates to align baseline &__jump > a white-space nowrap
Align banner to visual baseline
Align banner to visual baseline
Stylus
mit
kanaabe/force,anandaroop/force,izakp/force,eessex/force,damassi/force,dblock/force,oxaudo/force,cavvia/force-1,joeyAghion/force,mzikherman/force,mzikherman/force,yuki24/force,cavvia/force-1,eessex/force,izakp/force,artsy/force,xtina-starr/force,anandaroop/force,oxaudo/force,damassi/force,dblock/force,artsy/force,anandaroop/force,yuki24/force,joeyAghion/force,anandaroop/force,cavvia/force-1,erikdstock/force,kanaabe/force,xtina-starr/force,kanaabe/force,damassi/force,artsy/force,erikdstock/force,izakp/force,eessex/force,artsy/force-public,damassi/force,joeyAghion/force,erikdstock/force,eessex/force,yuki24/force,dblock/force,mzikherman/force,erikdstock/force,cavvia/force-1,yuki24/force,mzikherman/force,oxaudo/force,xtina-starr/force,izakp/force,oxaudo/force,kanaabe/force,kanaabe/force,artsy/force-public,artsy/force,xtina-starr/force,joeyAghion/force
5f082d337683728bee3c4f5d7fdc21316f0ea2f0
src/css/modules/_menu.styl
src/css/modules/_menu.styl
.menu-toggle display none .menu position fixed width 180px top 0 bottom 0 background rgb(37, 42, 58) color lightgray overflow auto .menu-links margin 0 padding 0 0 20px 0 display flex flex-direction column height 100% li list-style none overflow hidden .menu-link, .menu-submenulink color lightgray text-decoration none transition color ease 0.2s width 100% display block box-sizing: border-box; &:hover background-color rgba(11, 16, 31, 0.4) .menu-link padding 15px 0 15px 15px .menu-submenulink padding 15px 0 15px 15px .menu-link-active border-right 5px solid #F2F2F2 background-color rgba(11, 16, 31, 0.2) .menu-link-last margin-bottom 20px .menu-link-active ~ .menu-submenu display block .menu-submenu display none padding 0 background #1A1F2F
Move the menu stylus module to a different folder for better organization
Move the menu stylus module to a different folder for better organization
Stylus
mit
azedo/freelancer-calculator,azedo/freelancer-calculator
b162a016a07584409f70680a0e3d8d5c35180268
src/media/css/constants/zindex.styl
src/media/css/constants/zindex.styl
/* * zindex.styl -- contains variables for each CSS z-index value. * * Any time you would reference a z-index in CSS, you should instead be using a * variable defined in either this file or a project-specific z-index file. * This allows for consistency and predictability in z-index definition and * use. * * Each value we use is defined on the scale below, but the scale should never * be used directly. Instead, different applications of the scale should be * stored as their own variables, grouped and sorted by valur, to allow for * quick scanning and debugging of layering issues. * * The $zindex-10 value is reserved for debugging, via $zindex-dev. * * Shamelessly inspired by Medium: * https://gist.github.com/fat/1f6da6b3bd0311a1f8a0 */ // z-index scale $zindex-1 = 10; $zindex-2 = 20; $zindex-3 = 30; $zindex-4 = 40; $zindex-5 = 50; $zindex-6 = 60; $zindex-7 = 70; $zindex-8 = 80; $zindex-9 = 90; $zindex-10 = 100; // z-index applications $zindex-dev = $zindex-10;
Add z-index system and documentation.
Add z-index system and documentation.
Stylus
mpl-2.0
mozilla/marketplace-style-guide,mozilla/marketplace-style-guide,mozilla/marketplace-style-guide
c3f82e7dcfe6300b381f021b60625c030f4f8a98
src/styles/createAlbumForm.styl
src/styles/createAlbumForm.styl
@import 'cozy-ui' .pho-create-album-form @extend $form-text .coz-create-album-label display block margin-bottom .5em text-transform uppercase color #92a0b2 font-size .75em padding .55em 0 .coz-inline-form display flex align-items stretch width 100% .coz-input-text flex-grow 1 .coz-input-text, .coz-btn font-size 1em height 4em align-self stretch .coz-btn margin-right 0 padding-left 2.5em padding-right 2.5em
@import 'cozy-ui' .pho-create-album-form @extend $form-text .coz-create-album-label display block margin-bottom .5em text-transform uppercase color #92a0b2 font-size .75em padding .55em 0 .coz-inline-form display flex align-items stretch width 100% .coz-input-text flex-grow 1 .coz-input-text, .coz-btn font-size 1em height 4em align-self stretch .coz-btn margin-right 0 padding-left 2.5em padding-right 2.5em &[aria-busy=true] padding-right 1em
Fix visual enlargement when the create album button has spinner
[fix] Fix visual enlargement when the create album button has spinner
Stylus
agpl-3.0
nono/cozy-files-v3,nono/cozy-files-v3,nono/cozy-files-v3,y-lohse/cozy-drive,y-lohse/cozy-files-v3,y-lohse/cozy-photos-v3,nono/cozy-photos-v3,y-lohse/cozy-files-v3,goldoraf/cozy-drive,cozy/cozy-files-v3,goldoraf/cozy-drive,enguerran/cozy-drive,enguerran/cozy-drive,y-lohse/cozy-files-v3,y-lohse/cozy-drive,y-lohse/cozy-drive,cozy/cozy-files-v3,nono/cozy-photos-v3,enguerran/cozy-files-v3,enguerran/cozy-files-v3,enguerran/cozy-drive,enguerran/cozy-files-v3,y-lohse/cozy-drive,cozy/cozy-files-v3,cozy/cozy-files-v3,goldoraf/cozy-photos-v3,cozy/cozy-photos-v3,nono/cozy-files-v3,enguerran/cozy-files-v3,cozy/cozy-photos-v3,enguerran/cozy-drive,y-lohse/cozy-photos-v3,goldoraf/cozy-drive,goldoraf/cozy-photos-v3,goldoraf/cozy-drive
6d7fdfb13c7d68ddde339e5bc0f800098d844d4e
components/auction_artwork_brick/index.styl
components/auction_artwork_brick/index.styl
@require '../stylus_lib' @require '../artwork_brick' .artwork-brick--auction .artwork-brick__metadata height inherit &__sale-artwork // &__current-bid sans('body') m = (gutter / 1.5) margin distance(m) 0 (m) color black &__buttons > a inline-block-margins(gutter / 5) min-width (gutter * 3)
@require '../stylus_lib' @require '../artwork_brick' .artwork-brick--auction .artwork-brick__metadata height inherit serif('l-caption') margin distance(gutter / 2) 0 distance(gutter * 2) 0 &__sale-artwork // &__current-bid sans('body') m = (gutter / 1.5) margin distance(m) 0 (m) color black &__buttons > a inline-block-margins(gutter / 5) min-width (gutter * 3)
Increase margins for stacked auction artwork bricks
Increase margins for stacked auction artwork bricks
Stylus
mit
kanaabe/force,dblock/force,xtina-starr/force,xtina-starr/force,yuki24/force,erikdstock/force,oxaudo/force,artsy/force,cavvia/force-1,kanaabe/force,izakp/force,cavvia/force-1,dblock/force,yuki24/force,eessex/force,eessex/force,anandaroop/force,mzikherman/force,oxaudo/force,eessex/force,joeyAghion/force,izakp/force,erikdstock/force,joeyAghion/force,artsy/force-public,yuki24/force,xtina-starr/force,artsy/force,damassi/force,erikdstock/force,izakp/force,artsy/force-public,dblock/force,erikdstock/force,oxaudo/force,damassi/force,artsy/force,anandaroop/force,mzikherman/force,damassi/force,oxaudo/force,kanaabe/force,anandaroop/force,eessex/force,kanaabe/force,mzikherman/force,mzikherman/force,izakp/force,artsy/force,damassi/force,joeyAghion/force,joeyAghion/force,anandaroop/force,xtina-starr/force,kanaabe/force,cavvia/force-1,yuki24/force,cavvia/force-1
6df04bb747904b5f80539238015cc2d3fbe31802
frontend/stylus/config/media-helpers.styl
frontend/stylus/config/media-helpers.styl
//Width for media queries $mobile-min = 320px $mobile-max = 480px $tab-min = 768px $tab-max = 900px $desktop = 1200px //Media queries mixin definition media-queries = { mobile1 : "screen and (min-width: $mobile-min)", mobile1_only : "screen and (min-width: $mobile-min) and (max-width: $mobile-max)" mobile2 : "screen and (min-width: $mobile-max)", mobile2_only : "screen and (min-width: $mobile-max) and (max-width: $tab-min)" tab1 : "screen and ($min-width: tab-min)", tab1_only : "screen and (min-width: $tab-min) and (max-width: $tab-max)" tab2 : "screen and ($min-width: tab-max)", tab2_only : "screen and (min-width: $tab-max) and (max-width: $desktop)" desktop : "screen and ($min-width: desktop)" } //Call this mixin like this: //+for-device(mobile1 mobile2 <other keys from media-queries>) // <css here> for_device(devices) conditions = () for device in devices push(conditions, media-queries[device]) conditions = join(', ', conditions) @media conditions {block}
Add variables and mixin for media queries
[new] Add variables and mixin for media queries
Stylus
mit
ValkoVolodya/facultysite,ValkoVolodya/facultysite,ValkoVolodya/facultysite
1c8944af18bcf73aef7d669d7d98e123bd9c55f1
desktop/apps/buy_art/stylesheets/mobile.styl
desktop/apps/buy_art/stylesheets/mobile.styl
@media screen and (max-width: 768px) .buy-art-header justify-content center height 460px &__title garamond-size('l-headline', true) max-width inherit margin-bottom 20px .buy-art-intro height 560px &__stat_container width 320px height 85px &__title max-width 280px garamond-size('headline', true) &__subtitle max-width 280px margin 0 auto garamond-size('l-body', true) &__stat-number garamond-size('s-headline', true) .buy-art-benefits &__benefits-container max-width inherit margin-top 35px padding-bottom 35px &__title garamond-size('headline', true) &__items img margin-bottom 10px margin-bottom 35px .buy-art-faqs margin-bottom 60px &__title garamond-size('headline') &__items-container padding-top 25px &__item-title garamond-size('s-body') font-weight bold margin-bottom 0 &__item-content garamond-size('s-body') margin-bottom 35px &__item-grid margin-right inherit .buy-art-footer &__title garamond-size('headline') margin-right auto margin-left auto
@media screen and (max-width: 768px) .buy-art-header justify-content center height 460px &__title garamond-size('l-headline', true) max-width inherit margin-bottom 20px .buy-art-intro height 560px &__stat_container width 320px height 85px &__title max-width 280px garamond-size('headline', true) &__subtitle max-width 280px margin 0 auto garamond-size('l-body', true) &__stat-number garamond-size('s-headline', true) .buy-art-benefits &__benefits-container max-width inherit margin-top 35px padding-bottom 35px &__title garamond-size('headline', true) &__items img margin-bottom 10px margin-bottom 35px .buy-art-faqs margin-bottom 60px &__title garamond-size('headline') &__items-container padding-top 25px &__item-title garamond-size('s-body') font-weight bold margin-bottom 0 &__item-content garamond-size('s-body') margin-bottom 35px &__item-grid margin-right inherit .buy-art-footer &__title garamond-size('headline') margin-right auto margin-left auto
Fix media query CSS for introduction
Fix media query CSS for introduction Signed-off-by: Yuki Nishijima <a6aa6c594f3f904825833313c0bab3e292e95764@artsymail.com>
Stylus
mit
xtina-starr/force,anandaroop/force,cavvia/force-1,artsy/force,damassi/force,oxaudo/force,dblock/force,yuki24/force,joeyAghion/force,anandaroop/force,izakp/force,artsy/force,kanaabe/force,xtina-starr/force,damassi/force,xtina-starr/force,eessex/force,damassi/force,erikdstock/force,eessex/force,dblock/force,eessex/force,erikdstock/force,oxaudo/force,yuki24/force,yuki24/force,izakp/force,eessex/force,mzikherman/force,artsy/force,anandaroop/force,kanaabe/force,mzikherman/force,oxaudo/force,kanaabe/force,kanaabe/force,artsy/force-public,cavvia/force-1,artsy/force-public,oxaudo/force,joeyAghion/force,mzikherman/force,dblock/force,kanaabe/force,xtina-starr/force,mzikherman/force,izakp/force,cavvia/force-1,artsy/force,erikdstock/force,izakp/force,yuki24/force,erikdstock/force,joeyAghion/force,joeyAghion/force,damassi/force,cavvia/force-1,anandaroop/force
8af24281bba25e2d2b11bc750a29c2a289290b00
SingularityUI/app/styles/main.styl
SingularityUI/app/styles/main.styl
@import nib a cursor pointer a.disabled cursor none pointer-events none color #999 a.disabled:hover background-color transparent .link-spacer opacity 0.2 padding 0px 5px #top-level-nav visibility hidden html.light-theme, html.dark-theme #top-level-nav visibility visible .subtle opacity 0.5 .ellipsis overflow ellipsis .hard-wrap word-wrap break-word tr.filtered display none // Overrides #nav-user-name cursor default .btn-navbar:hover background-position initial transition none .navbar .btn-navbar:active box-shadow inset 0px 1px 3px rgba(0, 0, 0, 0.2) .navbar-fixed-top .brand transition none .navbar .nav > li > a padding 10px 10px 11px table th text-align left .well table margin-bottom 0px h2 margin-bottom 10px overflow ellipsis &.well-nav padding 8px 0 .modal position fixed top 20% margin-top 0px @media (max-width: 480px) .well h2 margin-top 0px .modal position fixed top 10px #page padding-bottom: 40px
@import nib a cursor pointer a.disabled cursor none pointer-events none color #999 a.disabled:hover background-color transparent .link-spacer opacity 0.2 padding 0px 5px #top-level-nav visibility hidden html.light-theme, html.dark-theme #top-level-nav visibility visible .subtle opacity 0.5 .ellipsis overflow ellipsis .hard-wrap word-wrap break-word tr.filtered display none table.filtered display none // Overrides #nav-user-name cursor default .btn-navbar:hover background-position initial transition none .navbar .btn-navbar:active box-shadow inset 0px 1px 3px rgba(0, 0, 0, 0.2) .navbar-fixed-top .brand transition none .navbar .nav > li > a padding 10px 10px 11px table th text-align left .well table margin-bottom 0px h2 margin-bottom 10px overflow ellipsis &.well-nav padding 8px 0 .modal position fixed top 20% margin-top 0px @media (max-width: 480px) .well h2 margin-top 0px .modal position fixed top 10px #page padding-bottom: 40px
Add `.filtered` styling for `table`s (in addition to `tr`s)
Add `.filtered` styling for `table`s (in addition to `tr`s)
Stylus
apache-2.0
tejasmanohar/Singularity,mjball/Singularity,HubSpot/Singularity,nvoron23/Singularity,calebTomlinson/Singularity,stevenschlansker/Singularity,acbellini/Singularity,evertrue/Singularity,tejasmanohar/Singularity,hs-jenkins-bot/Singularity,mjball/Singularity,tejasmanohar/Singularity,grepsr/Singularity,calebTomlinson/Singularity,stevenschlansker/Singularity,mjball/Singularity,tejasmanohar/Singularity,acbellini/Singularity,nvoron23/Singularity,stevenschlansker/Singularity,stevenschlansker/Singularity,stevenschlansker/Singularity,acbellini/Singularity,andrhamm/Singularity,HubSpot/Singularity,andrhamm/Singularity,nvoron23/Singularity,acbellini/Singularity,grepsr/Singularity,grepsr/Singularity,grepsr/Singularity,mjball/Singularity,evertrue/Singularity,mjball/Singularity,HubSpot/Singularity,andrhamm/Singularity,HubSpot/Singularity,calebTomlinson/Singularity,grepsr/Singularity,acbellini/Singularity,evertrue/Singularity,tejasmanohar/Singularity,andrhamm/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,nvoron23/Singularity,evertrue/Singularity,hs-jenkins-bot/Singularity,acbellini/Singularity,stevenschlansker/Singularity,calebTomlinson/Singularity,andrhamm/Singularity,hs-jenkins-bot/Singularity,tejasmanohar/Singularity,grepsr/Singularity,evertrue/Singularity,calebTomlinson/Singularity,calebTomlinson/Singularity,evertrue/Singularity,nvoron23/Singularity,nvoron23/Singularity
a51f6fa9066120764dbf15b20fb5272bf1f3864c
apps/channel/stylesheets/embed.styl
apps/channel/stylesheets/embed.styl
.channel-embed &__header &__logo svg padding-top 5px width 27px height 30px fill textgray .path__inner padding (unit / 2) 0 border-bottom 1px solid bordergray margin 0 10px unit .path__headline margin-bottom 0 font-size 1.25rem display flex float none align-items center justify-content space-between @media (min-width:(block_width_mar * 3) + 20) and (max-width:(block_width_mar * 4) + 20) .block-collection .block-item:nth-of-type(1n+6):not(.grid__block--embedded) display none @media (min-width:(block_width_mar * 2) + 20) and (max-width:(block_width_mar * 3) + 20) .block-collection .block-item:nth-of-type(1n+4):not(.grid__block--embedded) display none @media (min-width:0) and (max-width:(block_width_mar * 2) + 20) .block-collection .block-item:nth-of-type(1n+3):not(.grid__block--embedded) display none
Hide blocks depending on width
Hide blocks depending on width
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
6bc3e3da0c8dd2bc68324bdbd1971431480c8fdc
lib/sizo/lists/index.styl
lib/sizo/lists/index.styl
ul ol margin 0 padding 0 list-style-type none /* // This form of extends is not available yet in stylus. // TODO cf. https://github.com/LearnBoost/stylus/pull/1536 &$sz-default-ul margin-bottom sz-base-spacing / 2 padding-left sz-base-spacing list-style-type disc &$sz-default-ol margin-bottom sz-base-spacing / 2 padding-left sz-base-spacing list-style-type decimal */ $sz-default-ul margin-bottom sz-base-spacing / 2 padding-left sz-base-spacing list-style-type disc $sz-default-ol margin-bottom sz-base-spacing / 2 padding-left sz-base-spacing list-style-type decimal dl margin-bottom sz-base-spacing / 2 dt font-weight bold margin-top sz-base-spacing / 2 dd margin 0
Add lists setup (from bourbon/bitters)
Add lists setup (from bourbon/bitters)
Stylus
mit
krkn/sizo
9e48e1401d1c07476c0e0efe04d9787e6dbc711c
lib/sizo/tables/index.styl
lib/sizo/tables/index.styl
table width 100% margin ( sz-base-spacing / 2 ) 0 table-layout fixed border-collapse collapse th padding ( sz-base-spacing / 2 ) 0 border-bottom 1px solid darken( sz-base-border-color, 15 ) font-weight bold text-align left td padding ( sz-base-spacing / 2 ) 0 border-bottom sz-base-border tr td th vertical-align middle
Add table setup (from bourbon/bitters)
Add table setup (from bourbon/bitters)
Stylus
mit
krkn/sizo
fb7f676e165613363c2b22fb64fb5d28497426e4
generators/app/templates/src/_module.styl
generators/app/templates/src/_module.styl
// // <%= pkg.name.slug %>.<%= dtv.name.camel %> // // (c) <%= (new Date).getFullYear() %> <%= author.name %> (<%= author.email %>) // // SPDX-License-Identifier: <%= pkg.license %> // (http://spdx.org/licenses/<%= pkg.license %>.html) // // injector:stylus:begin // injector:stylus:end
Add module level stylus file
tpl: Add module level stylus file It shall import all stylus files in the module. Signed-off-by: Sanjeev Premi <e2c59cdd009c02452534cc3986d2bb876e0e4eac@ymail.com>
Stylus
bsd-3-clause
spremi/generator-angular-modsmith,spremi/generator-angular-modsmith
ae71a68ad059ecdd2199457476816e4dee5cc265
test/none.styl
test/none.styl
// Random Stylesheet for testing, with no mark $pixelBase = 10 u( $values ) $list = unquote( "" ) $unit = "" for $value in $values if ( $value == "auto" ) or ( $value == "inherit" ) $unit = "string" else $unit = unit( $value ) if ( $value == 0 ) or ( $unit != "" ) append( $list, $value ) else if $usePixels append( $list, unit( $value, "px" ) ) else append( $list, unit( ( $value / $pixelBase ), "rem" ) ) return $list fslh( $font-size, $line-height ) return unquote( "" + u( $font-size ) + "/" + u( $line-height ) + "" ) centering( $position = absolute, $top = 0, $right = 0, $bottom = 0, $left = 0, $margin = auto ) position: $position top: $top right: $right bottom: $bottom left: $left margin: $margin
Add test file with no mark
Add test file with no mark
Stylus
mit
leny/grunt-todo,leny/grunt-todo
f48f769f561ae32a1e1575cb408fa8382886ea6b
h2o-web/src/main/steam/styles/create-model-dialog.styl
h2o-web/src/main/steam/styles/create-model-dialog.styl
.y-create-model-dialog .y-dialog-margin dock(15px, 20px, 5px, 20px) .y-dialog-content overflow auto dock(0, 0, 50px, 0) .y-algorithms overflow auto dock(0, 0, 10px, 0) .y-algorithm cursor pointer .y-algorithm-title font-weight 300 font-size 20px .y-validation-error padding 10px .y-model-parameter td vertical-align top padding 5px .y-description color #888 input:focus, select:focus outline none !important box-shadow none !important input[type="text"] border 1px solid #ddd &:focus border-color #999 label.y-input-inline text-transform uppercase font-size 11px margin-right 3px &.y-invalid input[type="text"] border-color red &:focus border-color red label border-bottom 1px dotted red &:hover .y-description color inherit // TODO Duplicate of y-import-actions .y-model-actions dock-bottom(40px) line-height 40px text-align right border-top 1px solid #ddd
.y-create-model-dialog .y-dialog-margin dock(15px, 20px, 5px, 20px) .y-dialog-content overflow auto dock(0, 0, 50px, 0) .y-algorithms overflow auto dock(0, 0, 10px, 0) .y-algorithm cursor pointer .y-algorithm-title font-weight 300 font-size 20px .y-validation-error padding 10px .y-model-parameter td vertical-align top padding 5px .y-description color #888 input:focus, select:focus outline none !important box-shadow none !important input[type="text"] border 1px solid #ddd &:focus border-color #999 select[multiple], select[size] width 100% border 1px solid #ddd &:focus border-color #999 label.y-input-inline text-transform uppercase font-size 11px margin-right 3px &.y-invalid input[type="text"] border-color red &:focus border-color red label border-bottom 1px dotted red &:hover .y-description color inherit // TODO Duplicate of y-import-actions .y-model-actions dock-bottom(40px) line-height 40px text-align right border-top 1px solid #ddd
Make multi-list styling consistent with other dialog controls
Make multi-list styling consistent with other dialog controls
Stylus
apache-2.0
bospetersen/h2o-3,michalkurka/h2o-3,h2oai/h2o-flow,jangorecki/h2o-3,ChristosChristofidis/h2o-3,pchmieli/h2o-3,spennihana/h2o-3,kyoren/https-github.com-h2oai-h2o-3,h2oai/h2o-dev,bikash/h2o-dev,PawarPawan/h2o-v3,tarasane/h2o-3,michalkurka/h2o-3,datachand/h2o-3,mrgloom/h2o-3,madmax983/h2o-3,YzPaul3/h2o-3,junwucs/h2o-3,weaver-viii/h2o-3,tarasane/h2o-3,brightchen/h2o-3,PawarPawan/h2o-v3,spennihana/h2o-3,pchmieli/h2o-3,bikash/h2o-dev,junwucs/h2o-3,mathemage/h2o-3,bospetersen/h2o-3,michalkurka/h2o-3,printedheart/h2o-3,h2oai/h2o-3,datachand/h2o-3,spennihana/h2o-3,h2oai/h2o-dev,datachand/h2o-3,h2oai/h2o-3,jangorecki/h2o-3,datachand/h2o-3,YzPaul3/h2o-3,brightchen/h2o-3,junwucs/h2o-flow,bikash/h2o-dev,nilbody/h2o-flow,printedheart/h2o-3,h2oai/h2o-dev,h2oai/h2o-dev,kyoren/https-github.com-h2oai-h2o-3,ChristosChristofidis/h2o-3,h2oai/h2o-3,kyoren/https-github.com-h2oai-h2o-3,h2oai/h2o-3,bospetersen/h2o-3,tarasane/h2o-3,tarasane/h2o-3,h2oai/h2o-3,mrgloom/h2o-3,michalkurka/h2o-3,weaver-viii/h2o-3,nilbody/h2o-3,nilbody/h2o-3,brightchen/h2o-3,kyoren/https-github.com-h2oai-h2o-3,weaver-viii/h2o-3,nilbody/h2o-flow,PawarPawan/h2o-v3,datachand/h2o-3,datachand/h2o-3,YzPaul3/h2o-3,printedheart/h2o-3,printedheart/h2o-3,mrgloom/h2o-3,nilbody/h2o-3,pchmieli/h2o-3,mathemage/h2o-3,h2oai/h2o-3,mrgloom/h2o-3,bikash/h2o-dev,madmax983/h2o-3,bospetersen/h2o-3,spennihana/h2o-3,printedheart/h2o-3,kyoren/https-github.com-h2oai-h2o-3,YzPaul3/h2o-3,h2oai/h2o-dev,bikash/h2o-dev,nilbody/h2o-3,mrgloom/h2o-3,printedheart/h2o-3,tarasane/h2o-3,ChristosChristofidis/h2o-3,mathemage/h2o-3,michalkurka/h2o-3,junwucs/h2o-3,jangorecki/h2o-3,YzPaul3/h2o-3,PawarPawan/h2o-v3,pchmieli/h2o-3,printedheart/h2o-flow,mathemage/h2o-3,ChristosChristofidis/h2o-3,brightchen/h2o-3,PawarPawan/h2o-v3,bospetersen/h2o-3,printedheart/h2o-flow,ChristosChristofidis/h2o-3,weaver-viii/h2o-3,nilbody/h2o-flow,h2oai/h2o-dev,bikash/h2o-dev,h2oai/h2o-3,PawarPawan/h2o-v3,PawarPawan/h2o-v3,kyoren/https-github.com-h2oai-h2o-3,nilbody/h2o-3,madmax983/h2o-3,printedheart/h2o-3,h2oai/h2o-3,junwucs/h2o-3,jangorecki/h2o-3,bospetersen/h2o-3,tarasane/h2o-3,h2oai/h2o-flow,michalkurka/h2o-3,brightchen/h2o-3,mrgloom/h2o-3,kyoren/https-github.com-h2oai-h2o-3,madmax983/h2o-3,brightchen/h2o-3,junwucs/h2o-3,brightchen/h2o-3,madmax983/h2o-3,ChristosChristofidis/h2o-3,YzPaul3/h2o-3,spennihana/h2o-3,madmax983/h2o-3,jangorecki/h2o-3,mathemage/h2o-3,jangorecki/h2o-3,tarasane/h2o-3,weaver-viii/h2o-3,jangorecki/h2o-3,ChristosChristofidis/h2o-3,madmax983/h2o-3,YzPaul3/h2o-3,junwucs/h2o-flow,mrgloom/h2o-3,pchmieli/h2o-3,weaver-viii/h2o-3,michalkurka/h2o-3,pchmieli/h2o-3,h2oai/h2o-dev,spennihana/h2o-3,junwucs/h2o-3,junwucs/h2o-flow,bospetersen/h2o-3,junwucs/h2o-3,pchmieli/h2o-3,printedheart/h2o-flow,datachand/h2o-3,weaver-viii/h2o-3,nilbody/h2o-3,mathemage/h2o-3,mathemage/h2o-3,nilbody/h2o-3,spennihana/h2o-3
c650d93c0f132aaf7649c3aaf91cfddbb8d01b59
client/common/blocks/page_progress/page_progress.styl
client/common/blocks/page_progress/page_progress.styl
@import "nodeca.core/client/common/_variables" .page-progress padding 0 margin 0 .page-progress__item display inline-block vertical-align middle .page-progress__button-first .page-progress__button-last display block position relative padding 0 10px height 50px line-height 50px color grayDark &:hover text-decoration none .page-progress__info display block position relative font-size 12px padding 15px 0 height 50px color grayDark &:hover text-decoration none .page-progress__bar width 100% background-color grayLighter .page-progress__bar-fill background-color grayDark height 2px transition width .3s .page-progress__menu min-width 150px padding 7px 10px // // Highlight on hover // .page-progress__button-first .page-progress__button-last .page-progress__info &:after position absolute left 0 right 0 bottom 0 height 2px content '' background-color grayLighter opacity 0 transition opacity .3s .page-progress__item:hover .page-progress__button-first .page-progress__button-last .page-progress__info &:after opacity 1
Move page progress base styles here from forum
Move page progress base styles here from forum
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
ef7f1b547d9a04e32e36c485b5bde9d23c34693e
styl/lists.styl
styl/lists.styl
.list-group margin-left: 0 padding-left: 0 .list-inline li display: inline-block margin-right: 5px &:last-child margin-right: 0
Add some classes for list styling
Add some classes for list styling
Stylus
mit
MarginZero/Stylistic,Stylistic/Stylistic,MarginZero/Stylistic
a5e7010e32f43faa7032533ae0189c85205c08f6
src/styles/viewer.styl
src/styles/viewer.styl
@require 'cozy-ui' $toolbar-height = em(96px) .pho-viewer-wrapper background grey-08 height 100vh width 100vw color white display flex flex-direction column overflow hidden position fixed left 0 top 0 z-index 100 &::after content '' height $toolbar-height flex-shrink 0 .pho-viewer-content display flex flex-direction row flex-grow 1 .photo-viewer-nav-previous, .photo-viewer-nav-next width em(75px) flex-shrink 0 .pho-viewer-photo flex-grow 1 display flex position relative justify-content center align-items center img position absolute top 50% transform translateY(-50%) max-height 100% max-width 100% box-shadow 0 6px 24px 0 rgba(0, 0, 0, 0.5) display block
@require 'cozy-ui' $toolbar-height = em(96px) .pho-viewer-wrapper background grey-08 height 100vh width 100vw color white display flex flex-direction column overflow hidden position fixed left 0 top 0 z-index 100 &::after content '' height $toolbar-height flex-shrink 0 .pho-viewer-content display flex flex-direction row flex-grow 1 .photo-viewer-nav-previous, .photo-viewer-nav-next width em(75px) flex-shrink 0 .pho-viewer-photo flex-grow 1 display flex position relative justify-content center align-items center img position absolute top 50% left 50% transform translate(-50%, -50%) max-height 100% max-width 100% box-shadow 0 6px 24px 0 rgba(0, 0, 0, 0.5) display block
Fix picture not centered correctly in some browsers
[fix] Fix picture not centered correctly in some browsers
Stylus
agpl-3.0
nono/cozy-photos-v3,enguerran/cozy-drive,y-lohse/cozy-drive,goldoraf/cozy-photos-v3,y-lohse/cozy-drive,cozy/cozy-photos-v3,y-lohse/cozy-drive,enguerran/cozy-drive,enguerran/cozy-files-v3,cozy/cozy-files-v3,y-lohse/cozy-photos-v3,enguerran/cozy-files-v3,enguerran/cozy-drive,goldoraf/cozy-drive,y-lohse/cozy-files-v3,nono/cozy-files-v3,enguerran/cozy-files-v3,nono/cozy-photos-v3,cozy/cozy-files-v3,cozy/cozy-files-v3,y-lohse/cozy-drive,y-lohse/cozy-files-v3,enguerran/cozy-files-v3,enguerran/cozy-drive,y-lohse/cozy-files-v3,cozy/cozy-files-v3,goldoraf/cozy-drive,goldoraf/cozy-drive,cozy/cozy-photos-v3,goldoraf/cozy-photos-v3,nono/cozy-files-v3,goldoraf/cozy-drive,nono/cozy-files-v3,y-lohse/cozy-photos-v3,nono/cozy-files-v3
2085c78737fd5b60e52941e5715af02d005ff637
mobile/src/styles/settings.styl
mobile/src/styles/settings.styl
@require 'cozy-ui' .settings margin 0 1em .settings__subcategory-title display block margin-bottom 0 font-weight normal .settings__subcategory display flex .settings__subcategory__label color gray font-size(12px) .settings__subcategory__item flex-grow 1 text-align right .settings__button-danger @extend $button width 100% margin 0 color pomegranate border-color pomegranate .media-uploading @extend $icon-16 @extend $icon-spinner-blue margin-left 0.5em
@require 'cozy-ui' .settings margin 0 1em .settings__subcategory-title display block margin-bottom 0 font-weight normal .settings__subcategory display flex .settings__subcategory__label color gray font-size(12px) .settings__subcategory__item flex-grow 1 text-align right .settings__button-danger @extend $button width 100% margin 0 0 10px color pomegranate border-color pomegranate .media-uploading @extend $icon-16 @extend $icon-spinner-blue margin-left 0.5em
Add margin after unlink button :art:
style: Add margin after unlink button :art:
Stylus
agpl-3.0
y-lohse/cozy-drive,enguerran/cozy-drive,y-lohse/cozy-drive,enguerran/cozy-drive,enguerran/cozy-files-v3,y-lohse/cozy-drive,y-lohse/cozy-drive,goldoraf/cozy-drive,cozy/cozy-files-v3,enguerran/cozy-files-v3,cozy/cozy-files-v3,goldoraf/cozy-drive,enguerran/cozy-drive,nono/cozy-files-v3,nono/cozy-files-v3,nono/cozy-files-v3,enguerran/cozy-files-v3,enguerran/cozy-drive,y-lohse/cozy-files-v3,cozy/cozy-files-v3,nono/cozy-files-v3,y-lohse/cozy-files-v3,enguerran/cozy-files-v3,goldoraf/cozy-drive,goldoraf/cozy-drive,cozy/cozy-files-v3,y-lohse/cozy-files-v3
27cc1ca6e54c3f0495ec07e8c50b8a7a24763151
lib/sizo/typography/index.styl
lib/sizo/typography/index.styl
// Sizo Typography body background-color sz-base-background-color font-family sz-base-font-family font-size sz-base-font-size -webkit-font-smoothing antialiased color sz-base-font-color line-height sz-base-line-height h1 h2 h3 h4 h5 h6 margin 0 font-family sz-header-font-family line-height sz-header-line-height text-rendering optimizeLegibility h1 font-size sz-h1-font-size h2 font-size sz-h2-font-size h3 font-size sz-h3-font-size h4 font-size sz-h4-font-size h5 font-size sz-h5-font-size h6 font-size sz-h6-font-size p margin 0 0 ( sz-base-spacing / 2 ) a color sz-base-link-color text-decoration none transition color 0.1s linear &:hover color sz-hover-link-color &:active &:focus color sz-hover-link-color outline none hr margin sz-base-spacing 0 border-bottom sz-base-border border-left none border-right none border-top none img picture max-width 100% margin 0 blockquote margin sz-base-spacing 0 padding-left sz-base-spacing / 2 border-left 2px solid sz-base-border-color color lighten( sz-base-font-color, 15 ) cite font-style italic color lighten( sz-base-font-color, 25 ) &:before content "\2014 \00A0"
Add typography setup (from bourbon/bitters)
Add typography setup (from bourbon/bitters)
Stylus
mit
krkn/sizo
e76db0b98af8d27f526e76c809faf1b9f88cd4d0
layouts/css/page-modules/_header.styl
layouts/css/page-modules/_header.styl
header // display flex background-color $node-gray text-align center > .container overflow visible li position relative padding-bottom 12px; &.active:after $border-width = 14px top 100% left 50% border solid rgba(0, 0, 0, 0) content " " height 0 width 0 position absolute pointer-events none border-color rgba(3, 3, 0, 0) border-top-color $node-gray border-width $border-width margin-left -($border-width/2)px a, a:link, a:active padding 0 12px text-transform uppercase font-size 14px color #ccc !important a:hover background-color transparent text-decoration underline #logo width 182px margin 30px auto
header // display flex background-color $node-gray text-align center > .container overflow visible li $border-width = 14px position relative padding-bottom 12px; &.active:after top 100% left 50% border solid rgba(0, 0, 0, 0) content " " height 0 width 0 position absolute pointer-events none border-color rgba(3, 3, 0, 0) border-top-color $node-gray border-width $border-width margin-left -($border-width/2)px &.active:first-child:after margin-left -($border-width)px a, a:link, a:active padding 0 12px text-transform uppercase font-size 14px color #ccc !important a:hover background-color transparent text-decoration underline #logo width 182px margin 30px auto
Fix active arrow on first menu item
CSS: Fix active arrow on first menu item
Stylus
mit
andygout/new.nodejs.org,SomeoneWeird/new.nodejs.org,nodecode/new.nodejs.org,Delapouite/new.nodejs.org,matthewloring/new.nodejs.org,strawbrary/nodejs.org,iancrowther/new.nodejs.org,tjconcept/new.nodejs.org,yous/new.nodejs.org,phillipj/new.nodejs.org,xicombd/new.nodejs.org,phillipj/new.nodejs.org,yosuke-furukawa/new.nodejs.org,Gornstats/new.nodejs.org,elinnet/new.nodejs.org,cgvarela/new.nodejs.org,brycebaril/new.nodejs.org,yosuke-furukawa/new.nodejs.org,ChALkeR/new.nodejs.org,JungMinu/new.nodejs.org,thefourtheye/new.nodejs.org,vaniaul/new.nodejs.org,rnsloan/new.nodejs.org,MassimilianoMura/new.nodejs.org,stevemao/new.nodejs.org,nodejs/new.nodejs.org,wonderdogone/new.nodejs.org,strawbrary/nodejs.org,nodecode/new.nodejs.org,bogas04/new.nodejs.org,fabiosantoscode/new.nodejs.org,evanlucas/new.nodejs.org,windhamdavid/new.nodejs.org,windhamdavid/new.nodejs.org,stojanovic/new.nodejs.org,ChALkeR/new.nodejs.org,bogas04/new.nodejs.org,abdelrahmansaeedhassan/yuri,vaniaul/new.nodejs.org,Gornstats/new.nodejs.org,boneskull/new.nodejs.org,rnsloan/new.nodejs.org,thefourtheye/new.nodejs.org,sonewman/new.nodejs.org,iancrowther/new.nodejs.org,evanlucas/new.nodejs.org,stevemao/new.nodejs.org,a0viedo/new.nodejs.org,a0viedo/new.nodejs.org,narqo/new.nodejs.org,simonmcmanus/new.nodejs.org,targos/new.nodejs.org,JungMinu/new.nodejs.org,boneskull/new.nodejs.org,MassimilianoMura/new.nodejs.org,andygout/new.nodejs.org,simonmcmanus/new.nodejs.org,fabiosantoscode/new.nodejs.org,sonewman/new.nodejs.org,wonderdogone/new.nodejs.org,Delapouite/new.nodejs.org,elinnet/new.nodejs.org,abdelrahmansaeedhassan/yuri,nodejs/new.nodejs.org,narqo/new.nodejs.org,stojanovic/new.nodejs.org,cgvarela/new.nodejs.org,SomeoneWeird/new.nodejs.org,matthewloring/new.nodejs.org,tjconcept/new.nodejs.org,marocchino/new.nodejs.org,marocchino/new.nodejs.org,yous/new.nodejs.org,xicombd/new.nodejs.org,targos/new.nodejs.org
a9ceccd548ca4042474b3c0f51edc41f5bb6424d
stylus/components/luna-sprite.styl
stylus/components/luna-sprite.styl
/*********************************\ Components / Luna Sprite \*********************************/ .c-luna-sprite__container position absolute left 0 width 100% .c-luna-sprite__sprite position absolute width 60px height 51px z-index Z-ANIMATIONS background url('images/luna-boot-scoot.png') 0 0 animation play-luna-boot-scoot 600ms steps(4) infinite, play-across-window 10s linear infinite @keyframes play-luna-boot-scoot 0% { background-position 0 0 } 100% { background-position -240px } @keyframes play-across-window 0% { right -60px } 100% { right calc(100% + 60px) }
/*********************************\ Components / Luna Sprite \*********************************/ .c-luna-sprite__container position absolute left 0 width 100% .c-luna-sprite__sprite position absolute width 60px height 51px z-index Z-ANIMATIONS background url('images/luna-boot-scoot.png') 0 0 animation play-luna-boot-scoot 600ms steps(4) infinite, play-across-window__small 20s linear infinite @keyframes play-luna-boot-scoot 0% { background-position 0 0 } 100% { background-position -240px } @keyframes play-across-window__small 0% { right -60px transform scaleX(1) } 50% { right calc(100% + 60px) transform scaleX(1) } 51% { transform scaleX(-1) } 100% { right -60px transform scaleX(-1) }
Add flip and return animation for Luna_sprite
Add flip and return animation for Luna_sprite
Stylus
mit
tcandens/joeythies_wordpress_theme,tcandens/joeythies_wordpress_theme,tcandens/joeythies_wordpress_theme
93c27b8fe9d843047cf0b08ecf92fe18ee359e72
apps/following/stylesheets/circle_control.styl
apps/following/stylesheets/circle_control.styl
// Circle control for Share and Save buttons. .circle-control-container display inline-block width 53px height @width border-size 2px border @border-size solid dark-gray-border-color border-radius (@width / 2) text-align center line-height @width - @border-size * 2 vertical-align top cursor pointer [class^="icon-"] line-height inherit &:hover background-color dark-gray-text-color border-color dark-gray-text-color color white &[data-state="active"] background-color highlight-color border-color highlight-color color white
Drop in stylesheet for circle buttons.
Drop in stylesheet for circle buttons.
Stylus
mit
kanaabe/force,TribeMedia/force-public,dblock/force,erikdstock/force,yuki24/force,damassi/force,kanaabe/force,mzikherman/force,TribeMedia/force-public,cavvia/force-1,joeyAghion/force,anandaroop/force,xtina-starr/force,joeyAghion/force,erikdstock/force,eessex/force,izakp/force,cavvia/force-1,anandaroop/force,yuki24/force,artsy/force-public,oxaudo/force,kanaabe/force,damassi/force,yuki24/force,artsy/force,yuki24/force,kanaabe/force,dblock/force,cavvia/force-1,xtina-starr/force,dblock/force,mzikherman/force,joeyAghion/force,izakp/force,oxaudo/force,izakp/force,artsy/force-public,xtina-starr/force,damassi/force,izakp/force,artsy/force,erikdstock/force,eessex/force,mzikherman/force,damassi/force,cavvia/force-1,anandaroop/force,artsy/force,oxaudo/force,xtina-starr/force,mzikherman/force,kanaabe/force,anandaroop/force,oxaudo/force,eessex/force,artsy/force,erikdstock/force,joeyAghion/force,eessex/force
2d8702cf050db85ae1f2804de6471ad48ed827e5
SingularityUI/app/styles/sortTable.styl
SingularityUI/app/styles/sortTable.styl
.sortTable th cursor pointer th.sorttable_sorted, th.sorttable_sorted_reverse background rgba(0, 0, 0, .05) position relative th.sorttable_sorted #sorttable_sortfwdind, th.sorttable_sorted_reverse #sorttable_sortrevind text-indent -99999px display inline-block height 0 width 0 border-width 5px border-style solid border-color transparent position absolute margin auto right 8px th.sorttable_sorted #sorttable_sortfwdind border-top-color inherit top 4px bottom 0 th.sorttable_sorted_reverse #sorttable_sortrevind border-bottom-color inherit top 0 bottom 4px
Add styles for sort tables
Add styles for sort tables
Stylus
apache-2.0
stevenschlansker/Singularity,tejasmanohar/Singularity,calebTomlinson/Singularity,calebTomlinson/Singularity,hs-jenkins-bot/Singularity,nvoron23/Singularity,hs-jenkins-bot/Singularity,calebTomlinson/Singularity,acbellini/Singularity,stevenschlansker/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,stevenschlansker/Singularity,mjball/Singularity,tejasmanohar/Singularity,evertrue/Singularity,nvoron23/Singularity,andrhamm/Singularity,mjball/Singularity,nvoron23/Singularity,hs-jenkins-bot/Singularity,grepsr/Singularity,evertrue/Singularity,grepsr/Singularity,evertrue/Singularity,tejasmanohar/Singularity,tejasmanohar/Singularity,HubSpot/Singularity,grepsr/Singularity,calebTomlinson/Singularity,HubSpot/Singularity,mjball/Singularity,acbellini/Singularity,evertrue/Singularity,nvoron23/Singularity,tejasmanohar/Singularity,nvoron23/Singularity,andrhamm/Singularity,grepsr/Singularity,calebTomlinson/Singularity,evertrue/Singularity,mjball/Singularity,calebTomlinson/Singularity,nvoron23/Singularity,grepsr/Singularity,acbellini/Singularity,acbellini/Singularity,acbellini/Singularity,HubSpot/Singularity,andrhamm/Singularity,stevenschlansker/Singularity,grepsr/Singularity,mjball/Singularity,acbellini/Singularity,evertrue/Singularity,andrhamm/Singularity,andrhamm/Singularity,stevenschlansker/Singularity,HubSpot/Singularity,HubSpot/Singularity,stevenschlansker/Singularity,tejasmanohar/Singularity