User:Titanollante/common.css: Difference between revisions

From Wikizilla, the kaiju encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/*** This page includes my personal CSS styling to make Wikizilla more to my liking. ***/
/*** Personal CSS styling. ***/


/******************************/
/* Mientras tanto... */ @import url(index.php?action=raw&title=User:Titanollante/common.css/priv.css&ctype=text/css);
/*********** CHAT ************/
/****************************/
#mwchat-me {
    left: 70%;
}
#mwchat-users {
    width: 30%;
    left: 70%;
}


#mwchat-main {
/* Horizontal overflow = scroll */ .responsive-table {   overflow-x: auto !important; }
    width: 70%;
}


.responsive-table {  overflow-x: auto !important; }
/** End **/
/** End **/

Latest revision as of 22:04, 18 March 2024

/*** Personal CSS styling. ***/

/* Mientras tanto... */ @import url(index.php?action=raw&title=User:Titanollante/common.css/priv.css&ctype=text/css);

/* Horizontal overflow = scroll */ .responsive-table {   overflow-x: auto !important; }

/** End **/