Template:DataBank: Difference between revisions
(Created page with "<!-- CSS --> <style> →Force scrollbars onto browser window: body { margin-bottom: 200%; } →Box styles: .myBox { border: none; padding: 5px; font: 24px/36px sans-serif...") Tag: sourceedit |
No edit summary Tag: sourceedit |
||
Line 1: | Line 1: | ||
<div style="width:10;height:10;overflow-x:hidden;overflow:scroll" > |
|||
<!-- CSS --> |
|||
text text text text text text text text text |
|||
<style> |
|||
text text text text text text text text text |
|||
/* Force scrollbars onto browser window */ |
|||
text text text text text text text text text |
|||
body { |
|||
text text text text text text text text text |
|||
margin-bottom: 200%; |
|||
text text text text text text text text text |
|||
} |
|||
text text text text text text text text text |
|||
text text text text text text text text text |
|||
/* Box styles */ |
|||
text text text text text text text text text |
|||
.myBox { |
|||
border: none; |
|||
padding: 5px; |
|||
font: 24px/36px sans-serif; |
|||
width: 200px; |
|||
height: 200px; |
|||
overflow: scroll; |
|||
} |
|||
/* Scrollbar styles */ |
|||
::-webkit-scrollbar { |
|||
width: 12px; |
|||
height: 12px; |
|||
} |
|||
::-webkit-scrollbar-track { |
|||
background: #f5f5f5; |
|||
border-radius: 10px; |
|||
} |
|||
::-webkit-scrollbar-thumb { |
|||
border-radius: 10px; |
|||
background: #ccc; |
|||
} |
|||
::-webkit-scrollbar-thumb:hover { |
|||
background: #999; |
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
<!-- HTML --> |
|||
<div class="myBox"> |
|||
Efficient honorificabilitudinitatibus cross-media information without floccinaucinihilipilification cross-media value. Quickly maximize timely deliverables for real-time schemas plenipotentiary. |
|||
</div> |
</div> |