Template:Hidden begin/styles.css: Difference between revisions

From Phuketer
imported>Jdlrobson
 
ABC local blank compatibility stylesheet
 
Line 1: Line 1:
/* {{pp-template}} */
/* ABC local blank compatibility style page for imported Wikipedia templates. */
.hidden-begin {
box-sizing: border-box;
width: 100%;
padding: 5px;
border: none;
font-size: 95%;
}
 
.hidden-title {
font-weight: bold;
line-height: 1.6;
text-align: left;
}
 
.hidden-content {
text-align: left;
}
 
/* [[phab:T360582]] */
@media all and ( max-width: 500px ) {
  .hidden-begin {
    width: auto !important;
    clear: none  !important;
    float: none !important;
  }
}

Latest revision as of 14:45, 16 June 2026

/* ABC local blank compatibility style page for imported Wikipedia templates. */