[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 #templatebox { 2 position: absolute; 3 top: 40px; 4 left: 0; 5 width: 100%; 6 z-index: 100; 7 text-align: center; 8 line-height: 0; 9 } 10 11 #fader{ 12 position: absolute; 13 top: 0; 14 left: 0; 15 z-index: 90; 16 width: 100%; 17 height: 500px; 18 background-color: #000; 19 filter:alpha(opacity=60); 20 -moz-opacity: 0.6; 21 opacity: 0.6; 22 } 23 24 #outerContainer { 25 position: relative; 26 background-color: #fff; 27 width: 70%; 28 height: 300px; 29 margin: 0 auto; 30 } 31 32 ins, del { 33 color: #000; 34 padding: 2px; 35 line-height: 1.5em; 36 text-decoration: none; 37 background: #dfd; 38 } 39 40 del { 41 background: #fdd; 42 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |