96 lines
1.3 KiB
CSS
96 lines
1.3 KiB
CSS
|
body {
|
||
|
/*width: 240px ; */ /* nokia 176px screen */
|
||
|
border: thick solid red /* just to see the 'screen' limits */
|
||
|
width : auto;
|
||
|
font-size: 10px;
|
||
|
font-family: sans-serif;
|
||
|
margin-right:0em;
|
||
|
}
|
||
|
|
||
|
.colonne
|
||
|
{
|
||
|
width:auto;
|
||
|
}
|
||
|
.centerpage
|
||
|
{
|
||
|
width: auto;
|
||
|
}
|
||
|
input,textarea,select
|
||
|
{
|
||
|
float: left;
|
||
|
}
|
||
|
*:not(#ImPoSsIbLeId):not(#ImPoSsIbLeId):not(#ImPoSsIbLeId):not(body):not(img) {
|
||
|
/* the negated ID selectors above are here just to increase specificity */
|
||
|
width: auto ! important ;
|
||
|
}
|
||
|
|
||
|
*:not(#ImPoSsIbLeId):not(#ImPoSsIbLeId):not(#ImPoSsIbLeId) {
|
||
|
/* the negated ID selectors above are here just to increase specificity */
|
||
|
position: static;
|
||
|
float: none;
|
||
|
text-align: left;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
top: auto;
|
||
|
left: auto;
|
||
|
}
|
||
|
|
||
|
div
|
||
|
{
|
||
|
margin: 0;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
table,tbody,thead,tfoot,tr,td,th,col,colgroup {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
iframe {
|
||
|
display : none;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
list-style-position: inside;
|
||
|
}
|
||
|
.magicbox
|
||
|
{
|
||
|
width:100%;
|
||
|
}
|
||
|
img[width="1"] {
|
||
|
display: none
|
||
|
}
|
||
|
|
||
|
.dazibaweb
|
||
|
{
|
||
|
width:100%;
|
||
|
}
|
||
|
td.head_2
|
||
|
{
|
||
|
white-space: nowrap;
|
||
|
display: inline;
|
||
|
width: auto;
|
||
|
}
|
||
|
.wikihelp
|
||
|
{
|
||
|
white-space: pre;
|
||
|
display: list-item;
|
||
|
position: static;
|
||
|
border-width:1px;
|
||
|
width: auto;
|
||
|
}
|
||
|
.bordure
|
||
|
{
|
||
|
margin: 5px;
|
||
|
}
|
||
|
.centernews
|
||
|
{
|
||
|
margin: 4px;
|
||
|
|
||
|
}
|
||
|
/* img {
|
||
|
display: none
|
||
|
}*/
|