Upload lx_gan project
cef8b68 verified | |
| .tab_column { |
| float: left; |
| width: 10%; |
| padding: 5px; |
| } |
| |
| |
| .tab_column img { |
| opacity: 0.8; |
| cursor: pointer; |
| } |
|
|
| .tab_column img:hover { |
| opacity: 1; |
| } |
|
|
| |
| .tab_row:after { |
| content: ""; |
| display: table; |
| clear: both; |
| } |
|
|
| |
| .tab_container { |
| position: relative; |
| display: block; |
| } |
|
|
| |
| #imgtext { |
| position: absolute; |
| bottom: 15px; |
| left: 15px; |
| color: white; |
| font-size: 20px; |
| } |
|
|
| |
| .tab_closebtn { |
| position: absolute; |
| top: 10px; |
| right: 15px; |
| color: white; |
| font-size: 35px; |
| cursor: pointer; |
| } |
|
|
| |
| #juxtapose-embed { |
| width: 100%; |
| max-width: initial; |
| } |
|
|
| #juxtapose-embed { |
| width: 100%; |
| max-width: initial; |
| } |
|
|
| #juxtapose-hidden { |
| display: none; |
| } |
|
|
| #controls { |
| text-align: center; |
| margin-top: 20px; |
| } |