MediaWiki:Common.css: Difference between revisions
From UtubeTrollPedia
Created page with "→======================================================= UTubeTrollPolice Retro Theme Version 1.0 =======================================================: html, body{ margin:0; padding:0; background:#e5ecf9; font-family:Verdana,Arial,sans-serif; font-size:12px; color:#222; } →Remove Vector spacing: #content, .mw-body, .vector-body{ background:white; border:1px solid #aaa; margin:15px; padding:15px; border-ra..." |
No edit summary |
||
| Line 1: | Line 1: | ||
#uttp-page{ | |||
width:1000px; | |||
margin:0 auto; | |||
background:#fff; | |||
} | |||
#uttp-header{ | |||
display:flex; | |||
justify-content:space-between; | |||
align-items:center; | |||
} | } | ||
#uttp-tabs{ | |||
display:flex; | |||
# | gap:15px; | ||
} | } | ||
#uttp-featured{ | |||
display:flex; | |||
gap:10px; | |||
flex-wrap:wrap; | |||
} | } | ||
#uttp-main{ | |||
display:flex; | |||
align-items:flex-start; | |||
gap:20px; | |||
} | } | ||
#uttp-content{ | |||
flex:1; | |||
min-width:0; | |||
} | } | ||
#uttp-sidebar{ | |||
width:260px; | |||
flex-shrink:0; | |||
} | } | ||
#uttp-search input{ | |||
width:300px; | |||
} | } | ||
img{ | |||
max-width:100%; | |||
height:auto; | |||
} | } | ||
Revision as of 14:07, 6 July 2026
#uttp-page{
width:1000px;
margin:0 auto;
background:#fff;
}
#uttp-header{
display:flex;
justify-content:space-between;
align-items:center;
}
#uttp-tabs{
display:flex;
gap:15px;
}
#uttp-featured{
display:flex;
gap:10px;
flex-wrap:wrap;
}
#uttp-main{
display:flex;
align-items:flex-start;
gap:20px;
}
#uttp-content{
flex:1;
min-width:0;
}
#uttp-sidebar{
width:260px;
flex-shrink:0;
}
#uttp-search input{
width:300px;
}
img{
max-width:100%;
height:auto;
}