|
|
Line 27: |
Line 27: |
| | | |
| /* Begin floatbox styling*/ | | /* Begin floatbox styling*/ |
− | .floatbox
| |
− | {
| |
− | width:707px;
| |
− | float:left;
| |
− | background-color: rgba(0,0,0,.65);
| |
− | margin-top: 10px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font:sans-serif;
| |
− | font-size:13px;
| |
− | color:rgba(77, 69, 49, .69)
| |
− | text-align:justify;
| |
− | }
| |
− |
| |
− | .floatboxwide
| |
− | {
| |
− | width:937px;
| |
− | float:left;
| |
− | background-color: rgba(0,0,0,.65);
| |
− | margin-top: 10px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font:sans-serif;
| |
− | font-size:13px;
| |
− | color:rgba(225,225,225,.9);
| |
− | text-align:justify;
| |
− | }
| |
− | .floatboxleft
| |
− | {
| |
− | width:102px;
| |
− | float:left;
| |
− | background-color: rgba(0,0,0,.65);
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font:sans-serif;
| |
− | font-size:13px;
| |
− | color:rgba(225,225,225,.9);
| |
− | }
| |
− |
| |
− | .floatprotocol
| |
− | {
| |
− | width:710px;
| |
− | float:left;
| |
− | background-color: rgba(0,0,0,.65);
| |
− | margin-top: 10px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font: sans-serif;
| |
− | font-size: 13px;
| |
− | color: rgba(225,225,225,.9);
| |
− | }
| |
− |
| |
− | .floatbox1
| |
− | {width:97%;
| |
− | float:left;
| |
− | background-color: rgba(0,0,0,.4);
| |
− | margin-top: 10px;
| |
− | margin-bottom: 0px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font: sans-serif;
| |
− | font-size: 13px;
| |
− | color: rgba(225,225,225,1);
| |
− | text-align:justify;
| |
− | }
| |
− |
| |
− | .floatboxPotentiostat
| |
− | {width:97%;
| |
− | float:left;
| |
− | margin-top: 0px;
| |
− | margin-bottom: 0px;
| |
− | border-radius: 4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font: sans-serif;
| |
− | font-size: 13px;
| |
− | color: #212f20;
| |
− | text-align:justify;
| |
− | }
| |
− | .floatboxPotentiostat p
| |
− | {color:#212f20;
| |
− | font-size:120%;
| |
− | }
| |
− |
| |
− | .floatboxPotentiostatLeftPic
| |
− | {padding:10px;
| |
− | }
| |
− | .floatboxPotentiostatLeftPic img
| |
− | {float:left;margin-right:20px;
| |
− | }
| |
− |
| |
− | .floatboxPotentiostatRightPic
| |
− | {padding:10px;
| |
− | }
| |
− | .floatboxPotentiostatRightPic img
| |
− | {float:right;margin-left:20px;
| |
− | }
| |
− |
| |
− | .PotentiostatTextNewColors{vertical-align:text-top; display:inline; float:left;}
| |
− | .potentiostatLeftTab{float:left;}
| |
− | .potentiostatCenterTab{ margin-left: 80px; float:left;}
| |
− | .potentiostatRightTab{ margin-left: 80px; float:left;}
| |
− |
| |
− | .floatbox2
| |
− | {width:194px;
| |
− | float:right;
| |
− | background-color:rgba(0,0,0,.65);
| |
− | margin-top:10px;
| |
− | margin-bottom:0px;
| |
− | border-radius:4px;
| |
− | padding: 15px 15px 15px 15px;
| |
− | font:sans-serif;
| |
− | font-size:11px;
| |
− | color:#FFFFFF;
| |
− | text-align:justify;
| |
− | }
| |
| /* End floatbox styling */ | | /* End floatbox styling */ |
| | | |