nsedit/tests/visual/effects/effects.css
Mark Schouten 7f7c9b378f Squashed 'jquery-ui/' content from commit 77ff328
git-subtree-dir: jquery-ui
git-subtree-split: 77ff328cbe8a662f52178020d202dc1bfb560fd8
2016-08-05 12:57:52 +02:00

49 lines
626 B
CSS

body {
margin: 1em;
padding: 0;
background: #fff;
color: #000;
}
ul.effects {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.effects li {
padding: 0;
width: 120px;
height: 100px;
float: left;
margin-top: 20px;
margin-left: 20px;
}
div.effect {
width: 120px;
height: 100px;
background: #ccc;
border: 5px outset #aaa;
float: left;
cursor: pointer;
cursor: hand;
}
div.current {
border: 5px outset #FF9C08;
background: #FF9C08;
}
div.effect p {
color: #191919;
font-weight: bold;
margin: 0;
padding: 10px;
}
.ui-effects-transfer {
border: 1px dotted #fff;
background: #666;
opacity: 0.5;
}