| 1 |
.show-time-container |
| 2 |
{ |
| 3 |
float: left; |
| 4 |
width: 50%; |
| 5 |
min-width: 225px; |
| 6 |
font-size: 1.6em; |
| 7 |
} |
| 8 |
|
| 9 |
.show-time-container select |
| 10 |
{ |
| 11 |
height: auto; |
| 12 |
} |
| 13 |
|
| 14 |
.add-new-entry { |
| 15 |
background: #EBF5FF; |
| 16 |
border-width: 1px 0; |
| 17 |
border-style: solid; |
| 18 |
border-color: #829BB0; |
| 19 |
padding: 1em; |
| 20 |
} |
| 21 |
|
| 22 |
.set-joan-show-deets { |
| 23 |
width: 45%; |
| 24 |
padding: 0 1%; |
| 25 |
float: left; |
| 26 |
} |
| 27 |
|
| 28 |
.joan-message-window { |
| 29 |
position: fixed; |
| 30 |
top: 4em; |
| 31 |
right: 2em; |
| 32 |
width: 250px; |
| 33 |
padding: 1em; |
| 34 |
|
| 35 |
line-height: 25px; |
| 36 |
text-align: center; |
| 37 |
|
| 38 |
border: 1px solid; |
| 39 |
font-weight: bold; |
| 40 |
|
| 41 |
-webkit-border-radius: 10px; |
| 42 |
-moz-border-radius: 10px; |
| 43 |
border-radius: 10px; |
| 44 |
|
| 45 |
font-size: 1.4em; |
| 46 |
|
| 47 |
display: none; |
| 48 |
z-index: 500; |
| 49 |
} |
| 50 |
|
| 51 |
.set-joan-show-deets .show-detail { |
| 52 |
width: 100%; |
| 53 |
} |
| 54 |
|
| 55 |
input[name="showname"].show-detail { |
| 56 |
font-size: 1.6em; |
| 57 |
} |
| 58 |
|
| 59 |
.joan-entry |
| 60 |
{ |
| 61 |
display: none; |
| 62 |
clear: both; |
| 63 |
} |
| 64 |
|
| 65 |
.day-container |
| 66 |
{ |
| 67 |
clear: both; |
| 68 |
} |
| 69 |
|
| 70 |
.joan-image { |
| 71 |
float: left; |
| 72 |
width: 10%; |
| 73 |
max-width: 100px; |
| 74 |
margin-right: 1%; |
| 75 |
} |
| 76 |
|
| 77 |
.joan-entry input[type="text"] { |
| 78 |
padding: 0.5em 0.3em; |
| 79 |
} |
| 80 |
|
| 81 |
.joan-entry .image-url |
| 82 |
{ |
| 83 |
width: 50%; |
| 84 |
} |
| 85 |
|
| 86 |
.joan-show-name input{ |
| 87 |
font-size: 1.6em; |
| 88 |
padding: 0.5em 0.3em; |
| 89 |
width: 50%; |
| 90 |
} |
| 91 |
|
| 92 |
.joan-delete-show |
| 93 |
{ |
| 94 |
margin-left: 1em; |
| 95 |
} |
| 96 |
|
| 97 |
.tab-navigation { |
| 98 |
|
| 99 |
height: 1.8em; |
| 100 |
margin-bottom: 0; |
| 101 |
} |
| 102 |
|
| 103 |
.tab-navigation li { |
| 104 |
color: #21759B; |
| 105 |
cursor: pointer; |
| 106 |
|
| 107 |
float: left; |
| 108 |
display: block; |
| 109 |
width: auto; |
| 110 |
margin-right: 0.5em; |
| 111 |
padding-right: 0.5em; |
| 112 |
border-right: 1px solid #666; |
| 113 |
|
| 114 |
font-size: 1.4em; |
| 115 |
} |
| 116 |
|
| 117 |
.joan-tabs { |
| 118 |
position: relative; |
| 119 |
} |
| 120 |
|
| 121 |
.joan-tabs .tab-container |
| 122 |
{ |
| 123 |
display: none; |
| 124 |
position: absolute; |
| 125 |
width: 100%; |
| 126 |
} |
| 127 |
|
| 128 |
.hide-on-simple { |
| 129 |
display: none; |
| 130 |
} |
| 131 |
|
| 132 |
.editing .hide-on-simple { |
| 133 |
display: block; |
| 134 |
} |
| 135 |
|
| 136 |
|
| 137 |
.clr { |
| 138 |
clear: both; |
| 139 |
} |