MediaWiki:Common.css: Difference between revisions
From UtubeTrollPedia
No edit summary |
No edit summary |
||
| Line 113: | Line 113: | ||
color:#666; | color:#666; | ||
} | |||
/* ========================================== | |||
Thumbnail Grid | |||
========================================== */ | |||
.uttp-thumb-grid{ | |||
display:flex; | |||
justify-content:space-between; | |||
flex-wrap:wrap; | |||
gap:12px; | |||
} | |||
.uttp-thumb{ | |||
width:150px; | |||
text-align:center; | |||
font-size:13px; | |||
} | |||
.uttp-thumb img{ | |||
border:1px solid #999; | |||
background:white; | |||
padding:3px; | |||
} | |||
.uttp-thumb a{ | |||
color:#0033cc; | |||
text-decoration:none; | |||
font-weight:bold; | |||
} | |||
.uttp-thumb a:hover{ | |||
text-decoration:underline; | |||
} | |||
/* ========================================== | |||
Classic YouTube Boxes | |||
========================================== */ | |||
.uttp-featured, | |||
.uttp-main, | |||
.uttp-sidebar{ | |||
background:#fafafa; | |||
border:1px solid #b3b3b3; | |||
margin-bottom:15px; | |||
} | |||
.uttp-featured h2, | |||
.uttp-main h2, | |||
.uttp-sidebar h2{ | |||
margin:-10px -10px 10px -10px; | |||
padding:8px; | |||
background:#e5ecf9; | |||
border-bottom:1px solid #b3b3b3; | |||
font-size:16px; | |||
} | } | ||
Revision as of 15:10, 6 July 2026
/* =====================================================
UTubeTrollPolice Homepage
===================================================== */
.uttp-homepage{
width:980px;
margin:0 auto;
font-family:Arial,Helvetica,sans-serif;
background:#ffffff;
}
.uttp-header{
background:#ffffff;
border:1px solid #999;
padding:12px;
}
.uttp-toplinks{
text-align:right;
font-size:11px;
margin-bottom:10px;
}
.uttp-toplinks a{
color:#0033cc;
text-decoration:none;
}
.uttp-logo{
font-size:38px;
font-weight:bold;
color:#cc0000;
}
.uttp-logo .blue{
color:#0033cc;
}
.uttp-tagline{
color:#666;
font-size:13px;
margin-top:4px;
}
.uttp-search{
margin-top:15px;
}
.uttp-navigation{
margin-top:8px;
padding:8px;
background:#3366cc;
color:white;
border:1px solid #003399;
}
.uttp-navigation a{
color:white;
text-decoration:none;
margin-right:20px;
font-weight:bold;
}
.uttp-navigation a:hover{
text-decoration:underline;
}
/* ===========================================
Main Layout
=========================================== */
.uttp-body{
display:flex;
gap:15px;
margin-top:15px;
align-items:flex-start;
}
.uttp-left{
flex:1;
min-width:0;
}
.uttp-right{
width:260px;
}
.uttp-featured,
.uttp-main,
.uttp-sidebar{
background:#ffffff;
border:1px solid #999;
margin-bottom:15px;
padding:10px;
}
.uttp-footer{
margin-top:20px;
padding:12px;
border-top:2px solid #999;
text-align:center;
font-size:12px;
color:#666;
}
/* ==========================================
Thumbnail Grid
========================================== */
.uttp-thumb-grid{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:12px;
}
.uttp-thumb{
width:150px;
text-align:center;
font-size:13px;
}
.uttp-thumb img{
border:1px solid #999;
background:white;
padding:3px;
}
.uttp-thumb a{
color:#0033cc;
text-decoration:none;
font-weight:bold;
}
.uttp-thumb a:hover{
text-decoration:underline;
}
/* ==========================================
Classic YouTube Boxes
========================================== */
.uttp-featured,
.uttp-main,
.uttp-sidebar{
background:#fafafa;
border:1px solid #b3b3b3;
margin-bottom:15px;
}
.uttp-featured h2,
.uttp-main h2,
.uttp-sidebar h2{
margin:-10px -10px 10px -10px;
padding:8px;
background:#e5ecf9;
border-bottom:1px solid #b3b3b3;
font-size:16px;
}