parici.Sopra.Steria.CSS

amelioration de l'affichage pleiades -

目前為 2020-01-15 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           parici.Sopra.Steria.CSS
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description   amelioration de l'affichage pleiades - 
@author         CoStiC
==/UserStyle== */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
@-moz-document domain("parici.soprasteria.com") {
	* {
		font-family: 'Roboto';
	}

    ::-webkit-scrollbar {
        width: 6px;
    }

    ::-webkit-scrollbar-thumb {
        /*background: #666;*/
        background: linear-gradient(to right, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
        border-radius: 3px;
    }
    ::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 3px;
        box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .25);
    }
	
	.cellDay.cellulePlanning {
		height: 58px !important;
		vertical-align: auto;
		position: relative;
	}
	
	.dayName {
		position: absolute;
		width: 100%;
		background: #FFF;
		top: 0;
		font-weight: bold;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
		background: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,1))
	}
	
	.samedi, .dimanche {
		background: repeating-linear-gradient(-45deg,transparent,transparent 2px,#ccc 5px,#ccc 5px)
	}

}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址