Commit 3fb74ec0b10091d8f64b277e2773a9a338f466d0

Authored by higo.gomes
1 parent d4eacfc8

Css para página avaliar.jsp

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10613 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing 1 changed file with 228 additions and 0 deletions   Show diff stats
src/main/webapp/inicial_arquivos/css/avaliar.css 0 → 100644
... ... @@ -0,0 +1,228 @@
  1 +
  2 +.content
  3 +{
  4 +
  5 + font-weight: normal !important;
  6 +}
  7 +.sublinharLink
  8 +{
  9 + text-decoration:underline;
  10 +}
  11 +
  12 +.tile
  13 +{
  14 + font-size: 1.4em;
  15 + font-weight: normal;
  16 + font-family: Arial, Helvetica, sans-serif;
  17 +}
  18 +
  19 +.tile strong
  20 +{
  21 + font-size: 1.2em;
  22 + font-weight: bold;
  23 +}
  24 +
  25 +#content fieldset {
  26 + -moz-border-bottom-colors: none;
  27 + -moz-border-left-colors: none;
  28 + -moz-border-right-colors: none;
  29 + -moz-border-top-colors: none;
  30 + border-color: #329fd7;
  31 + border-image: none;
  32 + border-style: solid none none;
  33 + border-width: 0.1em;
  34 +}
  35 +fieldset, .editionComment {
  36 + line-height: 1.5em;
  37 + margin: 1em 0;
  38 + padding: 0 1em 1em;
  39 + width: auto;
  40 +}
  41 +
  42 +div .outstanding-header#notaResumo
  43 +{
  44 + margin:0;
  45 + border-top: 4px solid #c0c0c0;
  46 +}
  47 +div .outstanding-header h2
  48 +{
  49 + margin:0;
  50 + border: none;
  51 +}
  52 +.outstanding-header .outstanding-title
  53 +{
  54 + margin:0;
  55 + padding-top:10px;
  56 + font-size: 1.7em;
  57 + font-weight: normal;
  58 + padding-bottom: 10px;
  59 +}
  60 +div #notaResumo .outstanding-title
  61 +{
  62 +
  63 + border-top: 4px solid #000;
  64 + border-bottom: 1px solid #c0c0c0;
  65 +}
  66 +
  67 +hr
  68 +{
  69 + border-bottom: 4px solid #000;
  70 + border-top: 4px solid #c0c0c0;
  71 +}
  72 +
  73 +table caption{
  74 + margin-top: 10px;
  75 + margin-bottom: 10px;
  76 +}
  77 +
  78 +#webaxscore {
  79 + background: transparent url("img/bg.png") repeat scroll left top;
  80 + color: #000;
  81 + float: left;
  82 + margin: 20px 10% 1em 12%;
  83 + padding: 2em;
  84 + text-align: center;
  85 + width: 7em;
  86 + height: 4em;
  87 +}
  88 +
  89 +#webaxscore h3 {
  90 + font-size: 2em;
  91 + font-weight: normal;
  92 + line-height: 1em;
  93 + margin: 0;
  94 + padding: 0;
  95 +}
  96 +
  97 +#webaxscore em, #webaxscore strong {
  98 + font-size: 0.7em;
  99 + margin: 0;
  100 + padding: 0;
  101 +}
  102 +
  103 +#webaxscore span {
  104 + display: block;
  105 + font-size: 2em;
  106 + font-weight: bold;
  107 + line-height: 1em;
  108 +}
  109 +
  110 +div.scoreB {
  111 + background-color: #0d0 !important;
  112 + border: 4px solid #090;
  113 + color: #fff !important;
  114 + text-shadow: 0.1em 0.1em 0.1em #000;
  115 +}
  116 +div.block {
  117 + background: #ffa none repeat scroll 0 0;
  118 + border: 1px solid #999;
  119 + color: #000;
  120 + margin-left: 10%;
  121 + width: 28%;
  122 +}
  123 +
  124 +#tabelaErros {
  125 + position: relative;
  126 + margin-bottom: 30px;
  127 + margin-left: 5px;
  128 + width: 40%;
  129 +}
  130 +#tabelaErros .topo {
  131 + font-size: 1.4em;
  132 + background-color: #d2e4fc;
  133 + color: #003399;
  134 + text-align: left;
  135 + font-size: 1.3em;
  136 +}
  137 +#tabelaErros .celula {
  138 + background-color: #f2f4f7;
  139 + color: #003399;
  140 + text-align: left;
  141 + font-weight: normal;
  142 +}
  143 +
  144 +.containerAvaliacao .topo2
  145 +{
  146 + font-size: 14px;
  147 + background-color: #F7F7F7;
  148 + color: #003399;
  149 + padding: 5px;
  150 + text-align: left;
  151 +}
  152 +caption
  153 +{
  154 + text-align: left;
  155 +}
  156 +
  157 +.containerAvaliacao .celula
  158 +{
  159 + background-color: #fff;
  160 + padding: .4em;
  161 + color: #003399;
  162 +}
  163 +
  164 +.contenteudoAvaliacao
  165 +{
  166 + font-size: 1.2em;
  167 + font-family: Arial, Helvetica, sans-serif;
  168 +}
  169 +.contenteudoAvaliacao table
  170 +{
  171 + width: 100%;
  172 + background-color: #fff;
  173 + font-size: 1.2em;
  174 + font-family: Arial, Helvetica, sans-serif;
  175 +}
  176 +
  177 + .outstanding-title {
  178 + color: #2C67CD;
  179 + font-size: 1.7em;
  180 + font-weight: normal ;
  181 + padding: 7px 0;
  182 + margin-left: 0;
  183 + padding-left: 0.3em;
  184 + border-bottom: 1px solid #CCCCCC;
  185 +}
  186 + .outstanding-header{
  187 + border-bottom: 1px solid #CCCCCC;
  188 + }
  189 +--------Contraste----------
  190 +
  191 +
  192 +.contraste .containerAvaliacao table .topo2
  193 +{
  194 + background-color: #F7F7F7;
  195 + border-collapse: collapse;
  196 + margin: 0;
  197 +
  198 + color: #003399;
  199 + padding: .4em;
  200 +}
  201 +
  202 +.contraste .containerAvaliacao table .celula
  203 +{
  204 + background: #fff;
  205 + border:1px solid #fff;
  206 + color: #000;
  207 +}
  208 +
  209 +.contraste img
  210 + {
  211 +border: none;
  212 + }
  213 +/*
  214 +
  215 +
  216 +
  217 +
  218 +
  219 +
  220 +
  221 +
  222 +
  223 +
  224 +
  225 +
  226 +
  227 +
  228 +-*/
0 229 \ No newline at end of file
... ...