src/widgets/CreateAnnotation.css
changeset 944 8a6c9e3d0158
parent 924 64c2eaafe5e2
child 965 eadb7290c325
child 1019 3ab36f402b0c
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     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);
       
    15     padding: 5px;
       
    16     margin: 0;
       
    17 }
       
    18 
       
    19 .Ldt-CreateAnnotation-Inner h3 {
       
    20     margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right;
       
    21 }
       
    22 
       
    23 .Ldt-CreateAnnotation-h3Left {
       
    24     float: left;
       
    25 }
       
    26 
       
    27 .Ldt-CreateAnnotation-Main {
       
    28     min-height: 150px;
       
    29 }
       
    30 
       
    31 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator {
       
    32     font-size: 14px;
       
    33     font-weight: bold;
       
    34     color: #0068c4;
       
    35     border: 1px solid #666666;
       
    36     border-radius: 2px;
       
    37 }
       
    38 
       
    39 .Ldt-CreateAnnotation-Times {
       
    40     color: #ff3b77
       
    41 }
       
    42 
       
    43 .Ldt-CreateAnnotation-Submit {
       
    44     position: absolute;
       
    45     bottom: 7px;
       
    46     right: 7px;
       
    47     color: #ffffff;
       
    48     cursor: pointer;
       
    49     background: url('img/submit_annotation.png');
       
    50     height: 50px;
       
    51     width: 50px;
       
    52     padding: 28px 0 0;
       
    53     font-size: 12px;
       
    54     border: none;
       
    55     text-align: center;
       
    56     cursor: pointer;
       
    57 }
       
    58 
       
    59 .Ldt-CreateAnnotation-Submit:hover {
       
    60     background-position: -50px 0;
       
    61 }
       
    62 
       
    63 .Ldt-CreateAnnotation-Description {
       
    64     height: 56px;
       
    65     padding: 2px;
       
    66     resize: none;
       
    67     width: 460px;
       
    68     border: 1px solid #666666;
       
    69     border-radius: 2px;
       
    70 }
       
    71 
       
    72 .Ldt-CreateAnnotation-Avatar {
       
    73     float: right;
       
    74     width: 48px;
       
    75     height: 48px;
       
    76     margin: 5px 0;
       
    77     padding: 0 0 0 15px;
       
    78     background: url('img/profile_arrow.png') left no-repeat;
       
    79 }
       
    80 
       
    81 .Ldt-CreateAnnotation-Avatar img {
       
    82     float: right;
       
    83     display: block;
       
    84     max-width: 100%;
       
    85     max-height: 100%;
       
    86     border: 1px solid #bbbbbb;
       
    87 }
       
    88 
       
    89 .Ldt-CreateAnnotation-Tags, .Ldt-CreateAnnotation-Polemics {
       
    90     width: 520px;
       
    91 }
       
    92 
       
    93 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle {
       
    94     display: block; margin: 5px 0 2px; font-size: 12px;
       
    95 }
       
    96 
       
    97 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
       
    98     list-style: none;
       
    99 }
       
   100 
       
   101 li.Ldt-CreateAnnotation-TagLi {
       
   102     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
   103     background: url(img/tag.png) left top no-repeat;
       
   104     cursor: pointer;
       
   105 }
       
   106 
       
   107 .Ldt-CreateAnnotation-TagButton {
       
   108     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
   109     background: url(img/tag.png) right top no-repeat;
       
   110 }
       
   111 
       
   112 li.Ldt-CreateAnnotation-TagLi:hover {
       
   113     background-position: left -23px;
       
   114 }
       
   115 
       
   116 .Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton {
       
   117     background-position: right -23px;
       
   118 }
       
   119 
       
   120 li.Ldt-CreateAnnotation-TagLi.selected {
       
   121     background-position: left -46px;
       
   122 }
       
   123 
       
   124 .Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton {
       
   125     background-position: right -46px;
       
   126 }
       
   127 
       
   128 li.Ldt-CreateAnnotation-PolemicLi {
       
   129     display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0;
       
   130     background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center;
       
   131     cursor: pointer;
       
   132 }
       
   133 
       
   134 li.Ldt-CreateAnnotation-PolemicLi:hover {
       
   135     background-position: 0 -23px;
       
   136 }
       
   137 
       
   138 li.Ldt-CreateAnnotation-PolemicLi.selected {
       
   139     background-position: 0 -46px;
       
   140 }
       
   141 
       
   142 .Ldt-CreateAnnotation-InnerBox {
       
   143     margin: 20px 50px;
       
   144     border: 1px solid #CCCCCC;
       
   145     padding: 20px;
       
   146     background: #FFFFFF;
       
   147     color: #FF3B77; text-align: center;
       
   148     font-size: 13px; font-weight: bold;
       
   149 }
       
   150 
       
   151 a.Ldt-CreateAnnotation-Close {
       
   152     position: absolute; top: 2px; right: 2px;
       
   153     display: inline-block; width: 17px; height: 17px; margin: 2px;
       
   154     background: url(img/widget-control.png);
       
   155 }
       
   156 
       
   157 a.Ldt-CreateAnnotation-Close:hover {
       
   158     background-position: -17px 0;
       
   159 }