%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/generic/roundedCorners/ |
Upload File : |
/**
Based on Nifty Corners
These styles allow for rounded corners purely with CSS. No images and no JS.
*/
span.rtop, span.rbottom {
display:block;
background: #FBFBF3
}
span.rtop span, span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background: #ABA;
}
span.r1 {
margin: 0 5px;
}
span.r2 {
margin: 0 3px;
}
span.r3 {
margin: 0 2px;
}
span.rtop span.r4, span.rbottom span.r4 {
margin: 0 1px;
height: 2px;
}
#sidebar div.block {
background: #ABA;
padding-bottom: 0;
margin-bottom: 1.5em;
}
div.roundedCorner {
padding-left: 1em;
}
/* Used to flag already-rounded corners */
div.alreadyRounded {
}