| Revision 53,
785 bytes
checked in by royger, 2 years ago
(diff) |
- New Interface.
- wTorrent no longer uses shadedborder javascript library, since it made the rendering slow. Now it's all done with transparent pngs.
- This should fix #57.
|
| Line | |
|---|
| 1 | /* Resetejem els marges del navegador per evitar problemes de compatibilitat */ |
|---|
| 2 | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { |
|---|
| 3 | margin:0; |
|---|
| 4 | padding:0; |
|---|
| 5 | } |
|---|
| 6 | table { |
|---|
| 7 | border-collapse:collapse; |
|---|
| 8 | border-spacing:0; |
|---|
| 9 | } |
|---|
| 10 | fieldset,img { |
|---|
| 11 | border:0; |
|---|
| 12 | } |
|---|
| 13 | address,caption,cite,code,dfn,em,strong,th,var { |
|---|
| 14 | font-style:normal; |
|---|
| 15 | font-weight:normal; |
|---|
| 16 | } |
|---|
| 17 | ol,ul { |
|---|
| 18 | list-style:none; |
|---|
| 19 | } |
|---|
| 20 | caption,th { |
|---|
| 21 | text-align:left; |
|---|
| 22 | } |
|---|
| 23 | h1,h2,h3,h4,h5,h6 { |
|---|
| 24 | font-size:100%; |
|---|
| 25 | font-weight:normal; |
|---|
| 26 | } |
|---|
| 27 | q:before,q:after { |
|---|
| 28 | content:''; |
|---|
| 29 | } |
|---|
| 30 | abbr,acronym { border:0; |
|---|
| 31 | } |
|---|
| 32 | /* Clearfix */ |
|---|
| 33 | .clearfix:after { |
|---|
| 34 | content:"."; |
|---|
| 35 | display:block; |
|---|
| 36 | height:0; |
|---|
| 37 | clear:both; |
|---|
| 38 | visibility:hidden; |
|---|
| 39 | } |
|---|
| 40 | .clearfix {display:inline-block;} |
|---|
| 41 | /* Hide from IE Mac \*/ |
|---|
| 42 | .clearfix {display:block;} |
|---|
| 43 | /* End hide from IE Mac */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.