Template:Shortcut/styles.css: Difference between revisions

    From Ban Covert Modeling! wiki
    (float right here)
     
    m (1 revision imported: Importing CS-1 templates and Template:Citation with the "include templates ticked")
     

    Latest revision as of 19:17, 6 December 2020

    /* {{pp-template}} */
    .module-shortcutboxplain {
    	float: right;
    	border: 1px solid #aaa;
    	background: #fff;
    	margin: 0 0 0 1em;
    	padding: 0.3em 0.6em 0.2em 0.6em;
    	text-align: center;
    	font-size: 85%;
    	font-weight: bold;
    }
    
    .module-shortcutlist {
    	display: inline-block;
    	border-bottom: 1px solid #aaa;
    	margin-bottom: 0.2em;
    	font-weight: normal;
    }
    
    .module-shortcutanchordiv {
    	position: relative;
    	top: -3em;
    }
    
    li .module-shortcutanchordiv {
    	float: right; /* IE/Edge in list items */
    }