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
9fbf11e64feaf73807464c7aacf73b7ef1dbbab3
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 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 .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
Fix cancel build button css
Fix cancel build button css
Stylus
apache-2.0
HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar
28f90a3d3657c12d152b7fdf0e3267edf4e1f2b0
client/blogs/index/index.styl
client/blogs/index/index.styl
@import "nodeca.core/client/common/_variables" .blogs-index__head display flex .blogs-index__title flex 1 1 0% color $body-color-secondary font-size $font-size-lg .blogs-index__loading-prev .blogs-index__loading-next padding 2rem font-size 4rem line-height 1.1em text-align center background-color $body-bg-secondary color $body-color-secondary + 50% border-radius 4px margin-bottom 2rem .blogs-index .blog-entry__m-deleted .blog-entry__m-hb .blog-entry__m-deleted-hard .blog-entry__m-ignored background-color $deleted-bg
@import "nodeca.core/client/common/_variables" .blogs-index__head display flex .blogs-index__title flex 1 1 0% color $body-color-secondary //font-size $font-size-lg .blogs-index__loading-prev .blogs-index__loading-next padding 2rem font-size 4rem line-height 1.1em text-align center background-color $body-bg-secondary color $body-color-secondary + 50% border-radius 4px margin-bottom 2rem .blogs-index .blog-entry__m-deleted .blog-entry__m-hb .blog-entry__m-deleted-hard .blog-entry__m-ignored background-color $deleted-bg
Increase back blog intex title size
Increase back blog intex title size
Stylus
mit
nodeca/nodeca.blogs
2764ec7ad2e68668954ff75b1da3b9883a93338f
source/css/_extend.styl
source/css/_extend.styl
$block-caption text-decoration: none text-transform: uppercase letter-spacing: 2px color: color-grey margin-bottom: 1em margin-left: 5px line-height: 1em text-shadow: 0 1px #fff font-weight: bold $block background: #fff box-shadow: 1px 2px 3px #ddd border: 1px solid color-border border-radius: 3px $base-style h1 font-size: 2em h2 font-size: 1.5em h3 font-size: 1.3em h4 font-size: 1.2em h5 font-size: 1em h6 font-size: 1em color: color-grey hr border: 1px dashed color-border strong font-weight: bold em, cite font-style: italic sup, sub font-size: 0.75em line-height: 0 position: relative vertical-align: baseline sup top: -0.5em sub bottom: -0.2em small font-size: 0.85em acronym, abbr border-bottom: 1px dotted ul, ol, dl margin: 0 20px line-height: line-height ul, ol ul, ol margin-top: 0 margin-bottom: 0 ul list-style: disc ol list-style: decimal dt font-weight: bold
$block-caption text-decoration: none text-transform: uppercase letter-spacing: 2px color: color-grey margin-bottom: 1em margin-left: 5px line-height: 1em text-shadow: 0 1px #fff $block background: #fff box-shadow: 1px 2px 3px #ddd border: 1px solid color-border border-radius: 3px $base-style h1 font-size: 2em h2 font-size: 1.5em h3 font-size: 1.3em h4 font-size: 1.2em h5 font-size: 1em h6 font-size: 1em color: color-grey hr border: 1px dashed color-border strong font-weight: bold em, cite font-style: italic sup, sub font-size: 0.75em line-height: 0 position: relative vertical-align: baseline sup top: -0.5em sub bottom: -0.2em small font-size: 0.85em acronym, abbr border-bottom: 1px dotted ul, ol, dl margin: 0 20px line-height: line-height ul, ol ul, ol margin-top: 0 margin-bottom: 0 ul list-style: disc ol list-style: decimal dt font-weight: bold
Fix Heveltica bold +1px problem
Fix Heveltica bold +1px problem Signed-off-by: Junliang Huang <042dc4512fa3d391c5170cf3aa61e6a638f84342@jhuang.me>
Stylus
mit
JLHwung/hexo-theme-landscape,JLHwung/hexo-theme-landscape
16dce40b74ba34eafd60d19414ecbea234f35306
src/stylus/workers.styl
src/stylus/workers.styl
.worker-list list-style-type none margin 0 padding 0 li width 80% padding 1em margin 0.5em auto display inline-block border link-color 1px solid h3 margin 0 .versions margin 0 padding 0 dt font-weight 400 display inline-block margin .4em &:first-child margin-left 0 dd display inline-block margin 0 margin-right .8em @media screen and (min-width 900px) .worker-list li max-width 46% &:nth-child(2n) float right margin-right 0 &:nth-child(n) margin-left 0
.worker-list list-style-type none margin 0 padding 0 li width 80% padding 1em margin 0.5em auto display block border link-color 1px solid h3 margin 0 .versions margin 0 padding 0 dt font-weight 400 display inline-block margin .4em &:first-child margin-left 0 dd display inline-block margin 0 margin-right .8em @media screen and (min-width 900px) .worker-list li max-width 46% &:nth-child(n) float left margin-left 0 &:nth-child(2n) float right margin-right 0 &:after content "" clear both display block
Fix worker grid on smaller screens
Fix worker grid on smaller screens
Stylus
mit
frigg/frigg-hq-frontend,frigg/frigg-hq-frontend
c4f5620df97c5fef26386cd6561e7161eabf6e2e
src/desktop/assets/artists_artworks.styl
src/desktop/assets/artists_artworks.styl
@require '../../../node_modules/artsy-ezel-components/pagination' @require '../components/fillwidth_row' @require '../components/tooltips' @require '../components/profile_badge' @require '../components/artwork_item/stylesheets' @require '../components/artist_fillwidth_list' @require '../components/artist_cell' @require '../components/show_cell' @require '../components/bordered_pulldown' @require '../components/grid' @require '../components/artwork_columns' @require '../components/artwork_filter_2' @require '../components/related_links' @require '../components/filterable_list' @require '../components/featured_shows' @require '../components/zig_zag_banner' @require '../components/cta_bar' @require '../components/artist_page_cta' @require '../components/jump' @require '../components/artwork_rail/stylesheets' @require '../components/article/stylesheets' @require '../components/eoy_artist_list' @require '../components/filter2' @require '../components/a_to_z_list' @require '../components/embedded_inquiry' @require '../components/inquiry_questionnaire/stylesheets' @require '../apps/inquiry/stylesheets' @require '../apps/artists' @require '../apps/artwork/stylesheets'
@require '../../../node_modules/artsy-ezel-components/pagination' @require '../components/fillwidth_row' @require '../components/tooltips' @require '../components/profile_badge' @require '../components/artwork_item/stylesheets' @require '../components/artist_fillwidth_list' @require '../components/artist_cell' @require '../components/show_cell' @require '../components/bordered_pulldown' @require '../components/grid' @require '../components/artwork_columns' @require '../components/artwork_filter_2' @require '../components/related_links' @require '../components/filterable_list' @require '../components/featured_shows' @require '../components/zig_zag_banner' @require '../components/cta_bar' @require '../components/artist_page_cta' @require '../components/jump' @require '../components/artwork_rail/stylesheets' @require '../components/article/stylesheets' @require '../components/eoy_artist_list' @require '../components/filter2' @require '../components/a_to_z_list' @require '../components/embedded_inquiry' @require '../components/inquiry_questionnaire/stylesheets' @require '../apps/inquiry/stylesheets' @require '../apps/artists'
Remove reference to non existent old artwork CSS
Remove reference to non existent old artwork CSS
Stylus
mit
izakp/force,joeyAghion/force,oxaudo/force,yuki24/force,xtina-starr/force,mzikherman/force,cavvia/force-1,damassi/force,cavvia/force-1,damassi/force,artsy/force,artsy/force,erikdstock/force,joeyAghion/force,xtina-starr/force,eessex/force,anandaroop/force,erikdstock/force,izakp/force,cavvia/force-1,mzikherman/force,eessex/force,oxaudo/force,erikdstock/force,yuki24/force,artsy/force,mzikherman/force,joeyAghion/force,anandaroop/force,joeyAghion/force,yuki24/force,mzikherman/force,anandaroop/force,damassi/force,eessex/force,cavvia/force-1,erikdstock/force,izakp/force,artsy/force,xtina-starr/force,oxaudo/force,artsy/force-public,yuki24/force,eessex/force,izakp/force,damassi/force,oxaudo/force,anandaroop/force,artsy/force-public,xtina-starr/force
6e89f89ba8b661661356373c92d8c44735c2ac6d
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 .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
@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 // Additional tabs style .nav-tabs-underlined .nav-link padding .5em .5em border-bottom 3px solid transparent &.active border-bottom 3px solid $brand-primary .nav-link + .nav-link margin-left .7em
Move underlined tabs definition to separate style
Move underlined tabs definition to separate style
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
0c7753a1477ed2640dab6225b133834c6fdd044c
web_client/stylesheets/imageViewerSelectWidget.styl
web_client/stylesheets/imageViewerSelectWidget.styl
@import nib .g-item-image-viewer-select select display inline width auto margin-left 25px .image-viewer border 1px solid #f0f0f0 width 100% height 600px -webkit-touch-callout none user-select none &:focus outline none .g-li-full-screen width 100% height 100% position absolute top 0 left 0
@import '~nib/index.styl' .g-item-image-viewer-select select display inline width auto margin-left 25px .image-viewer border 1px solid #f0f0f0 width 100% height 600px -webkit-touch-callout none user-select none &:focus outline none .g-li-full-screen width 100% height 100% position absolute top 0 left 0
Use a webpack compatible import statement for nib
Use a webpack compatible import statement for nib
Stylus
apache-2.0
girder/large_image,DigitalSlideArchive/large_image,girder/large_image,DigitalSlideArchive/large_image,DigitalSlideArchive/large_image,girder/large_image
a0cc506b05ef9724a5953f6d3621c3dd6283ad8a
apps/artwork_2/components/additional_info/index.styl
apps/artwork_2/components/additional_info/index.styl
@require '../tabs' .artwork-additional-info // &__content // &__articles // &__article display table width 75% block-margins(gutter / 2) text-decoration none &__image &__metadata display table-cell vertical-align middle &__metadata padding-left (gutter / 2) width 100% &__context &__author sans('s-headline') line-height 1 &__title serif('s-body') line-height 1.25 // compact-line-height margin (gutter / 3) 0 &__author color gray-darker-color
@require '../tabs' .artwork-additional-info // &__content // &__articles // p + &__articles margin-top gutter &__article display table width 75% block-margins(gutter / 2) text-decoration none &__image &__metadata display table-cell vertical-align middle &__metadata padding-left (gutter / 2) width 100% &__context &__author sans('s-headline') line-height 1 &__title serif('s-body') line-height 1.25 // compact-line-height margin (gutter / 3) 0 &__author color gray-darker-color
Tweak articles margin when with other information
Tweak articles margin when with other information
Stylus
mit
artsy/force-public,artsy/force,erikdstock/force,eessex/force,joeyAghion/force,dblock/force,oxaudo/force,dblock/force,mzikherman/force,izakp/force,yuki24/force,artsy/force-public,yuki24/force,xtina-starr/force,cavvia/force-1,yuki24/force,eessex/force,yuki24/force,izakp/force,oxaudo/force,cavvia/force-1,izakp/force,artsy/force,damassi/force,oxaudo/force,izakp/force,joeyAghion/force,anandaroop/force,damassi/force,oxaudo/force,artsy/force,xtina-starr/force,kanaabe/force,anandaroop/force,artsy/force,anandaroop/force,joeyAghion/force,erikdstock/force,damassi/force,kanaabe/force,xtina-starr/force,xtina-starr/force,kanaabe/force,joeyAghion/force,kanaabe/force,kanaabe/force,mzikherman/force,damassi/force,cavvia/force-1,eessex/force,erikdstock/force,mzikherman/force,mzikherman/force,erikdstock/force,eessex/force,anandaroop/force,dblock/force,cavvia/force-1
5bb2a0d5fa9f59c8ff65bfdf2a0d80b18d3a4158
app/components/plus-column/plus-column.styl
app/components/plus-column/plus-column.styl
#columnContainer width: 400px height: 100% float: left background: white #columnTopContainer position: relative #columnTop width: 100% height: 40px position: absolute z-index: 10 core-icon margin: 10px 5px 10px 10px float: left fill: white #columnLabel width: calc(100% - 80px) float: left font-family: "Montserrat" font-weight: normal font-size: 14pt color: white text-transform: uppercase line-height: 40px #columnShadow width: 100% height: 40px position: absolute z-index: 5 #column width: 100% height: calc(100% - 40px - 5px) margin-top: 40px padding-top: 5px overflow-y: scroll overflow-x: hidden
@import '../../styles/global' #columnContainer width: 400px height: 100% float: left background: white #columnTopContainer position: relative top: -40px #columnTop width: 100% height: 40px position: absolute z-index: 10 core-icon width: 20px height: 20px margin: 10px 5px 10px 10px float: left color: white fill: white #columnLabel width: calc(100% - 80px) float: left font-family: "Montserrat" font-weight: normal font-size: 14pt color: white text-transform: uppercase line-height: 40px .facebook background: fbAccent .twitter background: twitterAccent .instagram background: instaAccent #columnShadow width: 100% height: 40px position: absolute z-index: 5 #column width: 100% height: 100% padding-top: 5px overflow-y: scroll overflow-x: hidden
Remove linebreaks, edit several minor styles
Remove linebreaks, edit several minor styles
Stylus
mit
kincaidoneil/postplus,kincaidoneil/postplus
0e667e119b547bd4ed65ef8a409f4fd0b186c5ad
brasilcomvc/common/static/styl/common/header.styl
brasilcomvc/common/static/styl/common/header.styl
@import 'defs/colors' header header-height = 75px item-height = 52px background color_text_lighter display block position fixed z-index 1 width 100% height header-height line-height header-height .logo margin 0 1em display block float left img margin-top ( ( header-height - item-height ) / 2 ) nav float right margin 0 1em 0 0 ul li display inline-block vertical-align middle a color color_text_medium !important padding 0 1em height 48px line-height 48px display block &.button button()
@import 'defs/colors' header-height = 75px body padding-top header-height header item-height = 52px background color_text_lighter display block position fixed z-index 1 width 100% height header-height line-height header-height .logo margin 0 1em display block float left img margin-top ( ( header-height - item-height ) / 2 ) nav float right margin 0 1em 0 0 ul li display inline-block vertical-align middle a color color_text_medium !important padding 0 1em height 48px line-height 48px display block &.button button()
Add top padding at the body
feat(common): Add top padding at the body As the header have a fixed position, the body needs a top padding so the content won't be behind the header on user scroll
Stylus
apache-2.0
brasilcomvc/brasilcomvc,brasilcomvc/brasilcomvc,brasilcomvc/brasilcomvc
51cb2fe898d5089c7b273e9336c8917eb1731921
app/client/css/pages/song.styl
app/client/css/pages/song.styl
.song bottom 0 left 0 // NOTE(steida): Overflow hidden prevents hidden menu to change page height. overflow hidden position absolute right 0 top 0 article // Pos abs ensures whole song tappable. Not only text. position absolute top 0 bottom 0 padding 1em text-align left white-space pre sup color #428BCA font-size 110% font-style italic font-weight bold letter-spacing 1px menu inline-block-container() background-color rgba(0, 0, 0, 0.7) bottom 0 font-size 2rem left 0 margin 0 padding 0 position absolute right 0 transform translateY(0) transition all .5s &.este-hidden transform translateY(100%) background-color rgba(0, 0, 0, 0) > *, .touch-hover color #fff margin 0 padding .625em 1em
.song // NOTE(steida): Overflow hidden prevents hidden menu to show scrollbars. overflow hidden pos absolute 0 0 0 0 article padding 1em text-align left white-space pre sup color #428BCA font-size 110% font-style italic font-weight bold letter-spacing 1px menu inline-block-container() background-color rgba(0, 0, 0, 0.7) font-size 2rem margin 0 padding 0 pos absolute auto 0 0 0 transform translateY(0) transition all .5s &.este-hidden transform translateY(100%) background-color rgba(0, 0, 0, 0) > *, .touch-hover color #fff margin 0 padding .625em 1em
Use new este stylus pos mixin. Pls bower update.
Use new este stylus pos mixin. Pls bower update.
Stylus
mit
steida/songary
587e8f32fa302a5162863a0f388f75c684bab600
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 font-family sansWideFontFamily // Avoid layout width break by long strings overflow auto // External images .image max-width 100% display inline-block border-radius 2px position relative & > 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 font-family sansWideFontFamily // Avoid layout width break by long strings overflow auto // 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
Make hidden 1x1 external images visible
Make hidden 1x1 external images visible
Stylus
mit
nodeca/nodeca.core,nodeca/nodeca.core
d788f7aff74fcd7786a07e2954d6ed2046c231f0
app/templates/source/styles/common.styl
app/templates/source/styles/common.styl
*, *:before, *:after box-sizing border-box -webkit-text-size-adjust 100% -moz-text-size-adjust 100% -ms-text-size-adjust 100% text-size-adjust 100% html, body height 100% overflow hidden body, button font-family sans-serif font-weight 400 font-size 16px color #333333 #app display flex min-height 100% position relative #app > .layout flex auto
*, *:before, *:after box-sizing border-box -webkit-text-size-adjust 100% -moz-text-size-adjust 100% -ms-text-size-adjust 100% text-size-adjust 100% html, body height 100% body, button font-family sans-serif font-weight 400 font-size 16px color #333333 #app display flex min-height 100% position relative #app > .layout flex auto
Allow scrolling of content (typical aps)
Allow scrolling of content (typical aps)
Stylus
mit
cofounders/generator-cfsg
27354916697704e4bf91778d559c47c2da310ea8
css/main.styl
css/main.styl
--- --- @import '_normalize' @import '_base' @import '_syntax-highlighting' @import '_syntax'
--- --- @import '_normalize' @import '_base' @import '_syntax' @import '_syntax-highlighting'
Update stylus order for err troubleshoot
Update stylus order for err troubleshoot
Stylus
mit
kelsymichael/kelsymichael.github.io
7d262d5438a27b1338b4dc3678ecbe946f610ba2
imports/stylesheets/tooltips.import.styl
imports/stylesheets/tooltips.import.styl
.tooltip-inner max-width 350px .popover z-index 20000 min-width 300px font-size 12px .quote-text font-style italic .popover-content overflow hidden text-overflow ellipsis color $d-gray font-weight normal font-size 14px line-height 1.3 .close-popover display none +below(3) display block position absolute top -5px right -5px color $d-gray font-size 22px .popover .tooltip .tooltip-inner .popover-content +below(3) min-width 200px max-width 325px .tooltip-arrow +below(3) top 0 !important .tooltip &.in opacity .95 $tooltip-BG-color = darken($primary, 20%) for direction in top bottom right left &.{direction} & > .tooltip-inner background-color $tooltip-BG-color & > .tooltip-arrow border-{direction}-color $tooltip-BG-color .with-info-tooltip &::after content '\f05a' // fa-info-circle display inline-block icon() color darken($border-primary, 40%) margin-left .5em &:hover &::after color $primary
.tooltip-inner max-width 350px .popover z-index 20000 min-width 300px font-size 12px .quote-text font-style italic .popover-content overflow hidden text-overflow ellipsis color $d-gray font-weight normal font-size 14px line-height 1.3 .close-popover display none +below(3) display block position absolute top -5px right -5px color $d-gray font-size 22px .popover .tooltip .tooltip-inner .popover-content +below(3) min-width 200px max-width 325px .tooltip &.in opacity .95 $tooltip-BG-color = darken($primary, 20%) for direction in top bottom right left &.{direction} & > .tooltip-inner background-color $tooltip-BG-color & > .tooltip-arrow border-{direction}-color $tooltip-BG-color .with-info-tooltip &::after content '\f05a' // fa-info-circle display inline-block icon() color darken($border-primary, 40%) margin-left .5em &:hover &::after color $primary
Remove tooltip arrow positioning on small screen
Remove tooltip arrow positioning on small screen
Stylus
apache-2.0
ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect
c4fdb46c21794004815fbf50dbcb6e268f0c0823
stylesheets/base/normalise.styl
stylesheets/base/normalise.styl
html body padding: 0 margin: 0 body -webkit-font-smoothing: antialiased position: relative img border: 0
html body padding: 0 margin: 0 body -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale position: relative img border: 0
Add osx font smoothing for firefox too
Add osx font smoothing for firefox too
Stylus
mit
skinnyfoetusboy/putaindecode.fr,pdoreau/putaindecode.fr,neemzy/putaindecode.fr,neemzy/putaindecode.fr,skinnyfoetusboy/putaindecode.fr,neemzy/putaindecode.fr,skinnyfoetusboy/putaindecode.fr,pdoreau/putaindecode.fr,pdoreau/putaindecode.fr
34ebb47dcfbe778496a0b6d807cf8541e680c534
src/app/components/scrollable-grid/scrollable-grid.styl
src/app/components/scrollable-grid/scrollable-grid.styl
_scrollable-grid() white-space: nowrap .scrollable-grid-item display: inline-block float: none vertical-align: top @media $media-xs .scrollable-grid-xs scrollable-x() _scrollable-grid() @media $media-sm .scrollable-grid-sm scrollable-x() _scrollable-grid() @media $media-mobile .scrollable-grid-mobile scrollable-x() _scrollable-grid()
_scrollable-grid() white-space: nowrap .scrollable-grid-item display: inline-block float: none vertical-align: top @media $media-xs .scrollable-grid-xs scrollable-x() _scrollable-grid() @media $media-sm .scrollable-grid-sm scrollable-x() _scrollable-grid() @media $media-mobile .scrollable-grid-mobile scrollable-x() _scrollable-grid() .scrollable-grid scrollable-x() _scrollable-grid()
Update scrollable grid to have a style that works on all screen sizes.
Update scrollable grid to have a style that works on all screen sizes.
Stylus
mit
gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt
7f7c4c85105614da5890dfb8be3209024e4d5b0a
web_client/stylesheets/layout/header.styl
web_client/stylesheets/layout/header.styl
.histomicstk-body #g-app-header-container #h-navbar-brand font-size 25px font-weight 700 .g-header-wrapper .h-image-menu-wrapper display inline float right z-index 1000 @media (min-width: 768px) .navbar-right float none margin-right 0 position absolute right 0 white-space nowrap z-index 10 .navbar-nav li float none display inline-block .navbar > .container-fluid .navbar-brand margin-left 0 .navbar-header z-index 20 background #f8f8f8 float none position absolute left 0
.histomicstk-body #g-app-header-container #h-navbar-brand font-size 25px font-weight 700 .g-header-wrapper .h-image-menu-wrapper display inline float right z-index 1000 @media (min-width: 768px) .navbar-right float none margin-right 0 position absolute right 0 white-space nowrap z-index 10 .navbar-nav > li float none display inline-block .navbar > .container-fluid .navbar-brand margin-left 0 .navbar-header z-index 20 background #f8f8f8 float none position absolute left 0
Fix the layout of dropdown submenus
Fix the layout of dropdown submenus The CSS added in #460 set float and display properties of all `li` elements inside the header. This messed up the layout of the dropdown submenus used by the analysis button. Applying the CSS to just the child `li` elements seems to work as expected.
Stylus
apache-2.0
DigitalSlideArchive/HistomicsTK,DigitalSlideArchive/HistomicsTK
3cdfde070ae364aac0c2074a4930e09c7591a28c
components/image/index.styl
components/image/index.styl
.image-view text-align center &__img max-width 100% max-height 100vh .image-modal .modalize-backdrop background-color black .modalize-close opacity 1 background-color rgba(255, 255, 255, 0.5) border-radius 40px margin 10px width 40px height 40px padding 0 text-align center line-height 40px display block span vertical-align middle
.image-view text-align center &__img max-width 100% max-height 100vh .image-modal .modalize-backdrop background-color black .modalize-close opacity 1 background-color rgba(255, 255, 255, 0.5) border-radius 40px margin 10px width 40px height 40px padding 0 text-align center line-height 42px display block span vertical-align middle
Adjust x position for image view
Adjust x position for image view
Stylus
mit
aredotna/ervell,arenahq/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,broskoski/ervell,arenahq/ervell,broskoski/ervell
d5ce04668e634f961bc95594416525946896d00a
app/assets/stylesheets/modules/_stats.styl
app/assets/stylesheets/modules/_stats.styl
.main-page h1 font-weight 300 margin-bottom 0 .stat-display display inline-block width 100% margin 40px 0 20px 0 display flex justify-content space flex-flow wrap .stat-display__stat margin 0 20px 20px 20px text-align center width calc(50% - 40px) +above(desktop) margin 0 0 20px 0 width (1/7*100)% .stat-display__value font-family inherit color $brand_primary font-size 38px margin 0 font-weight 300 small color #666 font-size 1em line-height 1 .tooltip left -15% width 130% &:before left 50%
.main-page h1 font-weight 300 margin-bottom 0 .stat-display display inline-block width 100% margin 40px 0 20px 0 display flex justify-content space-between flex-flow wrap .stat-display__stat margin 0 20px 20px 20px text-align center width calc(50% - 40px) +above(desktop) margin 0 0 20px 0 width (1/7*100)% .stat-display__value font-family inherit color $brand_primary font-size 38px margin 0 font-weight 300 small color #666 font-size 1em line-height 1 .tooltip left -15% width 130% &:before left 50%
Fix typo in space-between css prop for stats
Fix typo in space-between css prop for stats
Stylus
mit
alpha721/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,majakomel/WikiEduDashboard,alpha721/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,MusikAnimal/WikiEduDashboard,MusikAnimal/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,Wowu/WikiEduDashboard,Wowu/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,alpha721/WikiEduDashboard,feelfreelinux/WikiEduDashboard,majakomel/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,MusikAnimal/WikiEduDashboard,Wowu/WikiEduDashboard,feelfreelinux/WikiEduDashboard,feelfreelinux/WikiEduDashboard,KarmaHater/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,MusikAnimal/WikiEduDashboard
df3d077ac27ccf078ed02187397984efcc2182d9
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 min-height: 100% display: flex justify-content: center align-items: center .app min-width: 970px height: 860px 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
* box-sizing: border-box html, body height: 100% body background: #F9F7F4 font-family: Arial, Helvetica, sans-serif cursor: default .app-container min-height: 100% display: flex justify-content: center align-items: center .app min-width: 970px height: 860px 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 .visible-box position: absolute top: 15% z-index: 1
Insert visible box for logo and current weather
Insert visible box for logo and current weather
Stylus
mit
IvaPetkova/My-HTML-Projects
82198f54b9ce40ca1619fed1b79d4dbb16da5604
src/stylus/app.styl
src/stylus/app.styl
html height: 100% body margin: 0 height: 100% font: 300 62.5%/1.5 baskerville, times text-align: center background: black color: white .container margin: 0 auto @media (max-width: 768px) .container padding: 1rem h1 font-size: 3.2rem p,a font-size: 1.4rem a padding: 0.25rem 1rem @media (min-width: 769px) .container width: 32rem position: relative top: 50% transform: translateY(-50%) h1 font-size: 4.8rem p,a font-size: 1.6rem a padding: 0.5rem 2rem h1 margin: 0 font-weight: 300 p margin: 0.5rem 0 2.5rem a display: inline-block margin: 0 0.5rem 1rem color: black text-decoration: none color: white border: 0.2rem solid white
html height: 100% body margin: 0 height: 100% font: 300 62.5%/1.5 baskerville, times text-align: center background: black color: white .container margin: 0 auto @media (max-width: 768px) .container padding: 1rem h1 font-size: 3.2rem p,a font-size: 1.4rem a padding: 0.25rem 1rem @media (min-width: 769px) .container width: 32rem position: relative top: 50% -webkit-transform: translateY(-50%) transform: translateY(-50%) h1 font-size: 4.8rem p,a font-size: 1.6rem a padding: 0.5rem 2rem h1 margin: 0 font-weight: 300 p margin: 0.5rem 0 2.5rem a display: inline-block margin: 0 0.5rem 1rem color: black text-decoration: none color: white border: 0.2rem solid white
Fix centering of CEKTOP site
Fix centering of CEKTOP site
Stylus
mit
ESWAT/cektop,ESWAT/cektop,ESWAT/cektop-sass
d65d2d6f8072ab7fd7fc272e78a05c3f69613494
components/dropdown/stylesheets/mobile.styl
components/dropdown/stylesheets/mobile.styl
.DropdownTapSurface position absolute top 0 right 0 bottom 0 left 0 background-color rgba(black, 0.25) z-index dropdown_z +mobile() .Dropdown position fixed top topbar_h !important right 0 !important left 0 !important margin-top 0 !important width 100% height 'calc(100vh - %s)' % topbar_h overflow-y auto border-right none border-left none // Hide persistence hit area &:before // Hide outline-border &:after display none !important // Display when clicked &[data-active] display block !important z-index dropdown_z .DropdownHover // Hide pointer &:hover &:after display none // Disables hover display, we manually // trigger on clicks when touch > .Dropdown display none
.DropdownTapSurface position absolute top 0 right 0 bottom 0 left 0 background-color rgba(black, 0.25) z-index dropdown_z +mobile() .Dropdown position fixed top topbar_h !important right 0 !important left 0 !important margin-top 0 !important width 100% height 'calc(100vh - %s)' % topbar_h overflow-y auto border-right none border-left none // Hide persistence hit area &:before // Hide outline-border &:after display none !important // Display when clicked &[data-active] display block !important z-index dropdown_z .DropdownHover // Hide pointer &:hover &:after display none // On touch devices, specifically .Body--touch .DropdownHover:hover // Disables hover display, we manually // trigger on clicks when touch > .Dropdown display none
Check for touch class when disabling hovers so we dont break tiny non-touch screens
Check for touch class when disabling hovers so we dont break tiny non-touch screens
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
6b0c9f77ccbe5268a9c1ef21d666c3be9c915660
app/client/css/app.styl
app/client/css/app.styl
@import '../../../bower_components/normalize-css/normalize.css' @import '../../../bower_components/stylus-nib' @import '../../../bower_components/este-library/este/css' // From PhoneGap CSS. // TODO(steida): Use more. // TODO(steida): Clean and refactor. * -webkit-tap-highlight-color rgba(0,0,0,0) // // lvfha // a, button // &:focus // outline solid 1px red // &:active // color inherit .app padding 0 1em form input, textarea border 0 box-sizing border-box display block margin .625em 0 width 100% &:focus outline none button display block textarea min-height 3em // http://stackoverflow.com/questions/588089/hiding-textarea-resize-handle-in-safari resize none
@import '../../../bower_components/normalize-css/normalize.css' @import '../../../bower_components/stylus-nib' @import '../../../bower_components/este-library/este/css' // From PhoneGap CSS. // TODO(steida): Use more. // TODO(steida): Clean and refactor. * -webkit-tap-highlight-color rgba(0,0,0,0) a button input textarea transition all 0.3s ease-in-out outline none &:focus // background-color red opacity .9 box-shadow 0 0 6px rgba(0, 0, 0, .3) .app padding 0 1em form input, textarea border 0 box-sizing border-box display block margin .625em 0 width 100% &:focus outline none button display block textarea min-height 3em // http://stackoverflow.com/questions/588089/hiding-textarea-resize-handle-in-safari resize none
Normalize focusable elements outline effect.
Normalize focusable elements outline effect.
Stylus
mit
steida/songary
643f0f097f2728bc9611869dc707120d979f290e
web_client/stylesheets/layout/headerImage.styl
web_client/stylesheets/layout/headerImage.styl
.histomicstk-body .g-item-breadcrumb-container display inline-block padding-right 10px ol.breadcrumb background none
.histomicstk-body .g-item-breadcrumb-container display inline-block padding-right 10px user-select text ol.breadcrumb background none
Allow selecting the image name.
Allow selecting the image name. This allows selecting the image name in the header bar so you can cut and paste it.
Stylus
apache-2.0
DigitalSlideArchive/HistomicsTK,DigitalSlideArchive/HistomicsTK
c72ad09af886c2bce04b817f8e153012cb8751f2
src/app/styles/platform-list.styl
src/app/styles/platform-list.styl
/** * Nav platform lists in headers should be scrollable horizontally and not wrap. */ @media $media-xs header nav.platform-list.inline > ul nav.platform-list.inline.scrollable-xs > ul scrollable-x() white-space: nowrap li float: none display: inline-block
/** * Nav platform lists in headers should be scrollable horizontally and not wrap. */ @media $media-xs header nav.platform-list.inline nav.platform-list.inline.scrollable-xs @extend .full-bleed-xs > ul scrollable-x() white-space: nowrap padding-left: ($grid-gutter-width-xs / 2) padding-right: ($grid-gutter-width-xs / 2) li float: none display: inline-block
Fix scrollable inline platform lists to take up full bleed on mobile.
Fix scrollable inline platform lists to take up full bleed on mobile.
Stylus
mit
gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt
30442df714640b4799175a7c3d5280986d01b7f8
gui/styles/_toggle.styl
gui/styles/_toggle.styl
// copy pasted from cozy-ui .coz-form-toggle .toggle display block width 40px height 24px float right margin .5em 1em .checkbox display none .label position relative display inline-block width 100% height 100% border-radius 1em background silver transition all .2s ease-out // added, unlinke other app cozy-desktop is not // full border-box. box-sizing: border-box; .label:before position absolute top 0 bottom 0 left 2px display inline-block width 20px height 20px margin auto border-radius 50% content '' background white transition all .2s ease-out .checkbox:checked + .label background emerald &:before left 18px
// copy pasted from cozy-ui .coz-form-toggle .toggle display block width 40px height 24px float right margin .5em 1em .checkbox display none .label position relative display inline-block width 100% height 100% border-radius 1em background silver transition all .2s ease-out cursor pointer // added, unlinke other app cozy-desktop is not // full border-box. box-sizing: border-box; .label:before position absolute top 0 bottom 0 left 2px display inline-block width 20px height 20px margin auto border-radius 50% content '' background white transition all .2s ease-out .checkbox:checked + .label background emerald &:before left 18px
Use pointer cursor for AutoLaunch toggle
settings: Use pointer cursor for AutoLaunch toggle
Stylus
agpl-3.0
cozy-labs/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop
21aa63616f3a6c9c2655359ccd0cd19d808b338f
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/foodsaving-frontend,yunity/foodsaving-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/karrot-frontend
34e9613e093047b3a168e8a21dacdceb581efbd1
media/stylus/components/syntax/syntaxbox.styl
media/stylus/components/syntax/syntaxbox.styl
/* Syntax boxes are used for short, non-functional code snippets. .syntaxbox is used anywhere (DOM, JS, CSS, ...) .twopartsyntaxbox is used for CSS properties */ pre.syntaxbox, pre.twopartsyntaxbox { background: $code-block-background-alt-color; @extend $code-block; } pre.twopartsyntaxbox { margin-bottom: 0; } /* Allow the content of the syntax box to wrap, to prevent horizontal scrolling */ pre.syntaxbox code[class*="language-"], pre.twopartsyntaxbox code[class*="language-"] { white-space: pre-line; } .syntaxbox-help { height: 1.2em; float: left; font-size: $larger-font-size; width: 1.1em; margin-left: @width * -1; margin-top: -4px; opacity: 0; overflow: hidden; position: relative; text-align: center; /* show on hover and focus, and when triggered by JS adding class */ &.isOpaque, &:hover, &:focus { opacity: 1; } }
/* Syntax boxes are used for short, non-functional code snippets. .syntaxbox is used anywhere (DOM, JS, CSS, ...) .twopartsyntaxbox is used for CSS properties */ pre.syntaxbox, pre.twopartsyntaxbox { background: $code-block-background-alt-color; @extend $code-block; white-space: pre-wrap; text-overflow: ellipsis ellipsis; } pre.twopartsyntaxbox { margin-bottom: 0; } .syntaxbox-help { height: 1.2em; float: left; font-size: $larger-font-size; width: 1.1em; margin-left: @width * -1; margin-top: -4px; opacity: 0; overflow: hidden; position: relative; text-align: center; /* show on hover and focus, and when triggered by JS adding class */ &.isOpaque, &:hover, &:focus { opacity: 1; } }
Fix Bug 1148738 - Syntax boxes should wrap
Fix Bug 1148738 - Syntax boxes should wrap White-space declaration wasn't being applied because the selector was too specific. This moves it up to a more general selector.
Stylus
mpl-2.0
chirilo/kuma,anaran/kuma,YOTOV-LIMITED/kuma,darkwing/kuma,Elchi3/kuma,MenZil/kuma,RanadeepPolavarapu/kuma,jezdez/kuma,groovecoder/kuma,YOTOV-LIMITED/kuma,hoosteeno/kuma,safwanrahman/kuma,Elchi3/kuma,groovecoder/kuma,carnell69/kuma,safwanrahman/kuma,utkbansal/kuma,openjck/kuma,davehunt/kuma,escattone/kuma,RanadeepPolavarapu/kuma,jgmize/kuma,jwhitlock/kuma,Elchi3/kuma,YOTOV-LIMITED/kuma,nhenezi/kuma,carnell69/kuma,ronakkhunt/kuma,ollie314/kuma,groovecoder/kuma,chirilo/kuma,yfdyh000/kuma,davehunt/kuma,MenZil/kuma,cindyyu/kuma,chirilo/kuma,carnell69/kuma,varunkamra/kuma,jezdez/kuma,whip112/Whip112,scrollback/kuma,openjck/kuma,tximikel/kuma,safwanrahman/kuma,ollie314/kuma,Elchi3/kuma,nhenezi/kuma,cindyyu/kuma,davehunt/kuma,yfdyh000/kuma,nhenezi/kuma,jezdez/kuma,jgmize/kuma,robhudson/kuma,yfdyh000/kuma,openjck/kuma,a2sheppy/kuma,RanadeepPolavarapu/kuma,safwanrahman/kuma,SphinxKnight/kuma,ollie314/kuma,mozilla/kuma,hoosteeno/kuma,anaran/kuma,ollie314/kuma,utkbansal/kuma,ronakkhunt/kuma,SphinxKnight/kuma,safwanrahman/kuma,surajssd/kuma,tximikel/kuma,surajssd/kuma,mozilla/kuma,hoosteeno/kuma,SphinxKnight/kuma,jwhitlock/kuma,chirilo/kuma,scrollback/kuma,whip112/Whip112,varunkamra/kuma,bluemini/kuma,darkwing/kuma,darkwing/kuma,SphinxKnight/kuma,robhudson/kuma,anaran/kuma,MenZil/kuma,ollie314/kuma,anaran/kuma,nhenezi/kuma,FrankBian/kuma,RanadeepPolavarapu/kuma,biswajitsahu/kuma,bluemini/kuma,MenZil/kuma,scrollback/kuma,surajssd/kuma,yfdyh000/kuma,surajssd/kuma,jgmize/kuma,chirilo/kuma,darkwing/kuma,biswajitsahu/kuma,a2sheppy/kuma,utkbansal/kuma,biswajitsahu/kuma,hoosteeno/kuma,escattone/kuma,robhudson/kuma,carnell69/kuma,whip112/Whip112,MenZil/kuma,varunkamra/kuma,Elchi3/kuma,jezdez/kuma,jgmize/kuma,FrankBian/kuma,davehunt/kuma,a2sheppy/kuma,SphinxKnight/kuma,anaran/kuma,varunkamra/kuma,ronakkhunt/kuma,bluemini/kuma,a2sheppy/kuma,varunkamra/kuma,tximikel/kuma,carnell69/kuma,SphinxKnight/kuma,jgmize/kuma,surajssd/kuma,groovecoder/kuma,cindyyu/kuma,mozilla/kuma,FrankBian/kuma,utkbansal/kuma,hoosteeno/kuma,ronakkhunt/kuma,escattone/kuma,jgmize/kuma,mozilla/kuma,jwhitlock/kuma,tximikel/kuma,carnell69/kuma,darkwing/kuma,robhudson/kuma,biswajitsahu/kuma,FrankBian/kuma,utkbansal/kuma,bluemini/kuma,tximikel/kuma,jwhitlock/kuma,groovecoder/kuma,varunkamra/kuma,cindyyu/kuma,cindyyu/kuma,YOTOV-LIMITED/kuma,bluemini/kuma,ronakkhunt/kuma,chirilo/kuma,scrollback/kuma,biswajitsahu/kuma,a2sheppy/kuma,hoosteeno/kuma,RanadeepPolavarapu/kuma,whip112/Whip112,openjck/kuma,nhenezi/kuma,yfdyh000/kuma,davehunt/kuma,openjck/kuma,jezdez/kuma,ollie314/kuma,groovecoder/kuma,darkwing/kuma,tximikel/kuma,RanadeepPolavarapu/kuma,YOTOV-LIMITED/kuma,ronakkhunt/kuma,robhudson/kuma,YOTOV-LIMITED/kuma,surajssd/kuma,whip112/Whip112,biswajitsahu/kuma,mozilla/kuma,FrankBian/kuma,utkbansal/kuma,yfdyh000/kuma,MenZil/kuma,davehunt/kuma,whip112/Whip112,cindyyu/kuma,jezdez/kuma,safwanrahman/kuma,scrollback/kuma,jwhitlock/kuma,robhudson/kuma,openjck/kuma,bluemini/kuma,anaran/kuma
28ec38bf5dca5b9e85b92434a12c9cfb660c1b82
app/assets/stylesheets/_fonts.styl
app/assets/stylesheets/_fonts.styl
.list p margin 0 auto // letter-spacing .5px .form-content font-family body-font font-size 18px line-height 1.166666 letter-spacing 1.29px .subtitle color white font-size 17px .description col(3/5) text-align left padding-bottom 30px p color white .course-link margin-top 15px a color suit &:hover color zircon .red color burnt
.form-content font-family body-font font-size 18px line-height 1.166666 letter-spacing 1.29px .subtitle color white font-size 17px .description col(3/5) text-align left padding-bottom 30px p color white .course-link margin-top 15px a color suit &:hover color zircon .red color burnt
Fix paragraph sizing inside of lists
Fix paragraph sizing inside of lists
Stylus
mit
feelfreelinux/WikiEduDashboard,ragesoss/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,adamwight/WikiEduDashboard,KarmaHater/WikiEduDashboard,alpha721/WikiEduDashboard,MusikAnimal/WikiEduDashboard,MusikAnimal/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,majakomel/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,Wowu/WikiEduDashboard,WinnySilva/WikiEduDashboard,alpha721/WikiEduDashboard,sejalkhatri/WikiEduDashboard,Wowu/WikiEduDashboard,feelfreelinux/WikiEduDashboard,WinnySilva/WikiEduDashboard,sejalkhatri/WikiEduDashboard,adamwight/WikiEduDashboard,feelfreelinux/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,adamwight/WikiEduDashboard,ragesoss/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WinnySilva/WikiEduDashboard,sejalkhatri/WikiEduDashboard,MusikAnimal/WikiEduDashboard,Wowu/WikiEduDashboard,majakomel/WikiEduDashboard,ragesoss/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,majakomel/WikiEduDashboard,MusikAnimal/WikiEduDashboard,Wowu/WikiEduDashboard
2644c7eea032bd46355a67b5dd75aa0afe48a104
imports/ui/components/header/header.styl
imports/ui/components/header/header.styl
@import '../../layouts/variables.styl' header position: sticky text-bold() top: $default-padding * -1 nav background-color: $black color: $white padding-top: $default-padding a color: inherit outline: none text-decoration: none &.placard-link img height: 2.65em width: 5.3em &:not(.placard-link) inline-block() padding: $default-padding &.active background-color: $primary-red &:active &:hover &:focus background-color: $secondary-red ol background-color: $black white-space: normal &.no-overflow-x overflow-x: hidden white-space: nowrap li inline-block() ol left: 3em position: absolute right: 3em text-align: center button background-color: $black border: none color: inherit cursor: pointer font-size: 2em inline-block() 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
@import '../../layouts/variables.styl' header position: sticky text-bold() top: $default-padding * -1 nav background-color: $black color: $white padding-top: $default-padding a color: inherit outline: none text-decoration: none &.placard-link img height: 2.65em width: 5.3em &:not(.placard-link) inline-block() padding: $default-padding &.active background-color: $primary-red &:active &:hover &:focus background-color: $secondary-red ol background-color: $black white-space: normal &.no-overflow-x overflow-x: hidden white-space: nowrap li inline-block() ol box-shadow: inset 0px -3px 10px 0px $primary-grey left: 3em max-height: 500% overflow-y: auto position: absolute right: 3em text-align: center button background-color: $black border: none color: inherit cursor: pointer font-size: 2em inline-block() 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
Set maximum height of the countries list to avoid missing countries in small divices. Guarantee that the list is scrollable.
Set maximum height of the countries list to avoid missing countries in small divices. Guarantee that the list is scrollable.
Stylus
mit
LuisLoureiro/placard-wrapper
61db0f38fcf3c7ce14e80eebc2511eceb9a90a83
src/styles/hc-2018/splash.styl
src/styles/hc-2018/splash.styl
#intro-social img:hover { border-bottom: 1px solid var(--accent-color); } #intro-social img:active { border-bottom: 1px solid var(--secondary-color); } #splash-hack-cambridge-logo-object { --min-width: var(--two); } @media (max-width: 595pt) { #splash-hack-cambridge-logo-object { max-width: var(--two); } } #mlh-trust-badge { display: block; max-width: 100px; min-width: 60px; position: fixed; right: 50px; top: 0; width: 10%; z-index: 10000; img { width: 100% } } @media (max-width: 342pt) { div.container.width { margin: 0 calc(57 / 342 * 100vw); } } @media (pointer: coarse) { .submit { display: none; } }
#intro-social img:hover { border-bottom: 1px solid var(--accent-color); } #intro-social img:active { border-bottom: 1px solid var(--secondary-color); } #splash-hack-cambridge-logo-object { --min-width: var(--two); } @media (max-width: 595pt) { #splash-hack-cambridge-logo-object { max-width: var(--two); } } #mlh-trust-badge { display: block; max-width: 100px; min-width: 60px; position: fixed; right: 50px; top: 0; width: 10%; z-index: 10000; img { width: 100% } } #mlh-trust-badge::after { display: none; } @media (max-width: 342pt) { div.container.width { margin: 0 calc(57 / 342 * 100vw); } } @media (pointer: coarse) { .submit { display: none; } }
Remove arrow after MLH trust badge
Remove arrow after MLH trust badge
Stylus
mit
hackcambridge/hack-cambridge-website,hackcambridge/hack-cambridge-website,hackcambridge/hack-cambridge-website,hackcambridge/hack-cambridge-website
c24f1c3afa44af700076a01f1f6f7b1f0837eb51
src/styles/components/Search.styl
src/styles/components/Search.styl
.search-container text-align: center .input-container margin-top: 80px input[type=text] width: 360px padding: 10px border-radius: 4px border: 1px solid rgba(0,0,0,0) background: #ccc transition: all 0.3s box-shadow: 2px 2px 10px rgba(0,0,0, 0.3) &:hover, &:focus box-shadow: 3px 4px 16px rgba(0,0,0,0.49) &:focus border: 1px solid rgba(0,0,0,0.3) .button-container margin: 60px auto 0 width: fit-content .btn text-align: center
.search-container text-align: center .input-container margin-top: 45px input[type=text] width: 360px padding: 10px border-radius: 4px border: 1px solid rgba(0,0,0,0) background: #ccc transition: all 0.3s box-shadow: 2px 2px 10px rgba(0,0,0, 0.3) &:hover, &:focus box-shadow: 3px 4px 16px rgba(0,0,0,0.49) &:focus border: 1px solid rgba(0,0,0,0.3) .button-container margin: 45px auto width: fit-content .btn text-align: center
Fix search margin for desktop
Fix search margin for desktop
Stylus
mit
IvaPetkova/My-HTML-Projects
b686256e5b32f44d7d151fdd9b8e40bd4548acc7
playground/styles/layout.styl
playground/styles/layout.styl
.visualTestingContainer display flex flex-wrap wrap justify-content space-between .column float: left width 30% padding 10px .column textarea width 100% min-height 200px
* -moz-box-sizing border-box -webkit-box-sizing border-box -webkit-font-smoothing antialiased box-sizing border-box margin 0 padding 0 .visualTestingContainer display flex flex-wrap wrap justify-content space-between .column float: left width 30% padding 10px .column textarea width 100% min-height 200px
Add ‘border-box’ box sizing to the Playground.
Add ‘border-box’ box sizing to the Playground.
Stylus
mit
apiaryio/attributes-kit,apiaryio/attributes-kit,apiaryio/attributes-kit
f8fabd15d09ec6ef0c78ef1675f1167bbfb0b69f
src/styles/student.styl
src/styles/student.styl
#student width: 90% margin: 24px auto 0 auto .student, .cart width: calc(50% - 18px) margin: 12px padding: 12px box-sizing: border-box float: left background-color: #d8d8d8 border-radius: 3px box-shadow: 0 1px 0 #ccc .name, .id margin: 0 0 0 0.5rem .equipment-heading, .equipment-none margin 1em 0 0 0.8rem i color: #777 .overdue color: red .item-info background: #e5e5e5 margin: 0.5em 0.5rem border-radius: 3px padding: 0.3em .8rem box-shadow: 0 1px 0 #ccc &:hover background: lighten(#e5e5e5, 15%) .cart margin-left: 0
#student width: 90% margin: 24px auto 0 auto .student, .cart width: calc(50% - 18px) margin: 12px padding: 12px box-sizing: border-box float: left background-color: #d8d8d8 border-radius: 3px box-shadow: 0 1px 0 #ccc .name, .id margin: 0 0 0 0.5rem .equipment-heading, .equipment-none margin 1em 0 0 0.8rem i color: #777 .overdue color: red .item-info, .model-info background: #e5e5e5 margin: 0.5em 0.5rem border-radius: 3px padding: 0.3em .8rem box-shadow: 0 1px 0 #ccc &:hover background: lighten(#e5e5e5, 15%) .cart margin-left: 0
Add style for model info
Add style for model info
Stylus
unlicense
TheFourFifths/consus-client,TheFourFifths/consus-client
6cd24802f4112dedb96ba7ad774ff8fda5a67ee5
imports/ui/components/header/header.styl
imports/ui/components/header/header.styl
header position: sticky top: -1px nav a:not(.default) color: #FFF display: inline-block padding: 1em text-decoration: none &.active background-color: #EF3E45 &:active &:hover &:focus background-color: #D4373E ol ul background-color: #000 display: block li display: inline-block ol padding-left: 0 position: absolute .hide-children ol display: none &:hover ol display: block
header position: sticky top: -1px nav a:not(.default) color: #FFF display: inline-block outline: 0 padding: 1em text-decoration: none &.active background-color: #EF3E45 &:active &:hover &:focus background-color: #D4373E ol ul background-color: #000 display: block li display: inline-block ol padding-left: 0 position: absolute .hide-children ol display: none &:hover ol display: block
Remove outline from anchor elements.
Remove outline from anchor elements.
Stylus
mit
LuisLoureiro/placard-wrapper
2e18ba0bd8e36da9d6e6a9e670b93f96a069134e
resources/static/brunch/src/app/styles/main.styl
resources/static/brunch/src/app/styles/main.styl
#rules-tree-view input[type=text] width 300px #rules-tree-view li #rules-list-view li height 25px #rules-list-view .ui-draggable width 300px padding 5px margin 10px border 1px solid black background-color white #rules-tree-view .ui-droppable padding 5px .dropHover background-color lightgreen
#rules-tree-view input[type=text] width 300px #rules-tree-view li #rules-list-view li height 25px #rules-list-view .ui-draggable width 300px padding 5px margin 10px border 1px solid black background-color white #rules-tree-view .ui-droppable padding 5px .dropHover background-color lightgreen .btnDeleteList float right
Tweak style to align buttons to the right
Tweak style to align buttons to the right
Stylus
bsd-3-clause
norm2782/JCU,norm2782/JCU
67bc5c6cc0375807bff11039e2bb242c1f22ddbc
src/styl/framework/typography.styl
src/styl/framework/typography.styl
//reset spacing values p, h1, h2, h3, h4, h5, h6, small margin 0 padding 0 html font-family: 'Merriweather', serif color $text-color h1, h2, h3, h4, h5, h6 font-family: 'Montserrat', sans-serif font-weight 400 h1 font-weight 700 // setup responsive baseline and vertical grid (when debugging) $establish-baseline() for $bp, $config in $bp-list if ($config.baseline isnt null) +$mq($bp) $establish-baseline(unit($config.baseline, px)) if ($debug is true) $vertical-grid( unit(round($ms-ratio * $config.baseline), '') ) if ($debug is true) $vertical-grid(unit(round($ms-base * $ms-ratio), '')) // set font size, leading, trailing, as configured for $element, $config in $typography-list $selector = $element if ($config.class is null) $selector += ', .'+$element else if ($config.class isnt false) $selector += ', .'+$config.class {$selector} $leader($config.lead || 0) $trailer($config.trail || 0) if ($config['extra-lines'] isnt null) $font-size($config.size, $config['extra-lines']) else $font-size($config.size)
//reset spacing values p, h1, h2, h3, h4, h5, h6, small margin 0 padding 0 html font-family: 'Merriweather', serif color $text-color h1, h2, h3, h4, h5, h6 font-family: 'Montserrat', sans-serif font-weight 400 h1 font-weight 700 // setup responsive baseline and vertical grid (when debugging) $establish-baseline() if ($debug is true) $vertical-grid(unit(round($ms-base * $ms-ratio), '')) for $bp, $config in $bp-list if ($config.baseline isnt null) +$mq($bp) $establish-baseline(unit($config.baseline, px)) if ($debug is true) $vertical-grid( unit(round($ms-ratio * $config.baseline), '') ) // set font size, leading, trailing, as configured for $element, $config in $typography-list $selector = $element if ($config.class is null) $selector += ', .'+$element else if ($config.class isnt false) $selector += ', .'+$config.class {$selector} $leader($config.lead || 0) $trailer($config.trail || 0) if ($config['extra-lines'] isnt null) $font-size($config.size, $config['extra-lines']) else $font-size($config.size)
Fix source order of responsive baseline styles
Fix source order of responsive baseline styles
Stylus
mit
oscar-g/oscar-g.github.io
3db82657d2fd8b41884c6fc08ed17c00a98b84b0
src/components/typography/overrides.styl
src/components/typography/overrides.styl
mark, .mark color: #fff background-color $color-grapefruit a:not([class]) anchor-hover-effect() // fixes .nav a:before, .pagination a:before, .pager a:before, .breadcrumb a, a.disabled:before, a[disabled]:before th a:before content: none // Contextual colors .text-muted color $text-muted .text-primary text-emphasis-variant($brand-primary) .text-success text-emphasis-variant($brand-success) .text-info text-emphasis-variant($brand-info) .text-warning text-emphasis-variant($brand-warning) .text-danger text-emphasis-variant($brand-danger) // Contextual backgrounds .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger color #fff
mark, .mark color: #fff background-color $color-grapefruit a:not([class]) anchor-hover-effect() // fixes .nav a:before, .pagination a:before, .pager a:before, .breadcrumb a:before, .dropdown-menu a:before, .panel-group .panel-heading a:before, a.disabled:before, a[disabled]:before th a:before content: none // Contextual colors .text-muted color $text-muted .text-primary text-emphasis-variant($brand-primary) .text-success text-emphasis-variant($brand-success) .text-info text-emphasis-variant($brand-info) .text-warning text-emphasis-variant($brand-warning) .text-danger text-emphasis-variant($brand-danger) // Contextual backgrounds .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger color #fff
Remove the link hover effect on some components
Remove the link hover effect on some components
Stylus
mit
mosaiqo/kaleidoscope,mosaiqo/kaleidoscope
991f593be45badd9af422ab902e9971586e7cfe6
css/profile_page.styl
css/profile_page.styl
.profile-page { .sub-page { padding: 30px 20px; } .items { clearfix(); } .item { box-sizing: border-box; float: left; padding: 10px; position: relative; width: 20%; &.new { outline: 1px solid green; } > a { display: block; } img { display: block; max-width: 100%; } .controls { position: absolute; right: 0; top: 0; } } .action { text-align: center; } }
.profile-page { .sub-page { padding: 50px 20px; } .items { clearfix(); } .item { box-sizing: border-box; float: left; padding: 10px; position: relative; width: 20%; &.new { background: $white; } > a { display: block; } img { box-shadow: 0 1px 2px -1px $black; display: block; max-width: 100%; } .controls { color: $white; position: absolute; right: 10px; text-shadow: 0 1px 1px $black; top: 10px; } } .action { margin: 20px 0; text-align: center; button { @extend #standard-button; } } }
Clean up profile style a bit
Clean up profile style a bit
Stylus
apache-2.0
zooniverse/MarsZoo,zooniverse/MarsZoo,zooniverse/MarsZoo,zooniverse/MarsZoo
e2b28e08ab16b79613e89ab4f120edd4a617d056
src/styles/_player.styl
src/styles/_player.styl
// # module: player // // TODO: Document, refactor. #player display: inline-block width: 35rem height: 20rem padding: 0.5rem +between(64rem, 80rem) width: 53rem height: 30rem +above(80rem) width: 80rem height: 45rem
// # module: player // // TODO: Document, refactor. #player display: inline-block width: 25rem height: 13.31rem padding: 0.5rem +tablet() width: 53rem height: 30rem +desktop() width: 80rem height: 45rem +hd() width: 120rem height: 67.5rem
Fix game teaser responsiveness issues
Fix game teaser responsiveness issues
Stylus
mit
xablauger-studios/blau-site,xablauger-studios/blau-site
783c107692d465042f51334d1aac1c6fd4cba530
src/web/styles/bootstrap-override.styl
src/web/styles/bootstrap-override.styl
// Bootstrap Override th { font-weight: normal; } label { font-weight: normal; } // Nav .navbar-brand { text-decoration: none; } .nav > li > a { font-size: 14px; text-decoration: none; } // font-size .btn, .dropdown-menu, .form-control { font-size: 13px; } // line-height .checkbox label, .radio label { line-height: 20px; } // table table thead > tr > th, table tbody > tr > td { text-align: left; padding: 2px 4px; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 1px; } // http://stackoverflow.com/questions/22920589/bootstrap-3-input-xs-smaller-than-sm .input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn .btn { height: 20px; padding: 1px 5px; font-size: 13px; }
// Bootstrap Override th { font-weight: normal; } label { font-weight: normal; } // Nav .navbar-brand { text-decoration: none; } .nav > li > a { font-size: 14px; text-decoration: none; } // font-size .btn, .dropdown-header, .dropdown-menu, .form-control { font-size: 13px; } // line-height .checkbox label, .radio label { line-height: 20px; } // table table thead > tr > th, table tbody > tr > td { text-align: left; padding: 2px 4px; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 1px; } // http://stackoverflow.com/questions/22920589/bootstrap-3-input-xs-smaller-than-sm .input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn .btn { height: 20px; padding: 1px 5px; font-size: 13px; }
Set font-size: 13px for dropdown header
Set font-size: 13px for dropdown header
Stylus
mit
cheton/cnc.js,cncjs/cncjs,cheton/piduino-grbl,cheton/cnc,cncjs/cncjs,cheton/cnc,cheton/cnc.js,cheton/cnc,cncjs/cncjs,cheton/piduino-grbl,cheton/cnc.js,cheton/piduino-grbl
646551cbe30dc318f77883e947ed48fa18953de0
head/head.styl
head/head.styl
html, body font-family 'Roboto', 'Helvetica', sans-serif
html, body font-family 'Roboto', 'Helvetica', sans-serif *:not(input) -webkit-touch-callout none -webkit-user-select none *:not(textarea) -webkit-touch-callout none -webkit-user-select none
Disable text selection (useful for for mobile)
Disable text selection (useful for for mobile)
Stylus
mit
kctang/mdl-ui,kctang/mdl-ui
b22948652a46d3f16468f640c0503237d8f4ddd8
src/desktop/apps/page/index.styl
src/desktop/apps/page/index.styl
@require '../../components/stylus_lib' #page-markdown-content width 600px margin content-margin-top auto 0 auto padding 40px 0 #page-markdown-content .markdown-content font-size 19px h1, h2, p, ul &:first-child margin-top 0 h1, h2, h3 display block text-align center avant-garde() h1 margin 1em 0 1.8em 0 font-size 20px h2 margin-bottom 1.5em font-size 13px h3 font-size: 15px text-align: left margin-top: 28px margin-bottom: 8px line-height: 160% p margin-bottom 1em line-height 1.5em ul list-style disc li margin-bottom 1em ol list-style decimal li margin-bottom 1em @media (max-width: 600px) #page-markdown-content width: 100%
@require '../../components/stylus_lib' #page-markdown-content width 600px margin content-margin-top auto 0 auto padding 40px 0 #page-markdown-content .markdown-content font-size 19px h1, h2, p, ul &:first-child margin-top 0 h1, h2, h3 display block text-align center avant-garde() h1 margin 1em 0 1.8em 0 font-size 20px h2 margin-bottom 1.5em font-size 13px h3 font-size: 15px text-align: left margin-top: 28px margin-bottom: 8px line-height: 160% p margin-bottom 1em line-height 1.5em ul list-style disc margin-left 1em li margin-bottom 1em margin-left 1em line-height 1.5em ol list-style decimal margin-left 1em li margin-bottom 1em margin-left 1em line-height 1.5em @media (max-width: 600px) #page-markdown-content width: 100%
Fix list spacing in JSON pages
Fix list spacing in JSON pages
Stylus
mit
damassi/force,oxaudo/force,anandaroop/force,yuki24/force,anandaroop/force,eessex/force,joeyAghion/force,anandaroop/force,artsy/force,izakp/force,oxaudo/force,damassi/force,yuki24/force,damassi/force,izakp/force,anandaroop/force,artsy/force,izakp/force,artsy/force,izakp/force,eessex/force,damassi/force,oxaudo/force,yuki24/force,artsy/force-public,eessex/force,eessex/force,joeyAghion/force,yuki24/force,joeyAghion/force,joeyAghion/force,erikdstock/force,oxaudo/force,erikdstock/force,artsy/force-public,erikdstock/force,erikdstock/force,artsy/force
5779a708af89c1cc7bec9b273324b875da2b17a0
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 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
.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 .notice @extend .notification position fixed top 0 z-index 9999 width 100% .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
Add styling for oauth notice
Add styling for oauth notice
Stylus
mit
sejalkhatri/WikiEduDashboard,adamwight/WikiEduDashboard,feelfreelinux/WikiEduDashboard,Wowu/WikiEduDashboard,sejalkhatri/WikiEduDashboard,MusikAnimal/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,alpha721/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WinnySilva/WikiEduDashboard,feelfreelinux/WikiEduDashboard,majakomel/WikiEduDashboard,MusikAnimal/WikiEduDashboard,sejalkhatri/WikiEduDashboard,adamwight/WikiEduDashboard,adamwight/WikiEduDashboard,ragesoss/WikiEduDashboard,sejalkhatri/WikiEduDashboard,ragesoss/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,Wowu/WikiEduDashboard,majakomel/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,alpha721/WikiEduDashboard,WinnySilva/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,MusikAnimal/WikiEduDashboard,MusikAnimal/WikiEduDashboard,majakomel/WikiEduDashboard,WinnySilva/WikiEduDashboard,ragesoss/WikiEduDashboard,feelfreelinux/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,feelfreelinux/WikiEduDashboard,majakomel/WikiEduDashboard,KarmaHater/WikiEduDashboard
28b71613323392b8fdbc56b474bfb32f054050a3
app/sections/weather/WeatherModal.styl
app/sections/weather/WeatherModal.styl
.weatherModal .or display: flex height: 34px justify-content: center align-items: center
.weatherModal .or display: flex height: 34px justify-content: center align-items: center label display: block
Make labels nicer in weather dialog
Make labels nicer in weather dialog
Stylus
mit
ULTIMATHEXERS/DaltonTab
04e36cb869bcea78827ed0f58293c88ebe2d1f06
src/_common/comment/comment.styl
src/_common/comment/comment.styl
.game-comment-content .user-comment-content .fireside-post-comment-content // Remove empty P tags. p:empty display: none // Responsive images. Ignore emoji images. img:not(.emoji) img-responsive() // Make all headings just look like bold text. h1 h2 h3 h4 h5 h6 font-weight: bold font-size: $font-size-base margin: $font-size-base 0 blockquote font-size: inherit
.game-comment-content .user-comment-content .fireside-post-comment-content // Remove empty P tags. p:empty display: none // Make all headings just look like bold text. h1 h2 h3 h4 h5 h6 font-weight: bold font-size: $font-size-base margin: $font-size-base 0 blockquote font-size: inherit
Fix mention avatars being big
Fix mention avatars being big
Stylus
mit
gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt,gamejolt/gamejolt
be93905a6c9c9a870cc03052e2344258bc24f933
src/stylus/fablevision/target-drake.styl
src/stylus/fablevision/target-drake.styl
.geniblocks.target-drake-container display: flex flex-direction: row height: 195px width: 500px background: url('../resources/fablevision/layout-c/target_drake_gizmo.png') background-repeat: no-repeat background-size: cover justify-content: center align-self: center z-index: 3 position:absolute bottom:0px .target-drake-text font-family: 'Yanone Kaffeesatz' font-size: 30px color: white margin-top: 70px margin-left: -10px .organism margin-top: 10px
.geniblocks.target-drake-container display: flex flex-direction: row height: 195px width: 500px background: url('../resources/fablevision/layout-c/target_drake_gizmo.png') background-repeat: no-repeat background-size: cover justify-content: center align-self: center z-index: 3 position:absolute bottom: 2px .target-drake-text font-family: 'Yanone Kaffeesatz' font-size: 30px color: white margin-top: 70px margin-left: -10px .organism margin-top: 10px
Set the bottom position up a bit so the container is fully visible
Set the bottom position up a bit so the container is fully visible
Stylus
mit
concord-consortium/geniblocks,concord-consortium/geniblocks,concord-consortium/geniblocks
c1366f5cd2da75a4d53e241ac9de461aa7657361
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: $blue a:visited color: $orange a:hover color: $orange h1 color: $red h2,h3,h4,h5,h6 if $solarized is dark color: $yellow else color: $blue 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
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: $blue a:visited color: $orange a:hover color: $orange h1 color: $red h2,h3,h4,h5,h6 if $solarized is dark color: $yellow else color: $violet 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
Change headlines to violet in light
Change headlines to violet in light
Stylus
mit
Paethon/solarized-css,Paethon/solarized-css,Paethon/solarized-css
2810f614adc58c16813454461af2a02aa9184b2d
src/stylus/components/svg-graph-view.styl
src/stylus/components/svg-graph-view.styl
.SvgGraphView position relative height 135px svg position absolute path stroke-linecap round stroke light-blue fill none stroke-width 4px stroke light-blue &.axisLines stroke blue-gray &.data stroke codap-orange text stroke-linecap round stroke none fill light-blue -webkit-touch-callout none -webkit-user-select none -khtml-user-select none -moz-user-select none -ms-user-select none -o-user-select none user-select none &.yLabel fill darken(codap-orange, 5) font-size 16 &.xLabel fill darken(green-blue, 10) font-size 16 .unknown-graph position absolute font-size 2em top 43px left 50px z-index 1 .draw-graph position absolute height 110px width 110px top -5px left 25px z-index 2 .graph-hint position absolute width 100px right 0px text-align center line-height 1em color #AAA -webkit-user-select none -moz-user-select none -ms-user-select none .draw-graph.drawing:hover background-color rgba(255,255,255,0.4) cursor url('../img/bb-chrome/brush.cur'), pointer
.SvgGraphView position relative height 135px svg position absolute path stroke-linecap round stroke light-blue fill none stroke-width 4px stroke light-blue &.axisLines stroke blue-gray &.data stroke codap-orange text stroke-linecap round stroke none fill light-blue -webkit-touch-callout none -webkit-user-select none -khtml-user-select none -moz-user-select none -ms-user-select none -o-user-select none user-select none &.yLabel fill darken(codap-orange, 5) font-size 16 &.xLabel fill darken(green-blue, 10) font-size 16 .unknown-graph position absolute font-size 2em top 43px left 50px z-index 1 .draw-graph position absolute height 110px width 110px top -5px left 25px z-index 2 .graph-hint position absolute width 100px right 0px text-align center line-height 1em color #AAA -webkit-user-select none -moz-user-select none -ms-user-select none .draw-graph.drawing:hover background-color rgba(255,255,255,0.4) cursor url('../img/bb-chrome/brush.cur') 6 6, pointer
Improve hotspot coordinate of brush cursor
Improve hotspot coordinate of brush cursor [#156226989]
Stylus
mit
concord-consortium/building-models,concord-consortium/building-models,concord-consortium/building-models,concord-consortium/building-models,concord-consortium/building-models
df2f1f8b929c80f3832feb79569590db8beab9b7
css/typography.styl
css/typography.styl
html background: white color: FOREGROUND font: 400 15px/1.5 "Open Sans", "Gill Sans", Arial, sans-serif hr border: 0 solid rgba(gray, 0.5) border-top-width: 1px margin: 1em 0 a color: MAIN_HIGHLIGHT .emoji max-height: 1em h1, h2, h3, h4 font-smoothing: antialiased font-weight: bold margin: 0 img &:not([src]), &[src=""] background-stripes: black yellow 20%
html background: white color: FOREGROUND font: 400 15px/1.5 "Open Sans", "Gill Sans", Arial, sans-serif hr border: 0 solid rgba(gray, 0.5) border-top-width: 1px margin: 1em 0 a color: MAIN_HIGHLIGHT .emoji max-height: 1em h1, h2, h3, h4 font-smoothing: antialiased font-weight: bold margin: 0 img &:not([src]), &[src=""] background-stripes: lighten(MAIN_HIGHLIGHT, 20%) darken(SECOND_HIGHLIGHT, 20%) 20%
Make empty images a little nicer
Make empty images a little nicer
Stylus
apache-2.0
CKrawczyk/Panoptes-Front-End,aliburchard/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,parrish/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,CKrawczyk/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,camallen/Panoptes-Front-End,parrish/Panoptes-Front-End,aliburchard/Panoptes-Front-End,edpaget/Panoptes-Front-End,camallen/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,camallen/Panoptes-Front-End,CKrawczyk/Panoptes-Front-End,alexbfree/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,edpaget/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,tfmorris/Panoptes-Front-End,tfmorris/Panoptes-Front-End,alexbfree/Panoptes-Front-End,marten/Panoptes-Front-End,marten/Panoptes-Front-End,parrish/Panoptes-Front-End,edpaget/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,zooniverse/Panoptes-Front-End,alexbfree/Panoptes-Front-End
939aae94070655d19a177d60aef121a433276777
src/styles/pages/ForecastWeather.styl
src/styles/pages/ForecastWeather.styl
.forecast-weather-container height: 100% display: none flex-direction: column-reverse align-items: center justify-content: space-around opacity: 0 .forecast-weather background: rgba(160, 158, 151, 0.7) box-shadow: 4px 0 25px 3px rgba(0, 0, 0, 0.1) border-radius: 50% width: 350px height: 350px .content font-size: 1.6rem font-family: cursive position: absolute top: 60% left: 50% transform: translate(-50%, -50%) text-align: center color: #ccc span display: block .city-name margin-bottom: 8px font-size: 1.8rem .condition-text margin-top: -9px .button-container margin-top: 35px .btn text-align: center &.show opacity: 1 transition: opacity .3s display: flex
.forecast-weather-container height: 100% width: 100%; display: none flex-direction: column-reverse align-items: center justify-content: space-around opacity: 0 .forecast-weather display: flex padding: 50px font-size: 1.6rem font-family: cursive position: absolute top: 60% left: 50% transform: translate(-50%, -50%) text-align: center color: #ccc span display: block .city-name margin-bottom: 8px font-size: 1.8rem .condition-text margin-top: -9px .button-container margin-top: 35px .btn text-align: center &.show opacity: 1 transition: opacity .3s display: flex
Update style for forecast container
Update style for forecast container
Stylus
mit
IvaPetkova/My-HTML-Projects
3f1a855553c0d2d63de74965f589ecd51ab09b16
src/styles/passphraseForm.styl
src/styles/passphraseForm.styl
@import 'cozy-ui' :local @extend $form @extend $form-text @extend $form-button @extend $form-progress .visibility text-transform uppercase position absolute cursor pointer right 0 font-weight bold .reset-link margin-top .5em progress &.pw-weak color pomegranate &::-webkit-progress-value background pomegranate &::-moz-progress-bar background pomegranate &.pw-moderate color orange &::-webkit-progress-value background texas-rose &::-moz-progress-bar background texas-rose &.pw-strong color green &::-webkit-progress-value background emerald &::-moz-progress-bar background emerald
@import 'cozy-ui' :local @extend $form @extend $form-text @extend $form-button @extend $form-progress .visibility text-transform uppercase position absolute cursor pointer right 0 font-weight bold .reset-link margin-top .5em progress &.pw-weak color pomegranate &::-webkit-progress-value background pomegranate &::-moz-progress-bar background pomegranate &.pw-moderate color texas-rose &::-webkit-progress-value background texas-rose &::-moz-progress-bar background texas-rose &.pw-strong color emerald &::-webkit-progress-value background emerald &::-moz-progress-bar background emerald
Update styles to use latest colours names
[style] Update styles to use latest colours names
Stylus
agpl-3.0
y-lohse/cozy-settings,y-lohse/cozy-settings
b63640b3a45f1314b105767ef676cd580311a56c
src/media/css/components/reviewActions.styl
src/media/css/components/reviewActions.styl
@import '../lib'; .review-actions display inline-flex position relative div:first-child margin-right 10px .review-actions-textarea position relative &:after border-left 8px solid transparent border-right 8px solid transparent border-bottom 10px solid rgba($color--highlight, .8) content '' display block height 0 position absolute right 2px width 0 textarea box-shadow 0 0 1px 0 $color--highlight position absolute top 9px right 0 width 240px .review-actions-reject button background $color--assertive .review-actions-publish button background $color--success
@import '../lib'; .review-actions display inline-flex position relative div:first-child margin-right 10px .review-actions-textarea position relative &:after border-bottom 8px solid transparent border-right 10px solid rgba($color--highlight, .8) border-top 8px solid transparent content '' display block height 0 position absolute right -10px top -25px width 0 textarea box-shadow 0 0 1px 0 $color--highlight position absolute top -37px right -247px width 240px .review-actions-reject button background $color--assertive .review-actions-publish button background $color--success
Move message on Publish so that it doesn't overlap the other buttons
Move message on Publish so that it doesn't overlap the other buttons
Stylus
mpl-2.0
mozilla/marketplace-submission,mozilla/marketplace-submission,mozilla/marketplace-content-tools,mozilla/marketplace-content-tools
a2a50c26552f47288c3254f90fdf6fdb82f83791
src/styles/konnectorFolder.styl
src/styles/konnectorFolder.styl
@require 'settings/palette.styl' :local // @stylint ignore .col-account-folder margin-top 2rem position relative &-highlighted-data padding .5em 1em display block background paleGrey &-fetching position absolute background-color rgba(255, 255, 255, .7) z-index 100 width 100% height 75% > div position relative // override default Spinner absolute position transform translateX(-50%) translateY(0) &-link color dodgerBlue text-decoration none font-weight bold display block margin-top 1rem &-save-btn width 100% margin 1em 0 &-modal-path-btn text-align center
@require 'settings/palette.styl' :local // @stylint ignore .col-account-folder margin-top 2rem position relative &-link color dodgerBlue text-decoration none font-weight bold display flex align-items center margin-top 1rem
Remove unused KonnectorFolder CSS 🔥
style: Remove unused KonnectorFolder CSS 🔥
Stylus
agpl-3.0
CPatchane/cozy-collect,gregorylegarec/cozy-collect,cozy/cozy-home,cozy/cozy-home,gregorylegarec/cozy-collect,gregorylegarec/cozy-collect,cozy/cozy-home,CPatchane/cozy-collect
afec260636f9a93f92eb153f719accbbc9059e9b
web_client/stylesheets/body/image.styl
web_client/stylesheets/body/image.styl
.h-image-body .h-image-view-body height calc(100vh - 52px) width 100% position absolute top 52px left 0 .h-image-view-container height 100% width 100% .h-image-view-container:focus border none .h-image-coordinates-container position absolute right 0 bottom 0 background #eee padding 0 3px border-radius 3px .h-control-panel-container overflow-y auto .h-control-panel.s-panel-group background-color rgba(255, 255, 255, 0.5) border 1px solid black border-radius 5px #h-annotation-selector-container right 0 overflow-y auto .s-panel margin-right 5px
.h-image-body .h-image-view-body height calc(100vh - 52px) width 100% position absolute top 52px left 0 .h-image-view-container height 100% width 100% .h-image-view-container:focus border none .h-image-coordinates-container position absolute right 0 bottom 0 background #eee padding 0 3px border-radius 3px .h-control-panel-container overflow-y auto .h-control-panel.s-panel-group background-color rgba(255, 255, 255, 0.5) border 1px solid black border-radius 5px #h-annotation-selector-container right 0 overflow-y auto width 300px .s-panel margin-right 5px
Increase the width of the right panel
Increase the width of the right panel This prevents undesired wrapping of the panel content when a scrollbar appears due to overflowing the window height.
Stylus
apache-2.0
DigitalSlideArchive/HistomicsTK,DigitalSlideArchive/HistomicsTK
b22a81d4d811ebacbc6282069836a42ac4260582
src/styles/pages/CurrentWeather.styl
src/styles/pages/CurrentWeather.styl
.current-weather-container height: 100% display: none flex-direction: column-reverse align-items: center justify-content: space-around opacity: 0 .current-weather display: flex flex-direction: column align-items: center justify-content: center background: rgba(160, 158, 151, 0.5) box-shadow: 4px 0 25px 3px rgba(0, 0, 0, 0.1) border-radius: 50% width: 300px height: 300px font-size: 1.6rem font-family: cursive color: #ccc .city-name margin-bottom: 8px font-size: 1.8rem .button-container margin: 30px 0 .btn text-align: center &.show opacity: 1 transition: opacity .3s display: flex
.current-weather-container height: 100% display: none flex-direction: column-reverse align-items: center justify-content: space-around opacity: 0 .current-weather display: flex flex-direction: column align-items: center justify-content: center background: rgba(160, 158, 151, 0.5) box-shadow: 4px 0 25px 3px rgba(0, 0, 0, 0.1) border-radius: 50% width: 400px height: 400px font-size: 1.6rem font-family: cursive color: #ccc .city-name margin-bottom: 8px font-size: 1.8rem text-align: center .button-container margin: 30px 0 .btn text-align: center &.show opacity: 1 transition: opacity .3s display: flex
Update style of current weather box
Update style of current weather box
Stylus
mit
IvaPetkova/My-HTML-Projects
855acc628ee77ed46bac8c249d54d24efe3f78d7
client/stylesheets/lobby.styl
client/stylesheets/lobby.styl
.divider border: 0 margin: 60px 0 height: 4px border-top: #ddd 1px solid border-bottom: #ddd 1px solid text-align: center position: relative clear: both .teamRow width: 800px; margin-left: auto; margin-right: auto .teamCol width: 370px .chatRow width: 330px; margin-left: auto; margin-right: auto; .chatCol width: 370px
.divider border: 0 margin: 60px 0 height: 4px border-top: #ddd 1px solid border-bottom: #ddd 1px solid text-align: center position: relative clear: both .teamRow width: 800px; margin-left: auto; margin-right: auto .teamCol width: 370px .chatRow width: 330px; margin-left: auto; margin-right: auto; .chatCol width: 370px .joinBtn cursor: pointer
Join button should have a cursor pointer
Join button should have a cursor pointer
Stylus
apache-2.0
paralin/D2ModdinMeteor,paralin/D2ModdinMeteor
48df7ba862216ea66f5bc304358a06ed8ea187c0
assets/css/application.styl
assets/css/application.styl
@import '_settings' normalize() base() // http://jsbin.com/acide4/8 // http://snook.ca/archives/html_and_css/font-size-with-rem html font-size: 62.5% #rainbow transition(background-color 0.5s ease-in-out) background-color: back-color &, a color: fore-color #answer, #timer, #credits text-align: center #answer font-size: 15rem #timer font-size: 7.5rem // .answer-no & // .answer-yes & #credits font-size: 2rem padding: 0.5rem 0 width: 100% @media (min-height: 40ex) bottom: 0 position: fixed a display: inline-block border-bottom: 1px dotted fore-color text-decoration: none
@import '_settings' normalize() base() // http://jsbin.com/acide4/8 // http://snook.ca/archives/html_and_css/font-size-with-rem html font-size: 62.5% height: 100% rainbow-gradient-position = 50% 0% rainbow-gradient-start = rgba(255, 255, 255, 0.2) rainbow-gradient-stop = rgba(255, 255, 255, 0) #rainbow transition(background-color 0.5s ease-in-out) background-color: back-color background-image: -webkit-radial-gradient( rainbow-gradient-position, rainbow-gradient-start, rainbow-gradient-stop) background-image: -moz-radial-gradient(circle at rainbow-gradient-position, rainbow-gradient-start, rainbow-gradient-stop) background-image: -ms-radial-gradient(circle at rainbow-gradient-position, rainbow-gradient-start, rainbow-gradient-stop) background-image: -o-radial-gradient(circle at rainbow-gradient-position, rainbow-gradient-start, rainbow-gradient-stop) background-image: radial-gradient(circle at rainbow-gradient-position, rainbow-gradient-start, rainbow-gradient-stop) &, a color: fore-color #answer, #timer, #credits text-align: center #answer font-size: 15rem #timer font-size: 7.5rem // .answer-no & // .answer-yes & #credits font-size: 2rem padding: 0.5rem 0 width: 100% @media (min-height: 40ex) bottom: 0 position: fixed a display: inline-block border-bottom: 1px dotted fore-color text-decoration: none
Add a subtle highlight to page background
Add a subtle highlight to page background
Stylus
mit
ravinggenius/weekend,ravinggenius/weekend
c45af07296aaf6bbe45091a9cfa8c330581aa7bf
components/filter/index.styl
components/filter/index.styl
.channel-filter width 100% position relative input.input--wide padding-left 50px background white input:focus background backgroundgray &__status position absolute height 100% width 50px left 0px top 0 display flex align-items center justify-content center &__icon svg height 20px width 20px .iconic-magnifying-glass-lg display none .iconic-magnifying-glass-md display none .iconic-magnifying-glass-sm display inline & * stroke lightgray fill lightgray &__close font-size 31px display none color lightgray cursor pointer &:hover color textgray &--list font-size 13px border-bottom 1px dotted bordergray input.input--wide margin 0 .channel-filter__status left 0 &--grid padding-right 20px margin-bottom unit &.is-active .channel-filter__status__close display block .channel-filter__status__icon display none
.channel-filter width 100% position relative input.input--wide padding-left 50px background white input:focus background backgroundgray &__status position absolute height 100% width 50px left 0 top 0 display flex align-items center justify-content center &__icon svg height 20px width 20px .iconic-magnifying-glass-lg display none .iconic-magnifying-glass-md display none .iconic-magnifying-glass-sm display inline & * stroke lightgray fill lightgray &__close font-size 31px display none color lightgray cursor pointer &:hover color textgray &--list font-size 13px border-bottom 1px dotted bordergray input.input--wide margin 0 .channel-filter__status left 0 &--grid padding-right 20px margin-bottom unit &.is-active .channel-filter__status__close display block .channel-filter__status__icon display none
Remove these two offensive letters
Remove these two offensive letters
Stylus
mit
aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell,aredotna/ervell
83c9ad2596c95d0b5296e4f8b6b6ff3df2e43e86
src/stylesheets/components/errors.styl
src/stylesheets/components/errors.styl
@keyframes friggingBootstrapErrorHeight 0% max-height: 0px 100% max-height: 300px @keyframes friggingBootstrapErrorOpacity 0% opacity: 0 100% opacity: 1 .frigb-error animation friggingBootstrapErrorHeight, 1.4s, linear, 0s, 1, normal, both .alert animation friggingBootstrapErrorOpacity, 0.6s, linear, 0s, 1, normal, both margin: 0 0 15px 0
@keyframes friggingBootstrapErrorHeight 0% max-height 0px 100% max-height 300px @keyframes friggingBootstrapErrorOpacity 0% opacity 0 100% opacity 1 .frigb-error animation friggingBootstrapErrorHeight 2.5s linear 0s 1 normal both .alert animation friggingBootstrapErrorOpacity 0.6s linear 0s 1 normal both margin 0 0 15px 0
Fix Error Block Animation To Work Again
Fix Error Block Animation To Work Again Also change the time for the Error Block to move a little slower in order to view the animation more clearly.
Stylus
mit
frig-js/frigging-bootstrap,frig-js/frigging-bootstrap
dc224d19e79146fece348b3314832e8080e89258
stylus/modules/notice.styl
stylus/modules/notice.styl
.ion-notice { animation: fadein 0.5s; background: notice.bg; border-radius: 3px; box-sizing: border-box; color: notice.color; line-height: 40px; min-height: 40px; padding: 0 15px; width: 100%; z-index: 999; &.ion-info { background: notice.info-bg; } &.ion-alert { background: notice.alert-bg; } &.ion-warning { background: notice.warning-bg; } .material-icons { cursor: pointer; float: right; line-height: 40px; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.ion-notice { animation: fadein 0.5s; background: notice.bg; border-radius: 3px; box-sizing: border-box; color: #212121; line-height: 40px; min-height: 40px; padding: 0 15px; width: 100%; z-index: 999; &.ion-info { background: notice.info-bg; color: notice.color; } &.ion-alert { background: notice.alert-bg; color: notice.color; } &.ion-warning { background: notice.warning-bg; color: notice.color; } .material-icons { cursor: pointer; float: right; line-height: 40px; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
Fix default alert text being hard to read
Fix default alert text being hard to read
Stylus
mit
Ionogy/kernel.css,Ionogy/kernel.css
c7322e226dec62a4523ed44b763be8274905235d
app/assets/stylesheets/modules/_diff_viewer.styl
app/assets/stylesheets/modules/_diff_viewer.styl
.diff-viewer background-color white padding 10px position fixed top 70px left 50% width 100% max-width 1200px max-height 90vh z-index 10 border 1px solid mischka border-radius 3px box-shadow 0 0 20px 0 rgba(0, 0, 0, .6) transform translateX(-50%) overflow-x scroll .diff-comment text-align center .diff-header border none !important .diff-lineno display none .diff-marker border none !important padding-top 0 !important padding-bottom 0 !important padding-left 12px !important padding-right 12px !important .diff-empty border none !important .diff-context display none .diff-addedline border 2px solid #dff0d8 !important max-width 600px overflow hidden .diffchange-inline background-color #dff0d8 .diff-deletedline border 2px solid #f2dede !important max-width 500px overflow hidden .diffchange-inline background-color #f2dede
.diff-viewer background-color white padding 10px position fixed top 70px /*@noflip*/ left 50% width 100% max-width 1200px max-height 90vh z-index 10 border 1px solid mischka border-radius 3px box-shadow 0 0 20px 0 rgba(0, 0, 0, .6) transform translateX(-50%) overflow-x scroll .diff-comment text-align center .diff-header border none !important .diff-lineno display none .diff-marker border none !important padding-top 0 !important padding-bottom 0 !important padding-left 12px !important padding-right 12px !important .diff-empty border none !important .diff-context display none .diff-addedline border 2px solid #dff0d8 !important max-width 600px overflow hidden .diffchange-inline background-color #dff0d8 .diff-deletedline border 2px solid #f2dede !important max-width 500px overflow hidden .diffchange-inline background-color #f2dede
Fix RTL positioning of DiffViewer
Fix RTL positioning of DiffViewer
Stylus
mit
KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,Wowu/WikiEduDashboard,majakomel/WikiEduDashboard,Wowu/WikiEduDashboard,feelfreelinux/WikiEduDashboard,majakomel/WikiEduDashboard,majakomel/WikiEduDashboard,majakomel/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,feelfreelinux/WikiEduDashboard,Wowu/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,alpha721/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,feelfreelinux/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,Wowu/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
0e93b912b28d300e2e6f734f1015914e571bec51
docs/.vuepress/styles/palette.styl
docs/.vuepress/styles/palette.styl
/** * Custom palette here. * * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl */ $accentColor = #b50938 $textColor = #1a1a1a $borderColor = #eaecef $codeBgColor = #282c34 $navbarHeight = 5.6rem .navbar .home-link .site-name font-weight: 300 .nav-links a font-weight: 300; font-size: 19px line-height: 28px .home .hero #main-title text-align: left margin-bottom: 58px margin-top: 48px .home .footer text-align: left padding-left: 0 .sidebar-heading font-weight: normal a.sidebar-link font-weight: 300 a.sidebar-link.active font-weight: 400
/** * Custom palette here. * * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl */ $accentColor = #b50938 $textColor = #1a1a1a $borderColor = #eaecef $codeBgColor = #282c34 $navbarHeight = 5.6rem .navbar .home-link .site-name font-weight: 300 .nav-links a font-weight: 300; font-size: 19px line-height: 28px .home .hero #main-title text-align: left margin-bottom: 58px margin-top: 48px .home .footer text-align: left padding-left: 0 .sidebar-heading font-weight: normal a.sidebar-link font-weight: 300 a.sidebar-link.active font-weight: 400 .custom-block.tip { border-color: #008085; } .custom-block.warning { background-color: #fbf3f6; border-color: #c95100; color: #1a1a1a; } .custom-block.warning .custom-block-title { color: #c95100; } .custom-block.warning a { color: #b50938; }
Update Tip and Warning box colors to AIC brand colors
Update Tip and Warning box colors to AIC brand colors
Stylus
agpl-3.0
art-institute-of-chicago/data-aggregator,art-institute-of-chicago/data-aggregator,art-institute-of-chicago/data-aggregator
d473d13db6f7040558c5c9b1735d2535c593e1c2
app/account/styles/_comments.styl
app/account/styles/_comments.styl
.public-comments-wrapper { display: none; } .comments-toggler { display: block; margin-bottom: 15px; .dropdown-toggle { padding-left: 0; padding-right: 0; } } .collaborator-comments { min-height: 150px; &.is-loading { background: url('../images/loading-content.gif') no-repeat center center; .comments-list { display: none !important; } } }
.public-comments-wrapper { display: none; } .comments-toggler { display: block; margin-bottom: 15px; .dropdown-toggle { padding-left: 0; padding-right: 0; } } .collaborator-comments { min-height: 35px; &.is-loading { background: url('../images/loading-content.gif') no-repeat center center; .comments-list { display: none !important; } } }
Tweak empty comment message height.
Tweak empty comment message height.
Stylus
agpl-3.0
jessamynsmith/boards-web,jessamynsmith/boards-web,GetBlimp/boards-web
621a058c04302262982d5bedd0a0cd89800946d7
styles/ui/editor.styl
styles/ui/editor.styl
editor-tag(color=color-primary, color-text=#fff) background color padding 2px margin 0 -2px border-radius() color color-text editor min-height 460px display block border-radius() &.ace_editor line-height 26px font-size 15px .ace_content .ace_line .ace_comment color #aaa .ace_keyword editor-tag(color-language-keyword, color-black) .ace_string editor-tag(color-language-string) .ace_numeric editor-tag(color-language-number) .ace_identifier editor-tag(color-language-identifier) .ace_gutter-cell color #aaa
editor-tag(color=color-primary, color-text=#fff) background color padding 2px margin 0 -2px border-radius() color color-text editor min-height 460px display block border-radius() &.ace_editor line-height 26px font-size 15px .ace_content .ace_line .ace_comment color #aaa .ace_keyword editor-tag(color-language-keyword, color-black) .ace_string editor-tag(color-language-string) .ace_numeric editor-tag(color-language-number) .ace_identifier editor-tag(color-language-identifier) .ace_gutter-cell color #ccc // .ace_gutter // display none
Make line number less relevant
Make line number less relevant
Stylus
mit
tancredi/draw,tancredi/draw,tancredi/draw
56fe3192d04fa73c1224d7ec85a4d1122aff2342
apps/editorial_features/components/eoy/stylesheets/index.styl
apps/editorial_features/components/eoy/stylesheets/index.styl
@require './super_article' @require './scroller' @require './body' @import '../components/merry_go_round' flex-display(justify = space-between, align = center) display flex justify-content justify align-items align .eoy-feature &__background position fixed top 49.9% left 50% min-height 101vh min-width 100vw transform translate(-50%, -50%) z-index -1 opacity 0 &.active opacity 1 &__menu position fixed top 0 left 0 right 0 margin 0 40px height 75px border-bottom 1px solid white z-index 100 flex-display() align-items center img.logo height 30px img.planet-art height 25px display inline-block a color white text-decoration none font-size 14px font-weight 600 span display inline-block line-height 15px margin-right 12px #recently-viewed-artworks display none @media screen and (max-width: 550px) .eoy-feature__menu margin 0 10px justify-content flex-start .planet-art margin-left 30px margin-top 5px a span display none
@require './super_article' @require './scroller' @require './body' @import '../components/merry_go_round' flex-display(justify = space-between, align = center) display flex justify-content justify align-items align .eoy-feature &__background position fixed top 49.9% left 50% min-height 101vh min-width 100vw transform translate(-50%, -50%) z-index -1 opacity 0 &.active opacity 1 &__menu position fixed top 0 left 0 right 0 margin 0 40px height 75px border-bottom 1px solid white z-index 100 flex-display() align-items center img.logo height 30px img.planet-art height 25px display inline-block a color white text-decoration none font-size 14px font-weight 600 span display inline-block line-height 15px margin-right 12px @media screen and (max-width: 550px) .eoy-feature__menu margin 0 10px justify-content flex-start .planet-art margin-left 30px margin-top 5px a span display none
Remove display none on recently viewed artworks
Remove display none on recently viewed artworks
Stylus
mit
eessex/force,anandaroop/force,dblock/force,oxaudo/force,cavvia/force-1,kanaabe/force,kanaabe/force,artsy/force,damassi/force,joeyAghion/force,erikdstock/force,damassi/force,eessex/force,mzikherman/force,cavvia/force-1,izakp/force,artsy/force,kanaabe/force,eessex/force,erikdstock/force,xtina-starr/force,damassi/force,artsy/force,izakp/force,joeyAghion/force,anandaroop/force,mzikherman/force,joeyAghion/force,dblock/force,erikdstock/force,izakp/force,oxaudo/force,joeyAghion/force,yuki24/force,artsy/force-public,eessex/force,yuki24/force,damassi/force,kanaabe/force,anandaroop/force,dblock/force,mzikherman/force,artsy/force-public,oxaudo/force,kanaabe/force,xtina-starr/force,oxaudo/force,xtina-starr/force,yuki24/force,yuki24/force,xtina-starr/force,erikdstock/force,izakp/force,mzikherman/force,cavvia/force-1,artsy/force,cavvia/force-1,anandaroop/force
ab662bc528d1ac66f628c8ef93ef34e731d05404
source/css/_partial/footer.styl
source/css/_partial/footer.styl
#footer padding-top: 10px padding-bottom: 10px color: #666 font-size: 11px max-width: 700px width: 100% margin: 0 auto 1rem auto vertical-align: top ul margin: 0 padding: 0 list-style: none li display: inline-block vertical-align: middle margin-right: 15px border-right: 1px solid #4a4a4a a margin-right: 15px li:last-child border-right: 0 margin-right: 0 a margin-right: 0 a color: #666 a:hover color: #999 .footer-left height: 20px line-height: 20px vertical-align: middle @media (min-width: 480px) #footer padding-top: 20px padding-bottom: 20px .footer-left float: left .footer-right float: right
#footer padding-top: 10px padding-bottom: 10px color: #666 font-size: 11px max-width: 700px width: 100% margin: 0 auto 1rem auto vertical-align: top text-align: center ul margin: 0 padding: 0 list-style: none li display: inline-block vertical-align: middle margin-right: 15px border-right: 1px solid #4a4a4a a margin-right: 15px li:last-child border-right: 0 margin-right: 0 a margin-right: 0 a color: #666 a:hover color: #999 .footer-left height: 20px line-height: 20px vertical-align: middle @media (min-width: 480px) #footer padding-top: 20px padding-bottom: 20px .footer-left float: left .footer-right float: right
Fix mistake in prev commit
Fix mistake in prev commit
Stylus
mit
probberechts/cactus-dark,7696122/cactus-dark,7696122/cactus-dark,probberechts/cactus-dark
942c892525c1123fd18c4f84ffa0add5e8502886
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 display: none .bespoke-bullet-inactive display: 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 .bespoke-bullet-inactive opacity: 0 <% } %>
Hide elements via opacity instead of display none
Hide elements via opacity instead of display none
Stylus
mit
bespokejs/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,markdalgleish/generator-bespoke,markdalgleish/generator-bespoke,markdalgleish/generator-bespoke
479aacb63b8ebe350cc62a515ddaf61dd36f8099
apps/inquiry/stylesheets/index.styl
apps/inquiry/stylesheets/index.styl
@require '../../../components/stylus_lib' @require './development' .inquiry-page margin (main-header-height + 20px) 0 .iqm-alert position absolute top 50% left 0 right 0 transform translateY(-50%) text-align center garamond-size('l-body')
@require '../../../components/stylus_lib' @require './development' .inquiry-page margin (main-header-height + 20px) 0 .body-eigen .inquiry-page margin 20px 0 .iqm-alert position absolute top 50% left 0 right 0 transform translateY(-50%) text-align center garamond-size('l-body')
Remove header offset on Eigen
Remove header offset on Eigen
Stylus
mit
kanaabe/force,mzikherman/force,anandaroop/force,eessex/force,xtina-starr/force,joeyAghion/force,cavvia/force-1,yuki24/force,kanaabe/force,kanaabe/force,xtina-starr/force,izakp/force,artsy/force,cavvia/force-1,mzikherman/force,dblock/force,oxaudo/force,joeyAghion/force,erikdstock/force,artsy/force-public,izakp/force,mzikherman/force,oxaudo/force,damassi/force,eessex/force,xtina-starr/force,anandaroop/force,cavvia/force-1,erikdstock/force,kanaabe/force,eessex/force,joeyAghion/force,damassi/force,damassi/force,joeyAghion/force,oxaudo/force,erikdstock/force,artsy/force,yuki24/force,izakp/force,eessex/force,kanaabe/force,artsy/force,cavvia/force-1,yuki24/force,xtina-starr/force,dblock/force,damassi/force,artsy/force,izakp/force,artsy/force-public,oxaudo/force,dblock/force,anandaroop/force,mzikherman/force,yuki24/force,erikdstock/force,anandaroop/force
ae4426acb1dd2301ffe6c63a790fb07a9d8be63f
project/src/styl/new-game.styl
project/src/styl/new-game.styl
.game_form_popup background bglight width 85% left 7.5% .game_form padding-top 10px fieldset padding 0px 20px button[type=submit] width 100% border-radius 0 0 5px 5px margin 30px 0 0 background gold color #FFF font-size 0.85em text-transform uppercase #new_game_form .nice-radio input.radio.computer:empty + label text-align right border-radius 0 25px 25px 0 input.radio.human:empty + label border-radius 30px 0 0 30px input.radio.human:empty + label:after left auto right 0 .rating_range margin-top 10px .select_input margin-top 5px select padding-left 60px
.game_form_popup background bglight width 85% left 7.5% .game_form padding-top 10px fieldset padding 0px 20px button[type=submit] width 100% border-radius 0 0 5px 5px margin 30px 0 0 background gold color #FFF font-size 0.85em text-transform uppercase &.active background lighten(gold, 10%) #new_game_form .nice-radio input.radio.computer:empty + label text-align right border-radius 0 25px 25px 0 input.radio.human:empty + label border-radius 30px 0 0 30px input.radio.human:empty + label:after left auto right 0 .rating_range margin-top 10px .select_input margin-top 5px select padding-left 60px
Add active style to new game button
Add active style to new game button
Stylus
mit
garawaa/lichobile,btrent/lichobile,btrent/lichobile,garawaa/lichobile,btrent/lichobile,btrent/lichobile,garawaa/lichobile
d818d5e15326236b8a39a043843ea4cf5b323300
app/assets/styles/modules/m-claim.styl
app/assets/styles/modules/m-claim.styl
.m-claim display flex align-items center height 90vh padding 0 $margin font-size $font-xlarge-size font-weight 500 article width 100% margin rem(-43px) auto 0 auto p margin-top 0 margin-bottom .25em line-height .9 letter-spacing -0.02em max-width 80% &.description margin-bottom .75em line-height 1.1 font-size rem(22px) .btn, .btn-secondary color $font-color-3 &:hover color $font-color-2 @media (max-width: $screen-sm) align-items flex-start article height 100% margin 0 auto .btn-secondary position absolute top auto bottom $margin @media screen and (min-width: $screen-md) font-size rem(110px) height 95vh @media screen and (min-width: $screen-lg) padding 0
.m-claim display flex align-items center height 90vh padding 0 $margin font-size $font-xlarge-size font-weight 500 article width 100% margin rem(-43px) auto 0 auto p margin-top 0 margin-bottom .25em line-height .9 letter-spacing -0.02em max-width 80% &.description margin-bottom .75em line-height 1.1 font-size rem(22px) .btn color $font-color-2 margin-left $margin .btn-secondary color $font-color-3 &:hover color $font-color-2 @media (max-width: $screen-sm) align-items flex-start article height 100% margin 0 auto .btn position absolute top auto right $margin bottom $margin .btn-secondary position absolute top auto bottom $margin @media screen and (min-width: $screen-md) font-size rem(110px) height 95vh @media screen and (min-width: $screen-lg) padding 0
Modify buttons positions in about page
Modify buttons positions in about page
Stylus
mit
Vizzuality/vizzuality,Vizzuality/vizzuality
627ee2b110c11022d88f8b3b4ae8bc0a0190d0db
src/web/styles/bootstrap-override.styl
src/web/styles/bootstrap-override.styl
// Bootstrap Override th { font-weight: normal; } label { font-weight: normal; } // Nav .navbar-brand { text-decoration: none; } .nav > li > a { font-size: 14px; text-decoration: none; } // font-size .btn, .dropdown-header, .dropdown-menu, .form-control { font-size: 13px; } // line-height .checkbox label, .radio label { line-height: 20px; } // table table thead > tr > th, table tbody > tr > td { text-align: left; padding: 2px 4px; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 1px; } // http://stackoverflow.com/questions/22920589/bootstrap-3-input-xs-smaller-than-sm .input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn .btn { height: 20px; padding: 1px 5px; font-size: 13px; }
// Bootstrap Override th { font-weight: normal; } label { font-weight: normal; } // Nav .navbar-brand { text-decoration: none; } .nav > li > a { font-size: 14px; text-decoration: none; } // font-size .btn, .dropdown-header, .dropdown-menu, .form-control { font-size: 13px; } // line-height .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn, .btn-md, .btn-group-md > .btn, .btn-lg, .btn-group-lg > .btn { line-height: 20px; } .checkbox label, .radio label { line-height: 20px; } // table table thead > tr > th, table tbody > tr > td { text-align: left; padding: 2px 4px; } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 1px; } // http://stackoverflow.com/questions/22920589/bootstrap-3-input-xs-smaller-than-sm .input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn .btn { height: 20px; padding: 1px 5px; font-size: 13px; }
Set default line height to 20px for bootstrap buttons
Set default line height to 20px for bootstrap buttons
Stylus
mit
cheton/cnc.js,cncjs/cncjs,cheton/cnc,cheton/cnc.js,cheton/cnc,cheton/piduino-grbl,cncjs/cncjs,cncjs/cncjs,cheton/piduino-grbl,cheton/cnc,cheton/cnc.js,cheton/piduino-grbl
23c4ed70f01c9243e2704fbceff08d98169569f7
src/stylus/main.styl
src/stylus/main.styl
@import variables global-reset() html height 100% body height 100% font-size 18px font-family Lato, sans-serif font-weight 300 margin 0 a color link-color h1, h2, h3, h4, h5 font-weight 400 @import layout @import helpers @import buttons @import alerts @import builds @import projects @import workers
@import variables global-reset() html height 100% body height 100% font-size 18px font-family Lato, sans-serif font-weight 300 margin 0 a color link-color h1, h2, h3, h4, h5 font-weight 400 img max-width 100% @import layout @import helpers @import buttons @import alerts @import builds @import projects @import workers
Make img max width 100%
fix: Make img max width 100%
Stylus
mit
frigg/frigg-hq-frontend,frigg/frigg-hq-frontend
58c3943839cf77de2c50ca353c1329b2b729f83d
src/styles/passphraseForm.styl
src/styles/passphraseForm.styl
@import 'cozy-ui' :local @extend $form @extend $form-text @extend $form-button @extend $form-progress .visibility text-transform uppercase position absolute cursor pointer right 0 font-weight bold .reset-link margin-top .5em progress &.pw-weak color red &::-webkit-progress-value background red &::-moz-progress-bar background red &.pw-moderate color orange &::-webkit-progress-value background orange &::-moz-progress-bar background orange &.pw-strong color green &::-webkit-progress-value background green &::-moz-progress-bar background green
@import 'cozy-ui' :local @extend $form @extend $form-text @extend $form-button @extend $form-progress .visibility text-transform uppercase position absolute cursor pointer right 0 font-weight bold .reset-link margin-top .5em progress &.pw-weak color pomegranate &::-webkit-progress-value background pomegranate &::-moz-progress-bar background pomegranate &.pw-moderate color orange &::-webkit-progress-value background texas-rose &::-moz-progress-bar background texas-rose &.pw-strong color green &::-webkit-progress-value background emerald &::-moz-progress-bar background emerald
Use better cozy-ui colours variables
[style] Use better cozy-ui colours variables
Stylus
agpl-3.0
y-lohse/cozy-settings,y-lohse/cozy-settings
92e01d2afee314c1b3b9584a0ef3e798ddd69d31
src/stylus/fablevision/target-drake.styl
src/stylus/fablevision/target-drake.styl
.geniblocks.target-drake-container display: flex flex-direction: row height: 204px width: 520px background: url('../resources/fablevision/layout-c/target_drake_gizmo.png') background-repeat: no-repeat background-size: cover justify-content: center align-self: center z-index: 3 .target-drake-text font-family: 'Yanone Kaffeesatz' font-size: 30px color: white margin-top: 70px margin-left: -10px .organism margin-top: 10px
.geniblocks.target-drake-container display: flex flex-direction: row height: 195px width: 500px background: url('../resources/fablevision/layout-c/target_drake_gizmo.png') background-repeat: no-repeat background-size: cover justify-content: center align-self: center z-index: 3 position:absolute bottom:0px .target-drake-text font-family: 'Yanone Kaffeesatz' font-size: 30px color: white margin-top: 70px margin-left: -10px .organism margin-top: 10px
Fix position of target container (fixes issue on Firefox)
Fix position of target container (fixes issue on Firefox)
Stylus
mit
concord-consortium/geniblocks,concord-consortium/geniblocks,concord-consortium/geniblocks
6d69ca3acaa400a179afdc333640211404f6f7cb
web/src/stylesheets/lib/visCanvas.styl
web/src/stylesheets/lib/visCanvas.styl
.c-vis-composite-buffer,.c-vis-spritesheet-buffer display none
.c-vis-composite-buffer,.c-vis-spritesheet-buffer display none .c-vis-render-canvas cursor move
Change mouse cursor over rendered image
Change mouse cursor over rendered image
Stylus
bsd-3-clause
Kitware/cinema,Kitware/cinema,Kitware/cinema,Kitware/cinema
e0f6c0e432e9c174ae6c0aaaca465c51738a4640
src/app/accounts/_accounts.hero.tablet.styl
src/app/accounts/_accounts.hero.tablet.styl
@media $media-width-tablet { article.account { .hero { background: none; // margin-bottom: 20px; .img { width: 105px height: @width; margin-right: 20px; margin-bottom: -54px; margin-left: 20px; // margin: 30px 20px; // margin-bottom: (@width / -2) - 2px !important; } h1 { font-size: 32px; line-height: 32px; max-height: 32px; } .details { clear: both; background: $content-fill-color; padding: 25px display: flex; ul { flex: 1 1 0px; margin-top: 50px; } .bio { margin: 0; flex: 2 2 0px; } } } } }
@media $media-width-tablet { article.account { .hero { background: none; padding-bottom: 0; // margin-bottom: 20px; .img { width: 105px height: @width; margin-right: 20px; margin-bottom: -54px; margin-left: 20px; // margin: 30px 20px; // margin-bottom: (@width / -2) - 2px !important; } h1 { font-size: 32px; line-height: 32px; max-height: 32px; } .details { clear: both; background: $content-fill-color; padding: 25px display: flex; ul { flex: 1 1 0px; margin-top: 50px; } .bio { margin: 0; flex: 2 2 0px; } } } } }
Fix spacing on account page
Fix spacing on account page
Stylus
agpl-3.0
PRX/www.prx.org,PRX/www.prx.org,PRX/www.prx.org
52519c19ba5dc47488fae7ca21e77787da73c8fe
styl/flex-grid.styl
styl/flex-grid.styl
generateFlexGrid($name = 'sm', $columns = 12) $classSelector = \' + 'flex-' + $name + \' [class*={$classSelector}] padding 0 10px for $x in 1..$columns .flex-{$name}-{$x} flex 0 0 round(1% * (($x / $columns) * 100), 2) .flex-row display flex flex-wrap wrap margin 0 auto max-width $large-screen // automatically calculate size (can be overwritten by any classes below this) .flex-auto flex 1 padding 0 10px // pull content to the right .flex-pull-row-right justify-content flex-end // pull content to the center .flex-pull-row-center align-items center justify-content center // TODO: Add column layouts // for small screens/default size generateFlexGrid('sm', $columns) // for medium sized screens @media (min-width $medium-screen) generateFlexGrid('md', $columns) // for larger screens @media (min-width $large-screen) generateFlexGrid('lg', $columns)
generateFlexGrid($name = 'sm', $columns = 12) $classSelector = \' + 'flex-' + $name + \' [class*={$classSelector}] padding 0 10px for $x in 1..$columns .flex-{$name}-{$x} flex 0 0 round(1% * (($x / $columns) * 100), 2) .flex-{$name}-right justify-content flex-end .flex-{$name}-center justify-content center .flex-{$name}-middle align-items center .flex-row display flex flex-wrap wrap margin 0 auto max-width $large-screen // automatically calculate size (can be overwritten by any classes below this) .flex-auto flex 1 padding 0 10px // TODO: Add column layouts // for small screens/default size generateFlexGrid('sm', $columns) // for medium sized screens @media (min-width $medium-screen) generateFlexGrid('md', $columns) // for larger screens @media (min-width $large-screen) generateFlexGrid('lg', $columns)
Add alignment to each screen size
Add alignment to each screen size
Stylus
mit
RyenNelsen/baremetal
df1f94136f14be77f45a9ad1d836acba3ee592df
templates/styles/index.styl
templates/styles/index.styl
/* Author: <%= authorName %>, <%= authorUrl %>, <%= (new Date).getFullYear() %> */ max_width = 1200px; content_max_width = null; sticky_footer_height = null; spacer = 10px; bg_color = #fff; base_color = #111; link_style = "underline"; link_color = #1978c8; visited_color = #8c5ad2; hover_color = #1694ec; @import "tamia"; @import "styles";
/* Author: <%= authorName %>, <%= authorUrl %>, <%= (new Date).getFullYear() %> */ blocks_default_skin = false; max_width = 1200px; content_max_width = null; sticky_footer_height = null; spacer = 10px; bg_color = #fff; base_color = #111; link_style = "underline"; link_color = #1978c8; visited_color = #8c5ad2; hover_color = #1694ec; @import "tamia"; @import "styles";
Disable default skin for default.
Disable default skin for default.
Stylus
mit
tamiadev/generator-tamia,tamiadev/generator-tamia,tamiadev/generator-tamia
834adf165e03e7d4ebdb852d0ed2a985c1a3685b
css/index.styl
css/index.styl
@import "../node_modules/nib" @import 'common'; @import "../node_modules/zooniverse/css/zooniverse.css" @import "../node_modules/zootorial/src/css/zootorial" @import 'layout'; @import 'sub_page'; @import 'navigation'; @import 'home_page'; @import 'classify_page'; @import 'classification_tools'; @import 'about_page'; @import 'profile_page'; @import 'tutorial';
@import "../node_modules/nib" @import 'common'; @import "../node_modules/zooniverse/css/zooniverse.css" @import "../node_modules/zootorial/zootorial.css" @import 'layout'; @import 'sub_page'; @import 'navigation'; @import 'home_page'; @import 'classify_page'; @import 'classification_tools'; @import 'about_page'; @import 'profile_page'; @import 'tutorial';
Fix reference to zootorial css
Fix reference to zootorial css
Stylus
apache-2.0
zooniverse/MarsZoo,zooniverse/MarsZoo,zooniverse/MarsZoo,zooniverse/MarsZoo
bf5584320ea70287cb979e671f0ecc372138e33d
src/media/css/feedback.styl
src/media/css/feedback.styl
@import 'lib'; .modal.show { nav.secondary-header, .support-list { display: none; } div.secondary-header { display: block; } } .feedback .support-list { list-style: none; padding: 5px 10px 10px; li { margin-top: 10px; .button { display: block; } } } @media $narrower-than-desktop { .feedback-form.form-modal { left: 50%; right: auto; } } @media $at-least-desktop { .feedback { &.modal { bottom: 40px; left: auto; margin-left: 200px; right: 8%; top: auto; width: 400px; &:before { border: transparent solid 10px; border-top-color: $modalBackgroundColor; bottom: -20px; content: ''; display: block; height: 0; left: 20%; margin-left: -10px; position: absolute; width: 0; z-index: 99; } } h2 { margin-bottom: 10px; } textarea { min-height: 100px; } .support-list { display: none; } } }
@import 'lib'; .modal.show { nav.secondary-header, .support-list { display: none; } div.secondary-header { display: block; } } @media $narrower-than-desktop { .feedback-form.form-modal { left: 50%; right: auto; } } @media $at-least-desktop { .feedback { &.modal { bottom: 40px; left: auto; margin-left: 200px; right: 8%; top: auto; width: 400px; &:before { border: transparent solid 10px; border-top-color: $modalBackgroundColor; bottom: -20px; content: ''; display: block; height: 0; left: 20%; margin-left: -10px; position: absolute; width: 0; z-index: 99; } } h2 { margin-bottom: 10px; } textarea { min-height: 100px; } .support-list { display: none; } } }
Work In Progress: Add Macro of the Input Fields of the Potato Captcha to the Feedback Modal
Work In Progress: Add Macro of the Input Fields of the Potato Captcha to the Feedback Modal
Stylus
bsd-3-clause
mozilla/galaxy
98d1042be8774f94e9b85da357b220c21fa2c322
lib/kouto-swiss/reset/box-sizing-reset.styl
lib/kouto-swiss/reset/box-sizing-reset.styl
box-sizing-reset() *, *:before, *:after box-sizing border-box
box-sizing-reset() html box-sizing border-box *, *:before, *:after box-sizing inherit
Add inheritance to box-sizing reset
Add inheritance to box-sizing reset cf. issue #18
Stylus
mit
krkn/kouto-swiss,girassolbit/kouto-swiss,leny/kouto-swiss,leny/kouto-swiss,greyhwndz/kouto-swiss,krkn/kouto-swiss,girassolbit/kouto-swiss,greyhwndz/kouto-swiss
5e87fb8a1a8ee7898c220dc1b713fa43ae7cf405
lib/kouto-swiss/utilities/media-query.styl
lib/kouto-swiss/utilities/media-query.styl
media-query( media = all, conditions... ) if ks-support-media-queries parsed-conditions = () push( parsed-conditions, join( " ", media ) ) for condition in conditions push( parsed-conditions, "(" + condition[ 0 ] + ": " + condition[ 1 ] + ")" ) query = unquote( join( " and ", parsed-conditions ) ) @media query {block} else {block}
_parse-media-query-conditions( conditions, skipMedia = false ) parsed-conditions = () for condition, index in conditions if index is 0 and skipMedia is false push( parsed-conditions, ( join( " ", condition ) ) ) else push( parsed-conditions, "(" + condition[ 0 ] + ": " + condition[ 1 ] + ")" ) return unquote( join( " and ", parsed-conditions ) ) media-query( media = all, conditions... ) if ks-support-media-queries query = length( media[ 0 ] ) > 1 ? _parse-media-query-conditions( media ) : join( " ", media ) if length( conditions ) query = query + " and " + _parse-media-query-conditions( conditions, true ) @media query {block} else {block}
Fix variables in media query mixin bug
Fix variables in media query mixin bug cf. issue #20
Stylus
mit
krkn/kouto-swiss,krkn/kouto-swiss,girassolbit/kouto-swiss,leny/kouto-swiss,leny/kouto-swiss,girassolbit/kouto-swiss,greyhwndz/kouto-swiss,greyhwndz/kouto-swiss
cca4aa0a2eb2dd1d8c6ada14ee4aa313864ace2b
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-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 pointer-events: none .bespoke-active pointer-events: auto .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 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
// 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 overflow: hidden .bespoke-scale-parent position: absolute top: 0 left: 0 right: 0 bottom: 0 pointer-events: none .bespoke-active pointer-events: auto .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 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
Fix Firefox presentation overflow issue
Fix Firefox presentation overflow issue
Stylus
mit
markdalgleish/generator-bespoketheme,bespokejs/generator-bespoketheme
20a794a2e9fdd8c46dc13023d745db88836dba40
app/assets/stylesheets/modules/_my_articles.styl
app/assets/stylesheets/modules/_my_articles.styl
.my-articles margin-bottom 0 div.my-articles-header margin-bottom 15px .tooltip p font-size 12px .my-assignment .my-assignment-button div float right margin-left 10px .my-assignment-title font-size 130% .my-assignment-checklist font-size 120% padding 20px 40px overflow-y auto h2 text-align center dd margin 10px button float right .feedback font-size 120% padding 20px 40px overflow-y auto div float none h2 text-align left display inline .okay float right .feedback-body padding 20px .rating-description font-size 75% color bayoux .feedback-form margin-top 10px hr.assignment-divider margin-bottom 4px
.my-articles margin-bottom 0 div.my-articles-header margin-bottom 15px .tooltip p font-size 12px .my-assignment .my-assignment-button div float right margin-left 10px .my-assignment-title font-size 130% .my-assignment-checklist font-size 120% padding 20px 40px overflow-y auto max-height 80% h2 text-align center dd margin 10px button float right .feedback font-size 120% padding 20px 40px overflow-y auto div float none h2 text-align left display inline .okay float right .feedback-body padding 20px .rating-description font-size 75% color bayoux .feedback-form margin-top 10px hr.assignment-divider margin-bottom 4px
Make sure large checklists remain accessible
Make sure large checklists remain accessible
Stylus
mit
WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
929274347c1189ace6c90c12314b72f9001720c7
css/loading-indicator.styl
css/loading-indicator.styl
@keyframes loading-indicator-bounce 0% transform: translateY(-0.3em) 100% transform: translateY(0.3em) .loading-indicator > * TIME = 500ms animation: loading-indicator-bounce TIME ease-in-out infinite alternate &:nth-child(3n-1) animation-delay: (TIME / 3)ms &:nth-child(3n) animation-delay: (TIME / 1.5)ms
@keyframes loading-indicator-bounce 0% transform: translateY(-0.3em) 100% transform: translateY(0.3em) .loading-indicator > * TIME = 500ms animation: loading-indicator-bounce TIME ease-in-out infinite alternate &:nth-child(3n-1) animation-delay: unit(TIME / 3, unit(TIME)) &:nth-child(3n) animation-delay: unit(TIME / 1.5, unit(TIME))
Tweak loading indicator time handling
Tweak loading indicator time handling
Stylus
apache-2.0
alexbfree/Panoptes-Front-End,alexbfree/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,parrish/Panoptes-Front-End,edpaget/Panoptes-Front-End,marten/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,parrish/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,CKrawczyk/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,edpaget/Panoptes-Front-End,edpaget/Panoptes-Front-End,alexbfree/Panoptes-Front-End,camallen/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,tfmorris/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,marten/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,amyrebecca/Panoptes-Front-End,aliburchard/Panoptes-Front-End,fmnhExhibits/Panoptes-Front-End,aliburchard/Panoptes-Front-End,CKrawczyk/Panoptes-Front-End,tfmorris/Panoptes-Front-End,zooniverse/Panoptes-Front-End,camallen/Panoptes-Front-End,camallen/Panoptes-Front-End,CKrawczyk/Panoptes-Front-End,mrniaboc/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,jelliotartz/Panoptes-Front-End,parrish/Panoptes-Front-End
2950467f9eba76a4417fabdf1b608007ef83d5dc
client/stylesheets/variables.import.styl
client/stylesheets/variables.import.styl
$primary = #345E7E $primary-light = #6286A2 $primary-l-light = lighten($primary, 90%) $secondary = #F7B297 $secondary-light = #FAF0EC $secondary-l-light = lighten($secondary, 90%) $highlight = #F07382 $blue = #2D5987 $ll-gray = #f9f9f9 $l-gray = #ebebeb $m-gray = #808080 $d-gray = #333 $map-background = RGBA(205, 210, 212, 1) $positive = #A7DB7A $warning = #EFAC56 $delete = $highlight $border-primary = lighten($primary, 50%) $border-secondary = lighten($secondary, 30%) $border-btn = #95989A $tableRadius = 5px $table-border = 1px solid #DDD $header-height = 70px + 2 // 2px border $mobile-header-height = 60px + 2 // 2px border $footer-height = 100px $mobile-footer-height = 65px $link-color = darken($highlight, 5%) $link-color-hover = $primary
$primary = #345E7E $primary-light = #EAEEF2 $primary-l-light = lighten($primary, 90%) $secondary = #F7B297 $secondary-light = #FAF0EC $secondary-l-light = lighten($secondary, 90%) $highlight = #F07382 $blue = #2D5987 $ll-gray = #f9f9f9 $l-gray = #ebebeb $m-gray = #808080 $d-gray = #333 $map-background = RGBA(205, 210, 212, 1) $positive = #A7DB7A $warning = #EFAC56 $delete = $highlight $border-primary = lighten($primary, 50%) $border-secondary = lighten($secondary, 30%) $border-btn = #95989A $tableRadius = 5px $table-border = 1px solid #DDD $header-height = 70px + 2 // 2px border $mobile-header-height = 60px + 2 // 2px border $footer-height = 100px $mobile-footer-height = 65px $link-color = darken($highlight, 5%) $link-color-hover = $primary
Replace primary light color with lighter value
Replace primary light color with lighter value
Stylus
apache-2.0
ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect,ecohealthalliance/eidr-connect
b497650fab48f8bf7a6d1fec3338da1f3259af6e
client/styles/buttons.styl
client/styles/buttons.styl
@import "colors" button background regular-pink border none color white cursor pointer text-transform uppercase &.see-more display inline-block font-size 18px height 24px line-height 2px position absolute right 4px text-align center top 4px width 24px &:after color white content "+" &.zoom background-color transparent background-image url(../images/magnifier.png) background-position center background-repeat no-repeat background-size 20px height 26px left 1px position absolute top 1px width 26px
@import "colors" button background regular-pink border none color white cursor pointer text-transform uppercase &.see-more display inline-block font-size 18px height 24px line-height 2px position absolute right 4px text-align center top 4px width 24px &:after color white content "+" position relative top -1px &.zoom background-color transparent background-image url(../images/magnifier.png) background-position center background-repeat no-repeat background-size 20px height 26px left 1px position absolute top 1px width 26px
Fix styling for see more button
Fix styling for see more button
Stylus
mit
gusaiani/react-moodboard
57f5a406fa214b4e5c9447436417cc4814742bcd
nanoislands.styl
nanoislands.styl
@import "vars/colors.styl" @import "vars/layout.styl" @import "blocks/button/button.styl" @import "blocks/popup/popup.styl" @import "blocks/radio-button/radio-button.styl" @import "blocks/select/select.styl" @import "blocks/checkbox/checkbox.styl" @import "blocks/icon/icon.styl" IMG border: 0; ._hidden display: none !important ._link color: #22C cursor: pointer transition: color .15s ease-out a._link text-decoration: none ._link:hover color: #D00 ._link_outer color: #070
@import "vars/colors.styl" @import "vars/layout.styl" @import "blocks/button/button.styl" @import "blocks/popup/popup.styl" @import "blocks/radio-button/radio-button.styl" @import "blocks/select/select.styl" @import "blocks/checkbox/checkbox.styl" @import "blocks/icon/icon.styl" IMG border: 0; ._hidden display: none; ._link color: #22C cursor: pointer transition: color .15s ease-out a._link text-decoration: none ._link:hover color: #D00 ._link_outer color: #070
Revert "Hidden class is more important"
Revert "Hidden class is more important" This reverts commit 3740cc4701e584dbf23461bc75b7702ba1857c3a.
Stylus
mit
yandex-ui/nanoislands,yandex-ui/nanoislands,iEgit/nanoislands,iEgit/nanoislands
75072bdad2508d07c37d4a6137f19b5a2ef861fc
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: $blue a:visited color: $orange a:hover color: $orange h1 color: $red h2,h3,h4,h5,h6 if $solarized is dark color: $yellow else color: $violet 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
html background-color: $hl color: $fg margin: 1em body background-color: $bg margin: 0 auto max-width: 23cm border: 1pt solid $comment padding: 1em text-align: justify code background-color: $hl padding: 2px a color: $blue a:visited color: $orange a:hover color: $orange h1 color: $red h2,h3,h4,h5,h6 if $solarized is dark color: $yellow else color: $violet 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
Use justify to align body text
Use justify to align body text
Stylus
mit
Paethon/solarized-css,Paethon/solarized-css,Paethon/solarized-css
ea41e59a577f5240d2d2ee9b6e36717474c87dd8
components/eoy_artist_list/artist_item.styl
components/eoy_artist_list/artist_item.styl
.eoy-artist-item width 25% display inline-block clearfix() margin-bottom 10px &__thumbnail float left img border-radius 50px width 50px height 50px &__name float left avant-garde-size('body') padding-left 20px
.eoy-artist-item width 25% display inline-block margin-bottom 10px clearfix() @media (max-width: 1300px) width 33% @media (max-width: 1100px) width 50% &__thumbnail float left img border-radius 50px width 50px height 50px &__name float left avant-garde-size('body') padding-left 20px
Add media queries to make artist items more responsive
Add media queries to make artist items more responsive
Stylus
mit
oxaudo/force,erikdstock/force,oxaudo/force,kanaabe/force,xtina-starr/force,cavvia/force-1,izakp/force,dblock/force,artsy/force,anandaroop/force,oxaudo/force,erikdstock/force,eessex/force,yuki24/force,kanaabe/force,mzikherman/force,anandaroop/force,damassi/force,kanaabe/force,kanaabe/force,damassi/force,eessex/force,cavvia/force-1,izakp/force,eessex/force,artsy/force,yuki24/force,mzikherman/force,joeyAghion/force,xtina-starr/force,damassi/force,joeyAghion/force,izakp/force,erikdstock/force,cavvia/force-1,xtina-starr/force,anandaroop/force,artsy/force-public,kanaabe/force,dblock/force,joeyAghion/force,damassi/force,xtina-starr/force,anandaroop/force,yuki24/force,oxaudo/force,artsy/force,cavvia/force-1,artsy/force-public,erikdstock/force,eessex/force,yuki24/force,dblock/force,mzikherman/force,artsy/force,izakp/force,mzikherman/force,joeyAghion/force
16217767ae214d192bbc481df928a3177ebc5e4c
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-slide width: 640px height: 480px position: absolute top: 50% left: 50% margin-left: -(@width / 2) margin-top: -(@height / 2) .bespoke-inactive display: none .bespoke-bullet-inactive display: 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 display: none .bespoke-bullet-inactive display: none <% } %>
Add bespoke-scale styles for Firefox
Add bespoke-scale styles for Firefox
Stylus
mit
markdalgleish/generator-bespoke,bespokejs/generator-bespoke,bespokejs/generator-bespoke,markdalgleish/generator-bespoke,markdalgleish/generator-bespoke,bespokejs/generator-bespoke
8f397f816e7d1405a7b938f568d2d62bd30000f5
web_external/stylesheets/widgets/featureInfoWidget.styl
web_external/stylesheets/widgets/featureInfoWidget.styl
.header td border 1px solid padding 2px background-color lightgrey .even td border 1px solid padding 2px background-color #ffffff .odd td border 1px solid padding 2px background-color #e7e7e7 .ui-dialog opacity: .80 !important filter: Alpha(Opacity=80) !important
.header td border 1px solid padding 2px background-color lightgrey .even td border 1px solid padding 2px background-color #ffffff .odd td border 1px solid padding 2px background-color #e7e7e7
Remove opacity from CSS to increase visibility
Remove opacity from CSS to increase visibility
Stylus
apache-2.0
Kitware/minerva,Kitware/minerva,Kitware/minerva
0433163e6884b030f7966af69106629c1aee8f61
src/base/b-window/b-window.styl
src/base/b-window/b-window.styl
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ @import "super/i-data/i-data.styl" $p = { width: auto } b-window extends i-data absolute top 0 left 0 zIndex(overall) min-width 100% &_width_full &__window width 100% &_width_auto &__window width auto &__back fixed top 0 left 0 size 100% &__wrapper position relative z-index 1 display flex justify-content center size 100% 100vh &__window width $p.width max-width 100% align-self center &__title display block &__control display inline-block
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ @import "super/i-data/i-data.styl" $p = { width: auto zIndexPos: overall } b-window extends i-data absolute top 0 left 0 zIndex($p.zIndexPos) min-width 100% &_width_full &__window width 100% &_width_auto &__window width auto &__back fixed top 0 left 0 size 100% &__wrapper position relative z-index 1 display flex justify-content center size 100% 100vh &__window width $p.width max-width 100% align-self center &__title display block &__control display inline-block
Store index pos in variable
Store index pos in variable
Stylus
mit
V4Fire/Client,V4Fire/Client,V4Fire/Client,V4Fire/Client
ebc9f28748f6bf20f71ecc7af852bbf30e2e4de0
app/styles/app/sidebar.styl
app/styles/app/sidebar.styl
@require '../mixins/button--raised' .sidebar { flex: 0 0 270px min-width: 270px margin-right: $page-edge-padding } @media all and (max-width: $single-column-width) { .sidebar { margin-right: 0 flex-basis: auto } } .button-list { font-size: 0.85em display: flex flex-flow: row wrap justify-content: space-around button, input[type='submit'] { button--raised() flex-grow: 1 padding-left: 1em padding-right: 1em $spacing = 0.5em margin-right: $spacing / 2 margin-left: $spacing / 2 margin-bottom: $spacing } margin-bottom: 0.5em }
@require '../mixins/button--raised' .sidebar { flex: 0 0 270px min-width: 270px margin-right: $page-edge-padding } @media all and (max-width: $single-column-width) { .sidebar { margin-right: 0 flex-basis: auto } } .button-list { font-size: 0.85em display: flex flex-flow: row wrap justify-content: space-around button, input[type='submit'] { button--raised() flex-grow: 1 padding-left: 1em padding-right: 1em $spacing = 0.5em margin-right: ($spacing / 2) margin-left: ($spacing / 2) margin-bottom: $spacing } margin-bottom: 0.5em }
Fix up a stylus thing
Fix up a stylus thing
Stylus
agpl-3.0
hawkrives/gobbldygook,hawkrives/gobbldygook,hawkrives/gobbldygook
9d069b0832d999c0033e6063275d305af731d2e2
styles/Controls/Select.styl
styles/Controls/Select.styl
.fui-select position: relative &:before @extend .fuicon-menu:before position: absolute z-index: 1 top: 22px right: 19px display: block color: $widgetFontColor text-shadow: light pointer-events: none // Clicks pass through to select select // IE 8: Top and bottom padding of 10px is required to align the text vertically padding: 10px 28px 10px 8px cursor: pointer &:focus margin-left: $widgetMargin - 1 margin-right: $widgetMargin - 1 &.fui-primary &, &:active background: transparent select background: $widgetBackgroundPrimary // Hide the icon in IE, it has the menu button already // Observed: IE 8, IE 9, IE 10, Win FF 3.6 .fui-ie .fui-select select padding-right: 8px &:before display: none; // Fix vertical shift of select menu on focus in IE // Observed: IE 8, IE 9 .fui-lt-ie10 .fui-select select:focus padding-top: 9px padding-bottom: 9px
.fui-select display: inline-block position: relative &:before @extend .fuicon-menu:before position: absolute z-index: 1 top: 22px right: 16px display: block color: $widgetFontColor text-shadow: light pointer-events: none // Clicks pass through to select select // IE 8: Top and bottom padding of 10px is required to align the text vertically padding: 10px 28px 10px 8px cursor: pointer &:focus margin-left: $widgetMargin - 1 margin-right: $widgetMargin - 1 &.fui-primary &, &:active background: transparent select background: $widgetBackgroundPrimary // Hide the icon in IE, it has the menu button already // Observed: IE 8, IE 9, IE 10, IE 11, FF 3.6, FF 23 .fui-ie .fui-select select padding-right: 8px &:before display: none; // Fix vertical shift of select menu on focus in IE // Observed: IE 8, IE 9 .fui-lt-ie10 .fui-select select:focus padding-top: 9px padding-bottom: 9px
Fix alignment of select menu
Fix alignment of select menu
Stylus
bsd-2-clause
lazd/fui
2426436d4e8f09da46c41b654a7498428f0e2df5
resources/style-doc.styl
resources/style-doc.styl
$contentPadding = 10px $backgroundColor = #f8f8ff $contentBackground = white $dividerColor = #ccc $dividerBorder = 1px solid $dividerColor body > nav background $backgroundColor border $dividerBorder button[data-tab] @extend body > nav padding 0 $contentPadding line-height 2em margin-bottom -1px &.doc-active font-weight bold border-bottom-color $contentBackground background-color $contentBackground section.doc-tabbed display none !important margin $contentPadding background-color $contentBackground &.doc-active display block !important > p > pre float left clear left margin 10px 0 line-height 1.3 width 40% > .style-doc-sample > .style-doc-highlight float right clear right padding-left 2% width 58% > h3 > h4 clear both code overflow auto !important border $dividerBorder !important pre display none .show-code & display block .style-doc-highlight display none &:after &:before content '' display block height 1px margin $contentPadding border none background-image linear-gradient(left, #efefef, #ccc 50%, #efefef) .show-highlights & display block
$contentPadding = 10px $backgroundColor = #f8f8ff $contentBackground = white $dividerColor = #ccc $dividerBorder = 1px solid $dividerColor body > nav background $backgroundColor border $dividerBorder button[data-tab] @extend body > nav padding 0 $contentPadding line-height 2em margin-bottom -1px &.doc-active font-weight bold border-bottom-color $contentBackground background-color $contentBackground section.doc-tabbed display none !important margin $contentPadding background-color $contentBackground &.doc-active display block !important > p > pre float left clear left margin 10px 0 line-height 1.3 width 40% > .style-doc-sample > .style-doc-highlight float right clear right padding-left 2% width 58% > h3 > h4 clear both @media only screen and (max-width: 480px) section.doc-tabbed > p > pre > .style-doc-sample > .style-doc-highlight float none width 100% code overflow auto !important border $dividerBorder !important pre display none .show-code & display block .style-doc-highlight display none &:after &:before content '' display block height 1px margin $contentPadding border none background-image linear-gradient(left, #efefef, #ccc 50%, #efefef) .show-highlights & display block
Use single column on smaller screen sizes
Use single column on smaller screen sizes
Stylus
mit
kpdecker/lumbar-style-doc
7bcc09cc94582dc868cfd5ccc731078e0969c3d2
stylus/components/button.styl
stylus/components/button.styl
// Buttons of any kind .coz-btn box-sizing border-box display inline-block vertical-align top margin 0 em(8px) border 1px solid grey-09 height em(43px) padding em(11px) em(15px) em(10px) background-color white font-size(14px) text-transform uppercase &--regular border-color dodger-blue background-color dodger-blue color white &--upload left-padded(44px) background-image embedurl("../assets/icons/icon-upload.svg") background-position em(17px, 16px) center background-repeat no-repeat &--more width em(46px) background embedurl("../icons/icon-dots.svg") center center no-repeat
// Buttons of any kind .coz-btn box-sizing border-box display inline-block vertical-align top margin 0 em(8px) border 1px solid grey-09 height em(43px) padding em(11px) em(15px) em(10px) background-color white font-size(14px) text-transform uppercase &--regular border-color dodger-blue background-color dodger-blue color white &--upload left-padded(44px) background-image embedurl("../assets/icons/icon-upload.svg") background-position em(17px, 16px) center background-repeat no-repeat &--more width em(46px) background embedurl("../assets/icons/icon-dots.svg") center center no-repeat
Fix wrong path to SVG
Fix wrong path to SVG
Stylus
mit
GoOz/cozy-ui,kosssi/cozy-ui
4dfa15cffa5ca8cb250a1e07a4dae47606960c79
src/theme/stylus/themes/base.styl
src/theme/stylus/themes/base.styl
.{unquote($theme-name)} { /* Inline code */ :not(pre) > .hljs { display: inline-block; vertical-align: middle; padding: 0.1em 0.3em; border-radius: 3px; } color: $fg background-color: $bg .sidebar { background-color: $sidebar-bg color: $sidebar-fg } .chapter li { color: $sidebar-non-existant a { color: $sidebar-fg } .active, a:hover { /* Animate color change */ color: $sidebar-active } } .chapter .spacer { background-color: $sidebar-spacer } .menu-bar, .nav-chapters, .mobile-nav-chapters { color: $icons } .menu-bar i:hover, .nav-chapters:hover, .mobile-nav-chapters i:hover { color: $icons-hover } .mobile-nav-chapters i:hover { color: $sidebar-fg } .mobile-nav-chapters { background-color: $sidebar-bg } .content a { color: $links } .theme-popup { background: $theme-popup-bg border: 1px solid $theme-popup-border .theme:hover { background-color: $theme-hover } } }
.{unquote($theme-name)} { /* Inline code */ :not(pre) > .hljs { display: inline-block; vertical-align: middle; padding: 0.1em 0.3em; border-radius: 3px; } color: $fg background-color: $bg .sidebar { background-color: $sidebar-bg color: $sidebar-fg } .chapter li { color: $sidebar-non-existant a { color: $sidebar-fg } .active, a:hover { /* Animate color change */ color: $sidebar-active } } .chapter .spacer { background-color: $sidebar-spacer } .menu-bar, .nav-chapters, .mobile-nav-chapters { color: $icons } .menu-bar i:hover, .nav-chapters:hover, .mobile-nav-chapters i:hover { color: $icons-hover } .mobile-nav-chapters i:hover { color: $sidebar-fg } .mobile-nav-chapters { background-color: $sidebar-bg } .content a:link { color: $links } .theme-popup { background: $theme-popup-bg border: 1px solid $theme-popup-border .theme:hover { background-color: $theme-hover } } }
Update .styl file. Ran the compile and it results in exactly what I did by hand, d'oh.
Update .styl file. Ran the compile and it results in exactly what I did by hand, d'oh.
Stylus
mpl-2.0
superstring/mdBook,petehayes102/mdBook,azerupi/mdBook,petehayes102/mdBook,azerupi/mdBook,superstring/mdBook,petehayes102/mdBook,petehayes102/mdBook,azerupi/mdBook,superstring/mdBook,azerupi/mdBook,superstring/mdBook