Użytkownik:PiotrekD/common.css

< Użytkownik:PiotrekD(Różnice między wersjami)

Strona działa w trybie archiwalnym. Jest tylko do odczytu!

(Utworzył nową stronę „table.changes td.title { max-width: 200px; } table.changes td.comment { max-width: 300px; }”)
 
 
(Nie pokazano 2 wersji utworzonych przez jednego użytkownika)
Linia 1: Linia 1:
table.changes td.title { max-width: 200px; }
+
table.changes td.title { max-width: 200px !important; }
  
table.changes td.comment { max-width: 300px; }
+
table.changes td.comment { max-width: 300px !important; }
 +
 
 +
/*** Szablon osiągnięcia z CS:S ***/
 +
table.osiagniecie-css {
 +
  background-color: #4e4e4e;
 +
  border: solid 1px #9ec34f;
 +
  padding-right: 3px;
 +
  height: 64px !imporant;
 +
}
 +
table.osiagniecie-css img {
 +
  display: block;
 +
}
 +
 
 +
/*** {{cytat}} **/
 +
.cytat {
 +
  padding-left: 50px;
 +
  background: url('http://borealis.net.pl/skins/borealis/quote.png') left 5px no-repeat;
 +
  margin: 0px 20px 10px 0px;
 +
  font-family: Georgia;
 +
  font-style: italic;
 +
  min-height: 27px;
 +
  float: left;
 +
  color: #333;
 +
  max-width: 500px;
 +
}

Aktualna wersja na dzień 14:14, 18 wrz 2015

table.changes td.title { max-width: 200px !important; }

table.changes td.comment { max-width: 300px !important; }

/*** Szablon osiągnięcia z CS:S ***/
table.osiagniecie-css {
  background-color: #4e4e4e;
  border: solid 1px #9ec34f;
  padding-right: 3px;
  height: 64px !imporant;
}
table.osiagniecie-css img {
  display: block;
}

/*** {{cytat}} **/
.cytat {
  padding-left: 50px;
  background: url('http://borealis.net.pl/skins/borealis/quote.png') left 5px no-repeat;
  margin: 0px 20px 10px 0px;
  font-family: Georgia;
  font-style: italic;
  min-height: 27px;
  float: left;
  color: #333;
  max-width: 500px;
}