source: extensions/ContestResults/admin/template/style.css @ 9745

Last change on this file since 9745 was 9745, checked in by mistic100, 13 years ago

[extensions] Contest Results

  • New bloc for PWG Stuffs
  • Use new admin links and javascript implementation
  • Distinguish pending and running contests (both pending before)
File size: 1.2 KB
Line 
1.result_comment {
2        width:95%;
3        min-height:40px;
4        margin:0 30px;
5}
6
7li.categoryLi.novisible {
8        opacity:0.5;
9}
10
11li.categoryLi.error_cat {
12        border:1px solid #800;
13}
14
15table {
16        width:80%;
17}
18td {
19        width:25%;
20        white-space: nowrap;
21}
22.title {
23        display:block;
24        font-weight:bold;
25        text-align:right;
26        margin-right:10px;
27}
28.title.cluetip:after {
29        margin-left:5px;
30        vertical-align:top;
31}
32div.textareas span.title.cluetip{
33        text-align:center;
34        margin:20px 0 -10px 0;
35        font-size:1.2em;
36}
37input.inputdate {
38        background-image:url('image/calendar.png');
39        background-repeat:no-repeat;
40        background-position:center right;
41}
42
43.vtip {
44        cursor:help;
45}
46p#vtip { 
47        display: none; 
48        position: absolute;
49        padding: 10px;
50        left: 5px;
51        font-size: 0.8em;
52        background-color:#222;
53        border:1px solid #666;
54        border-radius:4px;
55        -moz-border-radius:4px;
56        z-index: 9999;
57}
58
59.CR_finished {
60        font-weight:normal;
61        font-size:0.8em;
62        letter-spacing:0.2em;
63        padding-left:10px;
64        color:#a00;
65}
66
67#CR_config tr td:first-child { 
68        max-width:300px; 
69        min-width:300px;
70}
71
72.version_title {
73        float:right;
74        position:relative;
75        top:-24px;
76        margin-bottom:-20px !important;
77        font-size:12px !important;
78        font-style:italic;
79        font-weight:normal;
80}
Note: See TracBrowser for help on using the repository browser.