Template:Template for discussion/styles.css: Difference between revisions

    From WikiPasokh
    (use 22em for width to match what's being nominated instead of sticking out awkwardly)
     
    m (1 revision imported)
     

    Latest revision as of 17:27, 23 November 2024

    /* {{pp-template|small=yes}} */
    /* See [[Template:Tfd/dated]] and [[Template:Tfm/dated]] */
    .tfd-dated {
    	font-size: 85%;
    }
    
    .tfd-default {
    	border-bottom: 1px solid var(--border-color-base, #a2a9b1);
    	clear: both;
    	text-align: center;
    }
    
    .tfd-tiny {
    	font-weight: bold;
    }
    
    .tfd-inline {
    	border: 1px solid var(--border-color-base, #a2a9b1);
    }
    
    .tfd-sidebar {
    	border-bottom: 1px solid var(--border-color-base, #a2a9b1);
    	text-align: center;
    	position: relative;
    }
    
    @media (min-width: 640px) {
    	.tfd-sidebar {
    		clear: right;
    		float: right;
    		width: 22em;
    	}
    }