Template:Sharebutton/styles.css: Difference between revisions
Appearance
	
	
mNo edit summary Tag: Manual revert  | 
				mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
.sharearticle_top {  | |||
	float:right;  | 	float:right;  | ||
	border: 1px solid #c2c2c2;  | 	border: 1px solid #c2c2c2;  | ||
	width:  | 	width:300px;  | ||
	height: auto;  | 	height: auto;  | ||
	background: #f6f6f6;  | 	background: #f6f6f6;  | ||
	margin-bottom:  | 	margin-bottom:3px;  | ||
	text-align: center;  | 	text-align: center;  | ||
	padding-top:  | 	padding-top:4px;  | ||
	padding-bottom:  | 	padding-bottom:5px;  | ||
}  | }  | ||
@media only screen and (max-width: 600px) {  | @media only screen and (max-width: 600px) {  | ||
   .sharearticle_top {  | |||
     width:100%;  |      width:100%;  | ||
   }  |    }  | ||
}  | |||
@media screen {  | |||
	html.skin-theme-clientpref-night .sharearticle_top {  | |||
		background-color: #383838;  | |||
		color: #ace;  | |||
	}  | |||
	html.skin-theme-clientpref-night .sharearticle_top {  | |||
		background-color: black;  | |||
		color: white;  | |||
	}  | |||
}  | }  | ||
Revision as of 17:47, 4 February 2025
.sharearticle_top {
	float:right;
	border: 1px solid #c2c2c2;
	width:300px;
	height: auto;
	background: #f6f6f6;
	margin-bottom:3px;
	text-align: center;
	padding-top:4px;
	padding-bottom:5px;
}
@media only screen and (max-width: 600px) {
  .sharearticle_top {
    width:100%;
  }
}
@media screen {
	html.skin-theme-clientpref-night .sharearticle_top {
		background-color: #383838;
		color: #ace;
	}
	html.skin-theme-clientpref-night .sharearticle_top {
		background-color: black;
		color: white;
	}
}