Aller au contenu

« Modèle:Compartir artículo/styles.css » : différence entre les versions

De WikiJournal
m A protégé « Modèle:Compartir artículo/styles.css » ([Modifier = Autoriser uniquement les administrateurs] (infini) [Renommer = Autoriser uniquement les administrateurs] (infini))
 
mAucun résumé des modifications
 
Ligne 1 : Ligne 1 :
#sharearticle_top {
.sharearticle_top {
float:right;
float:right;
border: 1px solid #c2c2c2;
border: 1px solid #c2c2c2;
width:292px;
width:300px;
height: auto;
height: auto;
background: #f6f6f6;
background: #f6f6f6;
margin-bottom:0px;
margin-bottom:3px;
text-align: center;
padding-top:4px;
padding-bottom:5px;
margin-left: 10px;
margin-left: 10px;
text-align: center;
padding-top:2px;
padding-bottom:2px;
margin-bottom: 3px;
}
.hiddenStructure {
display: none;
}
}


@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
   #sharearticle_top {
   .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;
}
}
}

Dernière version du 16 février 2025 à 14:57

.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;
	margin-left: 10px;
}

@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;
	}
}