<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
  font-size: 12px;
}

/*
 * Header
*/

#logo {
  margin-top: 25px;
  padding-top: 1px;
  font-size: 14px;
  background: url('gfx/radko.png') top left no-repeat;
  padding-left: 32px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-left: 10px;
  text-decoration: none;
}

#header{
  text-align: left;
  margin: 0;
  width: 100%;
  height: 45px;
  height: 80px;
  background: #c30 url('gfx/red_grad_2.png') repeat-x;
  overflow: hidden;
  border-bottom: 1px solid #832100;
}

#banner {
  float: left;
  margin-left: 107px;
  margin-top: 10px;
  width: 468px;
}

#search-form {
  float: right;
  margin: 12px;
  margin-top: 27px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/*
 * Left menu
*/

#left_column {
  float: left;
  text-align: left;
  font-size: 14px;
  width: 180px;
}

#profesorji {
  margin: 10px 20px 0 10px;
  float: left;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

#profesorji li {
  padding: 2px 10px 2px 10px;
}

#profesorji li a {
  color: #c30;
  text-decoration: none;
}

#profesorji li:hover {
  background: #fff;
}

/* Wrapper */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 950px;
  background: #fff url('gfx/wrapper_bg.png') top left repeat-y;
  min-height: 500px;

  overflow: hidden;
  padding-bottom: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

/* Content */

#menu-layout {
  overflow: hidden;
  background: #fff;
  float: right;
  width:770px;
}

/* University title */

#menu-layout h2 {
  font-size: 12px;
  text-align: center;
  color: #000;
  background-color: #f9f9f9;
  border-bottom: 1px dotted black;
  font-size: 15px;
  margin: 0;
}

#menu-layout h2 a {
  text-decoration: underline;
  color: #000;
}

#menu-layout h2 a:hover {
  color: #000;
  text-decoration: none;
}

#content {
  padding: 10px;
}

#content h3.profesor {
  font-size: 30px;
  margin: 0;
}

a.naslov, a.naslov:hover {
  text-decoration: none;
  color: #069;
}

#rate {
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
}

#stars{
  height: 32px;
  width: 175px;
  margin: 0 auto;
  background: url('gfx/stars_big.png') no-repeat;
}

#stars #active{
  height: 32px;
  background: url('gfx/stars_big_active.png') no-repeat;
}

#stars_c{
  height: 15px;
  width: 90px;
  float: right;
  margin-top: 10px;
  background: url('gfx/stars_inactive_c.png') no-repeat;
}

#stars_c #active{
  height: 15px;
  background: url('gfx/stars_c.png') no-repeat;
}

#predmeti {
  width: 200px;
  float: right;
  text-align: left;
}

#predmeti ul{
  padding: 0;
  list-style: none;
  font-size: 11px;
  width: 130px;
  margin-right: 10px;
}

a.addcomment{
  padding-left: 20px;
  background: url('gfx/comment_add.png') top left no-repeat;
}

a#addprof{
  margin-left: 20px;
  font-size: 10px;
  padding-left: 20px;
  background: url('gfx/prof_add.png') top left no-repeat;
}

a#addprof:hover {
  background: url('gfx/prof_add.png') top left no-repeat;
}

#add_comment input, #add_comment textarea {
  border: 1px solid #ccc;
}

table.top_professors, table.worst_professors{
  margin: 0 auto;
}

table.top_professors td{
  font-size: 16px;
  width: 200px;
}

table.top_professors td a{
  color: #690;
  text-decoration: none;
}

table.top_professors td a:hover{
  color: #000;
}

table.worst_professors td{
  font-size: 16px;
  width: 200px;
}

table.worst_professors td a{
  color: #c30;
  text-decoration: none;
}

table.worst_professors td a:hover{
  color: #000;
}

table.last_subjects {
  margin: 0 0 0 173px;
}

table.last_subjects td{
  font-size: 16px;
  width: 500px;
}

table.last_subjects td a{
  color: #690;
  text-decoration: none;
}

table.last_subjects td a:hover{
  color: #000;
}

img.last-comment-photo {
  float: left;
  max-width: 90px;
  max-height: 70px;
  margin: 20px 0 0 10px;
  border: 0;
}

#downvote_treshold {
  background-color: #F9F9F9;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}

#downvote_treshold span.down {
  background-image: url('/images/icon_downarrow.gif');
  width: 17px;
  height: 11px;
  display: inline-block;
}
</pre></body></html>