Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
Line 14: | Line 14: | ||
{ | { | ||
border:none; | border:none; | ||
− | height: | + | height:120px; |
width:33%; | width:33%; | ||
− | margin-left:5px; | + | margin-left:5px; |
− | + | font-size:0.9rem; | |
+ | |||
} | } | ||
div.Txt | div.Txt |
Revision as of 15:12, 2 June 2018
button:hover{background-color:#400080;} div { z-index:0; } button.myButton { background-color:#8080ff; height:90px; border:none; width:100%; } div.myButton { border:none; height:120px; width:33%; margin-left:5px; font-size:0.9rem;
} div.Txt { width:200%; display:none; position:relative; right:-100%; top:-70px; z-index:100; } textarea.myLog { width:100%; position:relative; z-index:1000; overflow:hidden; border-radius:5px; } div.cover { background:#000; position:absolute; left:0px; top:0px; width:100%; display:none; filter:alpha(opacity=30); opacity:0.3; z-index:2; } div.showdiv { width:70%; height:550px; margin:0 auto; border:1px solid #999; display:none; position:fixed; top:5%; left:15%; z-index:3; background:#fff; } div.showdivTitle { background:#F8F7F7; width:100%; height:50px; line-height:50px; border:1px solid #999; text-align:center; } div.showdivContent { width:100%; height:430px; margin-top:5px; overflow-y:auto; overflow-x:hidden; } button.showdivContent-btn { background-color:#418BCA; width:40%; position:relative; margin-left:30%; margin-top:20px; height:50px; border-radius:10px; } div.showdivContent-txt { width:100%; border:none; } div.showdivContent-img { text-align:center; } img.logImg { width:200px; height:300px; display:none; }