MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(89 intermediate revisions by 2 users not shown)
Line 16: Line 16:
   font-weight: 400;
   font-weight: 400;
   src: local('Roboto'), local('Roboto-Regular'),
   src: local('Roboto'), local('Roboto-Regular'),
       url('https://www.beds24.com/include/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://beds24.com/include/fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('https://www.beds24.com/include/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('https://beds24.com/include/fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
}


Line 92: Line 92:
}
}


#simpleSearch {
border: 2px solid #019cde;
border-radius: 2rem;
height: 2em;
}
#simpleSearch #searchInput {
padding: 0.4em 0 0.4em 0.4em;
border: none;
font-size: 0.8rem;
}
.mw-body .firstHeading {
padding: 0 10px 0 10px;
  }


@media screen {
  .vector-menu-tabs-legacy li {
    background-image: none;
  }
}
#toc, .toc, .mw-warning, .toccolours {
#toc, .toc, .mw-warning, .toccolours {
background-color: transparent;
background-color: transparent;
Line 117: Line 137:
.heading{
.heading{
font-size: 1.8em;
font-size: 1.8em;
display: none;


}
}
Line 125: Line 146:
}
}


.shadow{
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) !important;
border-radius: 0.4rem;   
padding: 10px;
margin: 7px;
}
.summarybox{
background-color: #f7f7f7;
padding: 10px;
}
.summarybox p {
margin-bottom: 0.2rem;
}
.summarybox ul {
margin-bottom:1em;
}
.summarybox li {
margin-bottom: 0;
}
.bluebox{
background-color: #EFF9FD;
padding: 10px;
}


.rootpage-Main_Page .mw-headline-number{
.page-Main_Page .mw-headline-number{
display: none !important,
display: none !important;
}
}


Line 135: Line 184:
}
}


.mw-category-generated h3, .mw-category-generated p{
.mw-category-generated h3, #ca-nstab-category, .mw-category-generated p{
display: none;
display: none;
}
}


/*hide left tabs*/
#ca-nstab-category, #ca-nstab-main{
display: none;
}
/*Make discussion white*/
#ca-talk, #ca-talk a{
color: #ffffff !important}
/*Collapsible*/
.mw-collapsible{
.mw-collapsible{
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
.mw-collapsible-toggle{
float: left !important;
margin: 2px;
}
.mw-collapsible-toggle-default::before {
content: ' ';
}
.mw-collapsible-toggle-default::after {
content: '↓';
color: #4b77d6;
margin-left: 1px;
}
.mw-collapsible-toggle-expanded::after {
content: '↑';
color: #4b77d6;
margin-left: 1px;
}
}


.headline-collapse{
.headline-collapse{
border-radius: 0.8rem;
background-color: #f7f7f7;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
border: 1px solid #c7c7c7;
padding: 10px;
font-weight: bold;
padding: 2px;
margin: 0;
}
 
.headline-collapse p, .headline-collapse h1, .headline-collapse h2, .headline-collapse h3, .headline-collapse h4, .headline-collapse h5 {
margin: 0;
}
 
.headline-collapse h1, .headline-collapse h2, .headline-collapse h3, .headline-collapse h4, .headline-collapse h5 {
font-size:  1em;
padding-top: 3px;
}
}


.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
padding: 10px;
padding: 10px 10px 0 10px;
}
}


Line 159: Line 255:
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;      /* Internet Explorer 5.5+ */
word-wrap: break-word;      /* Internet Explorer 5.5+ */
border-radius: 0.8rem;
border-left: 2px solid #019cde;  
border: none !important;  /* for mobile */
border-top: none !important;  /* for mobile */
padding-left: 1em !important;  /* for mobile */
padding-bottom: none !important;  /* for mobile */
background-color: #caeaf8;
border-right: none !important;  /* for mobile */
background-color: #EFF9FD;
font-family: Roboto-Regular, sans-serif !important;
font-family: Roboto-Regular, sans-serif !important;
/*
/*
Line 173: Line 270:


.warning {
.warning {
background-color: #fe746c;  
background-color: #fee0dd;
color:#ffffff;  
border-left: 1px solid #fe746c;  
color: #fe746c;  
padding: 0.5rem;  
padding: 0.5rem;  
border-radius: 0.8rem;
line-height: 1.3;
line-height: 1.3;
font-size: 100%;
font-size: 100%;
}
.warning a, .warning a:visited {
color: #fe746c !important;
font-weight: bold !important;
}
.warning a:hover {
text-decoration: underline !important;
}
.warning ul {
list-style-image: none;
}
}


Line 224: Line 335:




#p-tb, .mw-search-formheader,  #p-namespaces, #footer-places-about {  
 
#p-tb, .mw-search-formheader,  #footer-places-about {  
display: none }
display: none }


Line 244: Line 356:
color: #019cde !important;
color: #019cde !important;
}
}
.shadow a, .shadow a:visited{
color: #112a49 !important;
}
.shadow a:hover {
color: #019cde !important;
}
#bodyContent .startbox a,  #bodyContent .startbox a:link,  #bodyContent .startbox  a:visited,  #bodyContent .startbox  a:active {
color: #019cdet;
}
#bodyContent .startbox a:hover {
color: #112a49;
}
.whitelink  {
color: #fff !important;
}
whitelink:visited {
color: #fff !important;
}


#bodyContent a:link,  a:visited, a:active {
#bodyContent a:link,  a:visited, a:active {
Line 416: Line 554:
.mw-jump-link {
.mw-jump-link {
display: none;
display: none;
}
video {
border: 3px solid #1a1a1a;
}
}


Line 464: Line 606:
}
}
   }
   }
.vector-search-box-input:focus {
  box-shadow: none !important;
}