web/res/metadataplayer/CreateAnnotation.css
changeset 1198 ff4b567d51f2
child 1304 10974bff4dae
equal deleted inserted replaced
1197:c9c502117eb6 1198:ff4b567d51f2
       
     1 /*
       
     2  *
       
     3  */
       
     4 
       
     5 .Ldt-CreateAnnotation {
       
     6     border-style: none solid solid;
       
     7     border-width: 1px;
       
     8     border-color: #b7b7b7;
       
     9     padding: 0 1px 1px;
       
    10     margin: 0;
       
    11 }
       
    12 
       
    13 .Ldt-CreateAnnotation-Inner {
       
    14     background: url(img/pinstripe.png); padding: 5px; margin: 0; position: relative;
       
    15 }
       
    16 
       
    17 .Ldt-CreateAnnotation-Inner h3 {
       
    18     margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; clear:both; color: #0068c4;
       
    19 }
       
    20 
       
    21 .Ldt-CreateAnnotation-h3Left {
       
    22     float: left;
       
    23 }
       
    24 
       
    25 .Ldt-CreateAnnotation-Main {
       
    26     min-height: 100px;
       
    27 }
       
    28 
       
    29 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator {
       
    30     font-size: 14px;
       
    31     font-weight: bold;
       
    32     color: #0068c4;
       
    33     border: 1px solid #666666;
       
    34     border-radius: 2px;
       
    35 }
       
    36 
       
    37 .Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty {
       
    38     font-style: italic;
       
    39     color: #90b0d0;
       
    40 }
       
    41 
       
    42 .Ldt-CreateAnnotation-Times {
       
    43     color: #ff3b77
       
    44 }
       
    45 
       
    46 .Ldt-CreateAnnotation-Submit {
       
    47     position: absolute;
       
    48     bottom: 7px;
       
    49     right: 7px;
       
    50     display: inline;
       
    51     color: #ffffff;
       
    52     cursor: pointer;
       
    53     background: url('img/submit_annotation.png');
       
    54     height: 50px;
       
    55     width: 50px;
       
    56     padding: 28px 0 0;
       
    57     font-size: 12px;
       
    58     border: none;
       
    59     text-align: center;
       
    60     cursor: pointer;
       
    61 }
       
    62 
       
    63 .Ldt-CreateAnnotation-Submit:hover {
       
    64     background-position: -50px 0;
       
    65 }
       
    66 
       
    67 .Ldt-CreateAnnotation-Description {
       
    68     height: 56px;
       
    69     padding: 2px;
       
    70     resize: none;
       
    71     width: 460px;
       
    72     border: 1px solid #666666;
       
    73     border-radius: 2px;
       
    74 }
       
    75 
       
    76 .Ldt-CreateAnnotation-Description.empty {
       
    77     font-style: italic; color: #999999;
       
    78 }
       
    79 
       
    80 .Ldt-CreateAnnotation-Avatar {
       
    81     float: right;
       
    82     width: 48px;
       
    83     height: 48px;
       
    84     margin: 5px 0;
       
    85     padding: 0 0 0 15px;
       
    86     background: url('img/profile_arrow.png') left no-repeat;
       
    87 }
       
    88 
       
    89 .Ldt-CreateAnnotation-Avatar img {
       
    90     float: right;
       
    91     display: block;
       
    92     max-width: 100%;
       
    93     max-height: 100%;
       
    94     border: 1px solid #bbbbbb;
       
    95 }
       
    96 
       
    97 .Ldt-CreateAnnotation-RecBlock {
       
    98     width: 220px; float: left;
       
    99 }
       
   100 
       
   101 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel {
       
   102     display: block; margin: 5px 0 2px; font-size: 12px;
       
   103 }
       
   104 
       
   105 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
       
   106     list-style: none;
       
   107 }
       
   108 
       
   109 li.Ldt-CreateAnnotation-TagLi {
       
   110     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
   111     background: url(img/tag.png) left top no-repeat;
       
   112     cursor: pointer;
       
   113 }
       
   114 
       
   115 .Ldt-CreateAnnotation-TagButton {
       
   116     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
   117     background: url(img/tag.png) right top no-repeat;
       
   118 }
       
   119 
       
   120 li.Ldt-CreateAnnotation-TagLi:hover {
       
   121     background-position: left -23px;
       
   122 }
       
   123 
       
   124 .Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton {
       
   125     background-position: right -23px;
       
   126 }
       
   127 
       
   128 li.Ldt-CreateAnnotation-TagLi.selected {
       
   129     background-position: left -46px;
       
   130 }
       
   131 
       
   132 .Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton {
       
   133     background-position: right -46px;
       
   134 }
       
   135 
       
   136 li.Ldt-CreateAnnotation-PolemicLi {
       
   137     display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0;
       
   138     background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center;
       
   139     cursor: pointer;
       
   140 }
       
   141 
       
   142 li.Ldt-CreateAnnotation-PolemicLi:hover {
       
   143     background-position: 0 -23px;
       
   144 }
       
   145 
       
   146 li.Ldt-CreateAnnotation-PolemicLi.selected {
       
   147     background-position: 0 -46px;
       
   148 }
       
   149 
       
   150 .Ldt-CreateAnnotation-InnerBox {
       
   151     margin: 20px 50px;
       
   152     border: 1px solid #CCCCCC;
       
   153     padding: 20px;
       
   154     background: #FFFFFF;
       
   155     color: #FF3B77; text-align: center;
       
   156     font-size: 13px; font-weight: bold;
       
   157 }
       
   158 
       
   159 a.Ldt-CreateAnnotation-Close {
       
   160     position: absolute; top: 2px; right: 2px;
       
   161     display: inline-block; width: 17px; height: 17px; margin: 2px;
       
   162     background: url(img/widget-control.png);
       
   163 }
       
   164 
       
   165 a.Ldt-CreateAnnotation-Close:hover {
       
   166     background-position: -17px 0;
       
   167 }
       
   168 
       
   169 .Ldt-CreateAnnotation-Controls {
       
   170     position: absolute;
       
   171     top: 7px;
       
   172     right: 7px;
       
   173 }
       
   174 
       
   175 span[class^='Ldt-CreateAnnotation-Control-'] {
       
   176     background-color: #ddd;
       
   177     padding: 2px;
       
   178     margin: 4px;
       
   179     border-radius: 3px;
       
   180     border: 1px solid #888;
       
   181 }