mirror of
https://github.com/bodyrep/DemoApp.git
synced 2025-12-06 06:01:48 +00:00
83 lines
954 B
CSS
83 lines
954 B
CSS
body {
|
|
xxpadding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
ul, menu, dir {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#sortable ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
|
|
.labelli {
|
|
height : 30px;
|
|
}
|
|
|
|
.floatright {
|
|
float: right;
|
|
}
|
|
|
|
.clearright {
|
|
clear: right;
|
|
}
|
|
|
|
li.floatleft {
|
|
display: block;
|
|
float: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.floatleft {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
|
|
#Leftpane {
|
|
display: block;
|
|
float: left;
|
|
xxxwidth: 190px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
#Rightpane {
|
|
display: block;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#userphoto {
|
|
width: 160px;
|
|
height: 160px;
|
|
background-color: #99B2FF;
|
|
}
|
|
|
|
#exerciselist {
|
|
width : 500px;
|
|
height : 400px;
|
|
overflow : auto;
|
|
}
|
|
|
|
label {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
font-size: 12px;
|
|
background: #f7f7f7;
|
|
padding: 4px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
text-align:center;
|
|
}
|
|
|
|
form {
|
|
margin: 5px;
|
|
border: 1px solid #ccc;
|
|
} |