File: vacalculator/vaclc.css

Recommend this page to a friend!
  Classes of MarPlo   Volume and Surface Area Calculator   vacalculator/vaclc.css   Download  
File: vacalculator/vaclc.css
Role: Auxiliary data
Content type: text/plain
Description: css code
Class: Volume and Surface Area Calculator
Calculate the dimensions of 3D objects
Author: By
Last change:
Date: 11 years ago
Size: 1,516 bytes
 

Contents

Class file image Download
#volumes { position:relative; margin:2em auto .8em auto; width:38em; text-align:center; font-family:Calibri; font-size:1em; padding:.2em; } #volumes #volobj { margin:.2em auto .5em auto; text-decoration:underline; text-align:center; } #volimgs { float:left; margin:.3em 0; max-width:72%; } #addselitem { float:right; display:none; margin:.3em 0; width:28%; background:#eeeffe; padding:.18em; line-height:175%; -moz-border-radius:.6em; -webkit-border-radius:.6em; -khtml-border-radius:.6em; border-radius:.6em; } #addselitem h4 { margin:0 auto .1em auto; } #addselitem .vodata { width:5em; } #addselitem #vres { margin:.2em 0 0 0; background:#fefeda; border-top:2px solid blue; } #addselitem #vres .vre { margin:0 0 0 .2em; text-align:left; font-weight:bold; } #addselitem #vres .vre em { color:#0001da; letter-spacing:1px; } #volsel { position:relative; clear:both; margin:.5em auto; background:#edf9ef; padding:0.2em 1em; -moz-border-radius:.9em; -webkit-border-radius:.9em; -khtml-border-radius:.9em; border-radius:.9em; } #volsel h4 { margin:.3em auto; text-align:center; } #volsel .volselfl { float:left; margin:.2em 5%; text-align:left; } #volsel label { display:block; line-height:140%; cursor:pointer; } #volsel label:hover { background:#fbfc01; color:#0102fb; } #cwn { position:absolute; top:.2em; right:2em; font-size:.5em; color:#edeefe; text-decoration:none; }