|
|
|
@ -104,4 +104,165 @@ input.maininput:focus { |
|
|
|
|
height: auto; |
|
|
|
|
margin: 10px 8px 15px 15px; |
|
|
|
|
padding: 16px 12px 5px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Categories courses*/ |
|
|
|
|
|
|
|
|
|
#course-picture { |
|
|
|
|
position:absolute; |
|
|
|
|
top:8%; |
|
|
|
|
left:85%; |
|
|
|
|
padding:4px; |
|
|
|
|
border:1pt solid #ccc; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#categories-content-first { |
|
|
|
|
width:290px; |
|
|
|
|
padding:5px; |
|
|
|
|
float:left; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#categories-search { |
|
|
|
|
text-align:center; |
|
|
|
|
height:55px; |
|
|
|
|
float: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#categories-list { |
|
|
|
|
-moz-border-radius-topleft:8px; |
|
|
|
|
-moz-border-radius-topright:8px; |
|
|
|
|
-webkit-border-top-left-radius: 8px; |
|
|
|
|
-webkit-border-top-right-radius: 8px; |
|
|
|
|
border-top-left-radius: 8px; |
|
|
|
|
border-top-right-radius: 8px; |
|
|
|
|
-moz-box-shadow:0 -1px 10px 2px #CCCCCC; |
|
|
|
|
-Webkit-box-shadow: 0 -1px 10px 2px #CCCCCC; |
|
|
|
|
box-shadow: 0 -1px 10px 2px #CCCCCC; |
|
|
|
|
border:1px solid #CCCCCC; |
|
|
|
|
float:left; |
|
|
|
|
margin:10px; |
|
|
|
|
width:240px; |
|
|
|
|
min-height:132px; |
|
|
|
|
padding:25px; |
|
|
|
|
font-size:11pt; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#categories-content-second { |
|
|
|
|
margin-left: 315px; |
|
|
|
|
padding:5px; |
|
|
|
|
margin-top:5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-block-course { |
|
|
|
|
-moz-border-radius-topleft:8px; |
|
|
|
|
-moz-border-radius-topright:8px; |
|
|
|
|
-webkit-border-top-left-radius: 8px; |
|
|
|
|
-webkit-border-top-right-radius: 8px; |
|
|
|
|
border-top-left-radius: 8px; |
|
|
|
|
border-top-right-radius: 8px; |
|
|
|
|
-moz-box-shadow:0 -1px 10px 2px #CCCCCC; |
|
|
|
|
-Webkit-box-shadow: 0 -1px 10px 2px #CCCCCC; |
|
|
|
|
box-shadow: 0 -1px 10px 2px #CCCCCC; |
|
|
|
|
border:1px solid #CCCCCC; |
|
|
|
|
float:left; |
|
|
|
|
margin:10px; |
|
|
|
|
padding:9px; |
|
|
|
|
width:220px; |
|
|
|
|
min-height:180px; |
|
|
|
|
color: #BBBBBB; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-course-picture { |
|
|
|
|
width:95px; |
|
|
|
|
height:95px; |
|
|
|
|
float:left; |
|
|
|
|
-moz-border-radius-topleft:4px; |
|
|
|
|
-moz-border-radius-topright:4px; |
|
|
|
|
-webkit-border-top-left-radius: 4px; |
|
|
|
|
-webkit-border-top-right-radius: 4px; |
|
|
|
|
border-top-left-radius: 4px; |
|
|
|
|
border-top-right-radius: 4px; |
|
|
|
|
-moz-box-shadow:0 -1px 5px 2px #CCCCCC; |
|
|
|
|
-Webkit-box-shadow: 0 -1px 5px 2px #CCCCCC; |
|
|
|
|
box-shadow: 0 -1px 5px 2px #CCCCCC; |
|
|
|
|
margin-left: 8px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-course-picture img { |
|
|
|
|
width: 95px; |
|
|
|
|
height: 95px; |
|
|
|
|
background-color: #eeeeee; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-course-description { |
|
|
|
|
margin-left:10px; |
|
|
|
|
font-family:arial; |
|
|
|
|
font-size:11px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-course-description .course-block-title { |
|
|
|
|
font-family: arial; |
|
|
|
|
font-size: large; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
color: #222222; |
|
|
|
|
} |
|
|
|
|
.categories-course-description .course-block-teacher { |
|
|
|
|
font-size: large; |
|
|
|
|
font-style: italic; |
|
|
|
|
text-align: right; |
|
|
|
|
color: #444444; |
|
|
|
|
} |
|
|
|
|
.categories-course-description .course-block-date { |
|
|
|
|
font-size: large; |
|
|
|
|
font-style: italic; |
|
|
|
|
text-align: right; |
|
|
|
|
color: #444444; |
|
|
|
|
} |
|
|
|
|
.course-block-popularity { |
|
|
|
|
width: 90px; |
|
|
|
|
margin-left:120px; |
|
|
|
|
font-size: x-small; |
|
|
|
|
font-style: italic; |
|
|
|
|
text-align: right; |
|
|
|
|
background-color: #eeeeee; |
|
|
|
|
min-height:95px; |
|
|
|
|
padding-right: 5px; |
|
|
|
|
-moz-border-radius-topleft:4px; |
|
|
|
|
-moz-border-radius-topright:4px; |
|
|
|
|
-webkit-border-top-left-radius: 4px; |
|
|
|
|
-webkit-border-top-right-radius: 4px; |
|
|
|
|
border-top-left-radius: 4px; |
|
|
|
|
border-top-right-radius: 4px; |
|
|
|
|
-moz-box-shadow:0 -1px 5px 2px #CCCCCC; |
|
|
|
|
-Webkit-box-shadow: 0 -1px 5px 2px #CCCCCC; |
|
|
|
|
box-shadow: 0 -1px 5px 2px #CCCCCC; |
|
|
|
|
} |
|
|
|
|
.course-block-popularity-score { |
|
|
|
|
font-size: 3em; |
|
|
|
|
text-align: center; |
|
|
|
|
color: #000000; |
|
|
|
|
padding-top: 10px; |
|
|
|
|
text-shadow: gray 3px 3px 2px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.categories-course-links { |
|
|
|
|
margin-top:5px; |
|
|
|
|
height: 25px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.course-link-desc a { |
|
|
|
|
text-decoration:underline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.course-link-desc span { |
|
|
|
|
padding-top:10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.attendance-users-table td { |
|
|
|
|
height:66px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.attendance-calendar-table td { |
|
|
|
|
height:66px; |
|
|
|
|
} |
|
|
|
|