diaspora/public/stylesheets/ui.css
2010-07-28 15:33:27 -07:00

85 lines
2.2 KiB
CSS

.button, .button_set {
font-family: "Lucida Grande", sans-serif;
font-style: normal;
display: inline;
color: #777777;
font-size: 12px;
line-height: 100%;
text-shadow: 0 1px 0 white;
min-height: 14px;
background: -webkit-gradient(linear, 0% 29%, 0% 85%, from(#fafafa), to(#e0e0e0));
background: -moz-linear-gradient(top, #fafafa, #e0e0e0);
border: 1px solid #cccccc;
border-bottom: 1px solid #666666;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
box-shadow: 0 1px 1px #cccccc;
-webkit-box-shadow: 0 1px 1px #cccccc;
-moz-box-shadow: 0 1px 1px #cccccc; }
.button a, .button_set a {
font-weight: normal;
color: #777777; }
.button {
padding: 5px; }
.button:active {
box-shadow: 0 0px 2px black;
-webkit-box-shadow: 0 0px 2px black;
-moz-box-shadow: 0 0px 2px black;
color: #555555; }
ul.button_set {
padding: 5px 0; }
ul.button_set > li {
padding: 5px;
display: inline;
height: 100%;
border-left: 1px solid #cccccc;
border-right: 1px solid white;
margin-left: -3px;
margin-right: -3px; }
ul.button_set > li:first-child {
margin-left: 0;
border-left: none; }
ul.button_set > li:last-child {
margin-right: 0;
border-right: none; }
.button .selected, .button_set .selected {
background: -webkit-gradient(linear, 0% 29%, 0% 85%, from(#e0e0e0), to(#fafafa));
background: -moz-linear-gradient(top, #e0e0e0, #fafafa);
border-top: 1px solid #aaaaaa; }
.right {
position: absolute;
right: 0;
margin-top: 5px; }
.contextual_pane {
z-index: 20;
position: absolute;
display: none;
right: 0;
background-color: rgba(30, 30, 30, 0.95);
border: 2px solid #999999;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #999999;
font-size: 12px;
font-weight: normal;
line-height: auto; }
.contextual_pane form {
margin: 0;
padding: 10px;
color: #999999; }
.contextual_pane form input[type='text'] {
width: 80%;
display: block; }
.contextual_pane form p {
padding: 10px;
display: inline; }