Template:Team:UCSD Software/CSS
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | .box{ | ||
+ | width:500px; | ||
+ | height: 500px; | ||
+ | float:left; | ||
+ | } | ||
+ | .trigger{ | ||
+ | width:255px; | ||
+ | height: 255px; | ||
+ | position:relative; | ||
+ | z-index: 10; | ||
+ | left:110px; | ||
+ | top:110px; | ||
+ | background-image:url(images/big_round.png); cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .popcircle{ | ||
+ | position:relative; | ||
+ | z-index: 9; | ||
+ | width:500px; | ||
+ | height:500px; | ||
+ | left:0px; | ||
+ | top:-250px; | ||
+ | } | ||
+ | .popcircle ul{ | ||
+ | list-style:none; | ||
+ | padding:0px; | ||
+ | margin: 0px; | ||
+ | height: auto; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .popcircle ul li{ | ||
+ | top: 187.5px; | ||
+ | left: 187.5px; | ||
+ | height: 100px; | ||
+ | width: 100px; | ||
+ | position: absolute; | ||
+ | } | ||
body{ | body{ |
Revision as of 08:43, 16 October 2014