MediaWiki:Common.css: Difference between revisions

From UtubeTrollPedia

No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* =====================================================
/* =====================================
   UTubeTrollPolice Homepage
   UTTP YouTube 2007 Style Homepage CSS
   ===================================================== */
   Base Layout
===================================== */
.utp-infobox{
    border:5px solid red !important;
    background:yellow !important;
}
 
/* FEATURED ARTICLE CONTAINER */
 
.uttp-feature-box {


.uttp-homepage{
     width:100%;
     width:980px;
     border:1px solid #cccccc;
    margin:0 auto;
     font-family:Arial,Helvetica,sans-serif;
     background:#ffffff;
     background:#ffffff;
    margin-bottom:20px;
}
}


.uttp-header{
 
     background:#ffffff;
.uttp-feature-header {
     border:1px solid #999;
 
     padding:12px;
     background:#eeeeee;
     border-bottom:1px solid #cccccc;
    font-size:16px;
    font-weight:bold;
     padding:6px;
 
}
}


.uttp-toplinks{
 
     text-align:right;
.uttp-feature-tabs {
     font-size:11px;
 
     margin-bottom:10px;
     background:#f5f5f5;
     border-bottom:1px solid #cccccc;
     padding:5px;
 
}
}


.uttp-toplinks a{
 
     color:#0033cc;
.uttp-feature-tabs span {
     text-decoration:none;
 
    display:inline-block;
    padding:5px 12px;
     border:1px solid #cccccc;
     background:#dddddd;
    font-size:12px;
 
}
}


.uttp-logo{
 
     font-size:38px;
.uttp-tab-active {
 
     background:white !important;
     font-weight:bold;
     font-weight:bold;
    color:#cc0000;
 
}
}


.uttp-logo .blue{
 
     color:#0033cc;
.uttp-feature-content {
 
    padding:0 10px;
 
}
 
 
 
/* =====================================
  ARTICLE CARD
===================================== */
 
 
.uttp-video {
 
    display:grid;
    grid-template-columns:130px 1fr 120px;
    gap:10px;
 
     padding:10px 0;
 
    border-bottom:1px dotted #999999;
 
}
}


.uttp-tagline{
 
     color:#666;
 
     font-size:13px;
.uttp-video-thumb {
    margin-top:4px;
 
     position:relative;
 
     width:120px;
 
}
}


.uttp-search{
 
     margin-top:15px;
 
.uttp-video-thumb img {
 
    width:120px;
     height:90px;
 
    border:1px solid #777777;
 
}
}


.uttp-navigation{


    display:flex;


    align-items:center;
.uttp-runtime {


     gap:8px;
     position:absolute;


     background:linear-gradient(#6fa7ff,#2d5fc0);
     bottom:3px;
    right:3px;


     padding:10px;
     background:black;
    color:white;


     border:1px solid #1b4599;
     font-size:10px;


     border-radius:5px;
     padding:2px 4px;


}
}


.uttp-navigation a{


    display:inline-block;


    color:white;
.uttp-video-title {


    font-size:14px;
     font-weight:bold;
     font-weight:bold;


}
.uttp-video-title a {
    color:#0033cc;
     text-decoration:none;
     text-decoration:none;


     padding:6px 12px;
}
 
 
 
.uttp-video-description {
 
     font-size:12px;
 
    margin-top:5px;


}
}


/* ===========================================
  Main Layout
  =========================================== */


.uttp-body{
 
     display:flex;
.uttp-video-meta {
    gap:15px;
 
     margin-top:15px;
     font-size:11px;
     align-items:flex-start;
 
     margin-top:8px;
 
     color:#555555;
 
}
}


.uttp-left{
    flex:1;
    min-width:0;
}


.uttp-right{
 
     width:260px;
.uttp-video-time {
 
    font-size:11px;
 
     color:#777777;
 
}
}


.uttp-featured,
.uttp-main,
.uttp-sidebar{


    background:#ffffff;


    border:1px solid #999;
.uttp-video-right {


     margin-bottom:15px;
     text-align:right;


     padding:10px;
     font-size:12px;


}
}


.uttp-footer{


    margin-top:20px;


     padding:12px;
.uttp-video-views {
 
     font-size:14px;
    font-weight:bold;
 
}
 
 


    border-top:2px solid #999;
.uttp-video-stars {


     text-align:center;
     color:#ff5500;


     font-size:12px;
     font-size:16px;


     color:#666;
     margin:8px 0;


}
}


/* ==========================================
  Thumbnail Grid
  ========================================== */


.uttp-thumb-grid{


display:flex;
/* =====================================
  PROMOTED HORIZONTAL ROW
===================================== */
 


justify-content:space-around;
.uttp-promoted-grid {


flex-wrap:wrap;
    display:flex;


gap:25px;
    gap:12px;


}
}


.uttp-thumb{


width:170px;


text-align:center;
.uttp-promoted-card {
 
    width:130px;
 
    text-align:center;


}
}


/* ==========================================
  Classic YouTube Boxes
  ========================================== */
.uttp-thumb-grid{


display:flex;


justify-content:space-around;
.uttp-promoted-card img {
 
    width:120px;


flex-wrap:wrap;
    height:90px;


gap:25px;
    border:1px solid #777777;


}
}


.uttp-thumb{


width:170px;


text-align:center;
.uttp-promoted-title {
 
    font-size:11px;
 
    font-weight:bold;


}
}


/* ==========================================
  Sidebar
  ========================================== */


.uttp-sidebar ul{
 
     margin:0;
.uttp-promoted-author {
     padding-left:18px;
 
     font-size:10px;
 
     color:#555555;
 
}
}


.uttp-sidebar li{
 
     margin:6px 0;
 
/* =====================================
  HOME PAGE TWO COLUMN
===================================== */
 
 
.uttp-homepage {
 
     display:grid;
 
    grid-template-columns:1fr 280px;
 
    gap:15px;
 
}
}


.uttp-sidebar a{
 
     color:#0033cc;
.uttp-sidebar {
     text-decoration:none;
 
     border:1px solid #cccccc;
 
     padding:10px;
 
    background:#ffffff;
 
}
}


.uttp-sidebar a:hover{
/* ==================================
    text-decoration:underline;
   TOP HORIZONTAL ARTICLE CARDS
}
================================== */
/* ======================================
 
   HEADER
 
====================================== */
.uttp-top-grid {
 
    display:flex;


.uttp-header{
    flex-direction:row;


background:#ffffff;
    gap:12px;


border:1px solid #b3b3b3;
    width:100%;


padding:12px;
    overflow:hidden;


margin-bottom:10px;
    margin-bottom:15px;


}
}


.uttp-topbar{


text-align:right;


font-size:11px;
.uttp-top-card {
 
    width:150px;
 
    height:130px;
 
    border:1px solid #cccccc;
 
    background:#ffffff;
 
    padding:5px;


margin-bottom:15px;
    text-align:center;


}
}


.uttp-userlinks a{


color:#0033cc;


text-decoration:none;
.uttp-top-card img {


margin-left:6px;
    width:120px;
 
    height:80px;
 
    object-fit:cover;


}
}


.uttp-header-main{


display:flex;


justify-content:space-between;
.uttp-top-title {
 
    font-size:12px;


align-items:center;
    font-weight:bold;


}
}


.uttp-logo-title{


font-size:42px;


font-weight:bold;
.uttp-top-author {


line-height:40px;
    font-size:10px;
 
    color:#555;


}
}


.logo-red{
.ut-homepage{
    max-width:1200px;
    margin:20px auto;
    font-family:Verdana,Arial,sans-serif;
}


color:#cc0000;
.ut-comingsoon{
    background:#ffffdd;
    border:1px solid #e2d48a;
    padding:15px;
    margin-bottom:20px;
}


.ut-placeholder{
    background:#ffffff;
    border:1px solid #cccccc;
    padding:15px;
}
}
/* Minimal wiki article styling */
#content {
    background:white;


.logo-blue{
    border:1px solid #ccc;


color:#0033cc;
    padding:20px;


}
}


.uttp-logo-tagline{


font-size:13px;
#firstHeading {
 
    font-size:28px;
 
    color:#333;


color:#666;
    border-bottom:1px solid #ccc;


margin-top:3px;
    padding-bottom:8px;


}
}


.uttp-search-area{


display:flex;
.mw-body-content {


align-items:center;
    font-size:14px;


gap:6px;
    line-height:1.6;


}
}


.uttp-searchbox{


width:340px;
.mw-category {


padding:6px;
    border-top:1px solid #ccc;


font-size:14px;
    padding-top:10px;


border:1px solid #999;
}
.page-Main_Page h1 {
    display: none;
}


#left-column,
#sidebar,
#navigation,
.monaco-sidebar {
    display: none !important;
}
}


.uttp-searchbutton{
#widget_sidebar {
    display: none !important;
}


padding:6px 15px;
.left_sidebar {
    display: none !important;
}


border:1px solid #666;
.sidebar {
    display: none !important;
}


background:#efefef;
/*=========================================================


cursor:pointer;
    UTubeTrollPedia Infobox Framework


}
=========================================================*/
/*=========================================================
  UTubeTrollPedia Infobox System
  Retro YouTube / Web 2.0 Style
=========================================================*/


.uttp-searchbutton:hover{


background:#dddddd;
/*=========================================================
  MAIN INFOBOX
=========================================================*/


}
.utp-infobox {
/* ================================
  Retro Links
================================ */


.uttp-homepage a{
    float: right;


color:#0033cc;
    clear: right;


text-decoration:none;
    width: 300px;


}
    margin: 0 0 20px 20px;


.uttp-homepage a:hover{
    background: #ffffff;


text-decoration:underline;
    border: 1px solid #999999;


}
    font-family: Arial, Helvetica, sans-serif;


.uttp-main{
    font-size: 12px;


line-height:1.6em;
    color: #222222;


font-size:14px;
    box-shadow:
        0 2px 5px rgba(0,0,0,0.20);


}
}


.uttp-main h2{


color:#003399;
/*=========================================================
  BLUE YOUTUBE NAVIGATION HEADER
=========================================================*/


}
.utp-header-blue {


.uttp-main h3{
    padding: 8px;


margin-top:18px;
    text-align: center;


color:#444;
    font-size: 15px;


border-bottom:1px solid #ddd;
    font-weight: bold;


padding-bottom:4px;
    color: #003366;


}
    background:


.uttp-navigation{
        linear-gradient(
            #d7ebff,
            #9bc8f5,
            #6da8e6
        );


background:linear-gradient(#5f9dfd,#2b63c6);
    border-bottom: 1px solid #4b82bd;


border-radius:4px;
    text-shadow:
        0 1px 0 white;


}
}


.uttp-navigation a{


padding:6px 12px;
/*=========================================================
  GOLD YOUTUBE UPLOAD BUTTON HEADER
=========================================================*/


display:inline-block;
.utp-header-gold {


}
    padding: 8px;


.uttp-navigation a:hover{
    text-align: center;


background:rgba(255,255,255,.18);
    font-size: 15px;


border-radius:3px;
    font-weight: bold;


}
    color: #663d00;
/* ===============================
  YouTube Style Boxes
================================ */


.uttp-box{
    background:


background:white;
        linear-gradient(
            #fff3a8,
            #ffd65a,
            #e9a900
        );


border:1px solid #b3b3b3;
    border-bottom:1px solid #c18b00;


margin-bottom:15px;
    text-shadow:
        0 1px 0 white;


}
}


.uttp-box h2{


margin:0;
/*=========================================================
  IMAGE AREA
=========================================================*/


padding:8px;
.utp-image {


font-size:15px;
    padding: 10px;


background:linear-gradient(#f7f7f7,#e4e4e4);
    text-align:center;


border-bottom:1px solid #b3b3b3;
    background:#f5f5f5;


}
}


.uttp-box{


padding:10px;
.utp-image img {


}
    max-width:260px;
.uttp-thumb{
 
    height:auto;


width:160px;
    padding:3px;


text-align:center;
    background:white;


padding:6px;
    border:1px solid #777777;


}
}


.uttp-thumb img{


padding:4px;
/*=========================================================
  IMAGE CAPTION
=========================================================*/
 
.utp-caption {
 
    text-align:center;


background:white;
    padding:5px;


border:1px solid #999;
    font-size:11px;


box-shadow:0 1px 2px rgba(0,0,0,.2);
    color:#555555;


}
}


.uttp-thumb a{


font-weight:bold;
/*=========================================================
  TABLE
=========================================================*/


font-size:13px;
.utp-table {


color:#0033cc;
    width:100%;


text-decoration:none;
    border-collapse:collapse;


}
}
/* Hide TOC on Main Page */


.page-Main_Page #toc,
.page-Main_Page .toc {
    display: none;
}
.page-Main_Page .mw-editsection{
    display:none;
}


.page-Main_Page #toc,
/*=========================================================
.page-Main_Page .toc{
  LABEL COLUMN
    display:none;
=========================================================*/
}
 
.utp-table th {


/* ================================
    width:105px;
  Article Card
================================ */


/* ==========================================
    padding:6px;
  YouTube 2007 Article Row
========================================== */


.uttp-video{
    text-align:left;


display:flex;
    vertical-align:top;


align-items:flex-start;
    font-weight:bold;


padding:12px;
    color:#222222;


border-bottom:1px dotted #999;
    background:#eef6ff;


background:#fff;
    border-top:1px solid #d5d5d5;


}
}


.uttp-video:hover{


background:#f7f7f7;
/*=========================================================
  VALUE COLUMN
=========================================================*/
 
.utp-table td {
 
    padding:6px;
 
    vertical-align:top;
 
    background:#ffffff;
 
    border-top:1px solid #dddddd;


}
}


.uttp-video-thumb{


width:140px;
/*=========================================================
  ALTERNATING ROWS
=========================================================*/


position:relative;
.utp-table tr:nth-child(even) td {


flex-shrink:0;
    background:#fafcff;


}
}


.uttp-video-thumb img{


width:120px;
/*=========================================================
  LINKS
=========================================================*/
 
.utp-infobox a {


height:90px;
    color:#003399;


border:1px solid #777;
    text-decoration:none;


padding:2px;
}


background:white;
 
.utp-infobox a:hover {
 
    text-decoration:underline;


}
}


.uttp-runtime{


position:absolute;
/*=========================================================
  SECTION HEADERS
=========================================================*/


bottom:5px;
.utp-section {


right:15px;
    text-align:center;
 
    font-weight:bold;


background:black;
    padding:6px;


color:white;
    color:#003366;


font-size:11px;
    background:


padding:2px 5px;
        linear-gradient(
            #edf7ff,
            #cfe6fa
        );


font-weight:bold;
    border-top:1px solid #a9c7e5;
 
    border-bottom:1px solid #a9c7e5;


}
}


.uttp-video-info{


flex:1;
/*=========================================================
  FOOTER
=========================================================*/
 
.utp-footer {
 
    padding:8px;
 
    text-align:center;
 
    background:#eeeeee;
 
    border-top:1px solid #cccccc;


padding-left:15px;
    font-size:11px;


}
}


.uttp-video-title{


font-size:23px;
/*=========================================================
  TAGS
=========================================================*/
 
.utp-tag {
 
    display:inline-block;
 
    padding:3px 7px;
 
    margin:2px;
 
    background:
 
        linear-gradient(
            #ffffff,
            #dcecff
        );
 
    border:1px solid #9bb8d8;


font-weight:bold;
    color:#003399;


margin-bottom:6px;
    font-size:11px;


}
}


.uttp-video-title a{


color:#0033cc;
/*=========================================================
  BADGES
=========================================================*/
 
.utp-badge {


text-decoration:none;
    display:inline-block;


}
    padding:3px 8px;


.uttp-video-title a:hover{
    font-weight:bold;


text-decoration:underline;
    font-size:11px;


}
}


.uttp-video-description{


font-size:14px;
.utp-badge-blue {


line-height:1.5;
    color:white;


margin-bottom:10px;
    background:#4d91d8;


}
}


.uttp-video-meta{


font-size:12px;
.utp-badge-gold {


color:#666;
    color:#663d00;


margin-bottom:6px;
    background:#ffd45a;


}
}


.uttp-video-time{


font-size:12px;
.utp-badge-green {


color:#888;
    color:white;
 
    background:#55a855;


}
}


.uttp-video-stats{


width:165px;
/*=========================================================
  BUTTONS
=========================================================*/


text-align:right;
.utp-button {


font-size:13px;
    display:inline-block;


}
    padding:5px 12px;
 
    margin:3px;
 
    color:#222222 !important;


.uttp-views{
    font-weight:bold;


font-size:18px;
    background:


font-weight:bold;
        linear-gradient(
            #ffffff,
            #dddddd
        );


margin:6px 0;
    border:1px solid #999999;


}
}


.uttp-stars{


color:#ff3300;
.utp-button:hover {


font-size:18px;
    background:


margin-bottom:8px;
        linear-gradient(
            #ffffff,
            #bbbbbb
        );


}
}


.uttp-more a{


font-size:13px;
/*=========================================================
  MOBILE
=========================================================*/
 
@media(max-width:800px){
 
    .utp-infobox {
 
        float:none;


font-weight:bold;
        width:100%;


color:#0033cc;
        margin:15px 0;


text-decoration:none;
    }


}
}
/* ==========================================================
  FEATURED ARTICLES — force thumbnail + text side-by-side
  Append this AFTER all other CSS so it wins the cascade.
  ========================================================== */


/* =======================================
.ytp-feature-video{
  Tabs
======================================= */


.uttp-tabs{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    flex-wrap:nowrap !important;


display:flex;
    width:100% !important;
    box-sizing:border-box !important;


border-bottom:1px solid #ccc;
    padding:12px !important;
    border-bottom:1px dashed #aaa !important;


margin-bottom:15px;
    overflow:visible !important;


}
}


.uttp-tab{
.ytp-feature-thumb{
 
    display:block !important;


padding:8px 18px;
    width:150px !important;
    height:100px !important;


background:#f2f2f2;
    min-width:150px !important;
    max-width:150px !important;


border:1px solid #ccc;
    flex:0 0 150px !important;


border-bottom:none;
    overflow:hidden !important;
    margin:0 !important;


margin-right:3px;
}


font-size:13px;
.ytp-feature-thumb img,
.ytp-feature-image{


font-weight:bold;
    width:150px !important;
    height:100px !important;
    max-width:150px !important;
    max-height:100px !important;


cursor:pointer;
    object-fit:cover !important;
    display:block !important;


}
}


.uttp-tab-active{
.ytp-feature-info{
 
    display:block !important;
 
    flex:1 1 auto !important;
    min-width:0 !important;
 
    padding-left:12px !important;
    box-sizing:border-box !important;
 
}


background:white;
.ytp-feature-info h3,
.ytp-feature-info p{


border-top:3px solid #cc0000;
    margin:0 0 6px !important;


}
}

Latest revision as of 23:00, 14 July 2026

/* =====================================
   UTTP YouTube 2007 Style Homepage CSS
   Base Layout
===================================== */
.utp-infobox{
    border:5px solid red !important;
    background:yellow !important;
}

/* FEATURED ARTICLE CONTAINER */

.uttp-feature-box {

    width:100%;
    border:1px solid #cccccc;
    background:#ffffff;
    margin-bottom:20px;

}


.uttp-feature-header {

    background:#eeeeee;
    border-bottom:1px solid #cccccc;
    font-size:16px;
    font-weight:bold;
    padding:6px;

}


.uttp-feature-tabs {

    background:#f5f5f5;
    border-bottom:1px solid #cccccc;
    padding:5px;

}


.uttp-feature-tabs span {

    display:inline-block;
    padding:5px 12px;
    border:1px solid #cccccc;
    background:#dddddd;
    font-size:12px;

}


.uttp-tab-active {

    background:white !important;
    font-weight:bold;

}


.uttp-feature-content {

    padding:0 10px;

}



/* =====================================
   ARTICLE CARD
===================================== */


.uttp-video {

    display:grid;
    grid-template-columns:130px 1fr 120px;
    gap:10px;

    padding:10px 0;

    border-bottom:1px dotted #999999;

}



.uttp-video-thumb {

    position:relative;

    width:120px;

}



.uttp-video-thumb img {

    width:120px;
    height:90px;

    border:1px solid #777777;

}



.uttp-runtime {

    position:absolute;

    bottom:3px;
    right:3px;

    background:black;
    color:white;

    font-size:10px;

    padding:2px 4px;

}



.uttp-video-title {

    font-size:14px;
    font-weight:bold;

}



.uttp-video-title a {

    color:#0033cc;
    text-decoration:none;

}



.uttp-video-description {

    font-size:12px;

    margin-top:5px;

}



.uttp-video-meta {

    font-size:11px;

    margin-top:8px;

    color:#555555;

}



.uttp-video-time {

    font-size:11px;

    color:#777777;

}



.uttp-video-right {

    text-align:right;

    font-size:12px;

}



.uttp-video-views {

    font-size:14px;
    font-weight:bold;

}



.uttp-video-stars {

    color:#ff5500;

    font-size:16px;

    margin:8px 0;

}



/* =====================================
   PROMOTED HORIZONTAL ROW
===================================== */


.uttp-promoted-grid {

    display:flex;

    gap:12px;

}



.uttp-promoted-card {

    width:130px;

    text-align:center;

}



.uttp-promoted-card img {

    width:120px;

    height:90px;

    border:1px solid #777777;

}



.uttp-promoted-title {

    font-size:11px;

    font-weight:bold;

}



.uttp-promoted-author {

    font-size:10px;

    color:#555555;

}



/* =====================================
   HOME PAGE TWO COLUMN
===================================== */


.uttp-homepage {

    display:grid;

    grid-template-columns:1fr 280px;

    gap:15px;

}


.uttp-sidebar {

    border:1px solid #cccccc;

    padding:10px;

    background:#ffffff;

}

/* ==================================
   TOP HORIZONTAL ARTICLE CARDS
================================== */


.uttp-top-grid {

    display:flex;

    flex-direction:row;

    gap:12px;

    width:100%;

    overflow:hidden;

    margin-bottom:15px;

}



.uttp-top-card {

    width:150px;

    height:130px;

    border:1px solid #cccccc;

    background:#ffffff;

    padding:5px;

    text-align:center;

}



.uttp-top-card img {

    width:120px;

    height:80px;

    object-fit:cover;

}



.uttp-top-title {

    font-size:12px;

    font-weight:bold;

}



.uttp-top-author {

    font-size:10px;

    color:#555;

}

.ut-homepage{
    max-width:1200px;
    margin:20px auto;
    font-family:Verdana,Arial,sans-serif;
}

.ut-comingsoon{
    background:#ffffdd;
    border:1px solid #e2d48a;
    padding:15px;
    margin-bottom:20px;
}

.ut-placeholder{
    background:#ffffff;
    border:1px solid #cccccc;
    padding:15px;
}
/* Minimal wiki article styling */

#content {

    background:white;

    border:1px solid #ccc;

    padding:20px;

}


#firstHeading {

    font-size:28px;

    color:#333;

    border-bottom:1px solid #ccc;

    padding-bottom:8px;

}


.mw-body-content {

    font-size:14px;

    line-height:1.6;

}


.mw-category {

    border-top:1px solid #ccc;

    padding-top:10px;

}
.page-Main_Page h1 {
    display: none;
}

#left-column,
#sidebar,
#navigation,
.monaco-sidebar {
    display: none !important;
}

#widget_sidebar {
    display: none !important;
}

.left_sidebar {
    display: none !important;
}

.sidebar {
    display: none !important;
}

/*=========================================================

    UTubeTrollPedia Infobox Framework

=========================================================*/
/*=========================================================
   UTubeTrollPedia Infobox System
   Retro YouTube / Web 2.0 Style
=========================================================*/


/*=========================================================
   MAIN INFOBOX
=========================================================*/

.utp-infobox {

    float: right;

    clear: right;

    width: 300px;

    margin: 0 0 20px 20px;

    background: #ffffff;

    border: 1px solid #999999;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #222222;

    box-shadow:
        0 2px 5px rgba(0,0,0,0.20);

}


/*=========================================================
   BLUE YOUTUBE NAVIGATION HEADER
=========================================================*/

.utp-header-blue {

    padding: 8px;

    text-align: center;

    font-size: 15px;

    font-weight: bold;

    color: #003366;

    background:

        linear-gradient(
            #d7ebff,
            #9bc8f5,
            #6da8e6
        );

    border-bottom: 1px solid #4b82bd;

    text-shadow:
        0 1px 0 white;

}


/*=========================================================
   GOLD YOUTUBE UPLOAD BUTTON HEADER
=========================================================*/

.utp-header-gold {

    padding: 8px;

    text-align: center;

    font-size: 15px;

    font-weight: bold;

    color: #663d00;

    background:

        linear-gradient(
            #fff3a8,
            #ffd65a,
            #e9a900
        );

    border-bottom:1px solid #c18b00;

    text-shadow:
        0 1px 0 white;

}


/*=========================================================
   IMAGE AREA
=========================================================*/

.utp-image {

    padding: 10px;

    text-align:center;

    background:#f5f5f5;

}


.utp-image img {

    max-width:260px;

    height:auto;

    padding:3px;

    background:white;

    border:1px solid #777777;

}


/*=========================================================
   IMAGE CAPTION
=========================================================*/

.utp-caption {

    text-align:center;

    padding:5px;

    font-size:11px;

    color:#555555;

}


/*=========================================================
   TABLE
=========================================================*/

.utp-table {

    width:100%;

    border-collapse:collapse;

}


/*=========================================================
   LABEL COLUMN
=========================================================*/

.utp-table th {

    width:105px;

    padding:6px;

    text-align:left;

    vertical-align:top;

    font-weight:bold;

    color:#222222;

    background:#eef6ff;

    border-top:1px solid #d5d5d5;

}


/*=========================================================
   VALUE COLUMN
=========================================================*/

.utp-table td {

    padding:6px;

    vertical-align:top;

    background:#ffffff;

    border-top:1px solid #dddddd;

}


/*=========================================================
   ALTERNATING ROWS
=========================================================*/

.utp-table tr:nth-child(even) td {

    background:#fafcff;

}


/*=========================================================
   LINKS
=========================================================*/

.utp-infobox a {

    color:#003399;

    text-decoration:none;

}


.utp-infobox a:hover {

    text-decoration:underline;

}


/*=========================================================
   SECTION HEADERS
=========================================================*/

.utp-section {

    text-align:center;

    font-weight:bold;

    padding:6px;

    color:#003366;

    background:

        linear-gradient(
            #edf7ff,
            #cfe6fa
        );

    border-top:1px solid #a9c7e5;

    border-bottom:1px solid #a9c7e5;

}


/*=========================================================
   FOOTER
=========================================================*/

.utp-footer {

    padding:8px;

    text-align:center;

    background:#eeeeee;

    border-top:1px solid #cccccc;

    font-size:11px;

}


/*=========================================================
   TAGS
=========================================================*/

.utp-tag {

    display:inline-block;

    padding:3px 7px;

    margin:2px;

    background:

        linear-gradient(
            #ffffff,
            #dcecff
        );

    border:1px solid #9bb8d8;

    color:#003399;

    font-size:11px;

}


/*=========================================================
   BADGES
=========================================================*/

.utp-badge {

    display:inline-block;

    padding:3px 8px;

    font-weight:bold;

    font-size:11px;

}


.utp-badge-blue {

    color:white;

    background:#4d91d8;

}


.utp-badge-gold {

    color:#663d00;

    background:#ffd45a;

}


.utp-badge-green {

    color:white;

    background:#55a855;

}


/*=========================================================
   BUTTONS
=========================================================*/

.utp-button {

    display:inline-block;

    padding:5px 12px;

    margin:3px;

    color:#222222 !important;

    font-weight:bold;

    background:

        linear-gradient(
            #ffffff,
            #dddddd
        );

    border:1px solid #999999;

}


.utp-button:hover {

    background:

        linear-gradient(
            #ffffff,
            #bbbbbb
        );

}


/*=========================================================
   MOBILE
=========================================================*/

@media(max-width:800px){

    .utp-infobox {

        float:none;

        width:100%;

        margin:15px 0;

    }

}
/* ==========================================================
   FEATURED ARTICLES — force thumbnail + text side-by-side
   Append this AFTER all other CSS so it wins the cascade.
   ========================================================== */

.ytp-feature-video{

    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    flex-wrap:nowrap !important;

    width:100% !important;
    box-sizing:border-box !important;

    padding:12px !important;
    border-bottom:1px dashed #aaa !important;

    overflow:visible !important;

}

.ytp-feature-thumb{

    display:block !important;

    width:150px !important;
    height:100px !important;

    min-width:150px !important;
    max-width:150px !important;

    flex:0 0 150px !important;

    overflow:hidden !important;
    margin:0 !important;

}

.ytp-feature-thumb img,
.ytp-feature-image{

    width:150px !important;
    height:100px !important;
    max-width:150px !important;
    max-height:100px !important;

    object-fit:cover !important;
    display:block !important;

}

.ytp-feature-info{

    display:block !important;

    flex:1 1 auto !important;
    min-width:0 !important;

    padding-left:12px !important;
    box-sizing:border-box !important;

}

.ytp-feature-info h3,
.ytp-feature-info p{

    margin:0 0 6px !important;

}