n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/css/pda.css

96 lines
1.3 KiB
CSS
Raw Normal View History

2023-04-30 21:28:42 +02:00
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
}*/