ktk_mediaserve/main.css

95 lines
1.4 KiB
CSS

html,body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
/* set base properties */
#ktk_MediaServe {
position: relative;
font-family: sans-serif;
font-size: 9px;
width: 100%;
height: 100%;
}
/* Reset general properties */
#ktk_MediaServe * {
margin: 0;
padding: 0;
border: 0;
text-align: left;
font-size: 100%;
}
/* Color properties for table elements */
#ktk_MediaServe table {
background-color: #445;
}
#ktk_MediaServe th input {
color: #DDB;
background-color: #555;
}
#ktk_MediaServe div {
background-color: #333;
color: #CCC;
}
#ktk_MediaServe th,
#ktk_MediaServe td {
background-color: #555
}
#ktk_MediaServe button,
#ktk_MediaServe input {
background-color: #666;
color: #CCA;
border-color: #222;
}
#ktk_MediaServe button:hover,
#ktk_MediaServe input:hover {
background-color: #667;
}
/* Style properties */
#ktk_MediaServe button,
#ktk_MediaServe input {
padding: 1%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-right-width: 1px;
border-right-style: solid;
}
/* header elements */
h1 {
}
/* Table style elements */
/* Form submission elements */
#ktk_MediaServe td {
overflow: hidden;
}
#ktk_MediaServe label,
#ktk_MediaServe button {
font-size: 100%;
}
#ktk_MediaServe button:hover,
#ktk_MediaServe input:hover {
cursor: pointer;
}
#ktk_MediaServe button {
background-color: #777;
color: #CCC;
padding: 1px;
}