MediaWiki:Gadget-cosmostweaks.css: Difference between revisions

reverted to before i tried making the rails different
test please work im begging tou
Line 1,236: Line 1,236:
/* ------------------------------------------- rail hiding -------------------------------------- */
/* ------------------------------------------- rail hiding -------------------------------------- */
#CosmosRailWrapper {
#CosmosRailWrapper {
width:340px;
width:240px;
/*^^^CS changed the value from 340px to this*/
margin-right:-40px;
margin-right:-40px;
transition: width 0.3s;
transition: width 0.3s;
Line 1,243: Line 1,244:
}
}
#CosmosRail {
#CosmosRail {
min-width:340px;
min-width:240px;
/*^^^CS changed the value from 340px to this*/
}
}
.cosmos-articleContainer:not(.ct-railshown) #CosmosRailWrapper {
.cosmos-articleContainer:not(.ct-railshown) #CosmosRailWrapper {
Line 1,253: Line 1,255:
#cosmos-pageBody-content {
#cosmos-pageBody-content {
transition: width 0.3s;
transition: width 0.3s;
width: calc(100%-220px);
/*CS added this line^^^*/
}
}
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {
.cosmos-articleContainer:not(.ct-railshown) #cosmos-pageBody-content {