You are here

base.css in Lingotek Translation 7.6

.lingotek-highlight {
  background-color: #ecf2f9 !important;
}

#navbar-link-admin-settings-lingotek::before {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/ico_chevs_dd.png");
}

.ltk-icon {
}

.ltk-icon:hover {
    text-decoration: none;
    color: #00348D;
}

div.form-item-create-lingotek-document-workbench-moderation, div.form-item-sync-method-workbench-moderation {
  margin-left: 50px;
}

/*div.form-item-create-lingotek-document-workbench-moderation label, div.form-item-syncMethod-wb label {
  font-weight: normal !important;
}*/

div.form-item.form-item-lingotek-create-documents-by-default-workbench-moderation,
div.form-item.form-item-wb-options {
  margin-left: 50px;
}

#edit-wb-select {
  margin-left: 50px;
}

/* Settings/Setup - Content Types Table */

.lingotek-content-settings-table td div {
  float: left;
  padding-right: 15px !important;
}

input.lingotek-content-settings-table.form-checkbox {
  margin: 0px;
}

#lingotek-profiles {
  width: auto;
}

/* Bulk Grid */

#lingotek-bulk-grid-form #edit-header-fieldset .form-item {
  float:left;
  margin-left: 15px;
}

#modal-content #edit-filters .form-item {
}

#modal-content #edit-filter-buttons {
  clear: both;
}

.form-item.form-item-select-actions {
  padding: 0px;
}

.form-item-select-actions label, .form-item-search label {
  display: inline;
}

.form-item-search-type, .form-item-search, .form-item-search-submit {
  display: inline;
}

.lingotek-action {
  float: right;
  font-size: 125%;
  margin-left: 20px;
  margin-top: 30px;
  color: #666;
}

.lingotek-action:hover {
  color: #333;
  text-decoration: none;
}

.grid-result-summary {
  color: #666;
}

#page-limit {
  text-align: center;
}

.form-item-limit-select {
  display: inline;
}

#edit-grid-container .table-select-processed {
  clear: both;
}
#edit-grid-container > .grid-empty {
  clear: both;
  padding: 25px;
  background: #f3f3f3;
  border: #aaa;
}

#edit-custom-columns {
    columns:100px 2;
    -webkit-columns:100px 2;
    -moz-columns:100px 2;
}

a.language-icon {
  background-color:#80a49e;
  border-radius: 3px;
  margin-right: 3px;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  color: #fff !important;
  white-space: nowrap;
  border: 1px solid #fff;
}

.language-icon.target-non-lingotek {
  background-color: inherit;
  border: 1px solid #ccc;
  color: #aaa !important;
}

.language-icon.target-pending {
  background-color: #CE2029;
  border: 1px solid #CE2029;
}

.language-icon.target-current {
  background-color: rgba(68,135,204,0.9);
  border: 1px solid rgba(68,135,204,1);
}

.language-icon.target-ready {
  background-color: #59ad1a;
  border: 1px solid #59ad1a;
}

.language-icon.target-edited {
  background-color: #585858;
  border: 1px solid #585858;
}

.language-icon.target-untracked {
  background-color: #999;
  border: 1px solid #999;
}

.language-icon.target-target_localize {
  background-color:#999;
  border: 1px solid #999;
}

.language-icon.target-target_edited {
  color: #000 !important;
  background-color:inherit;
  border: 1px #000 solid;
}

.language-icon.target-pending.target-disabled {
  background-color: inherit;
  border: 1px solid rgba(206,32,41,0.5);
  color: #aaa !important;
}

.language-icon.target-ready.target-disabled {
  background-color: inherit;
  border: 1px solid rgba(89,173,26,0.8);
  color: #aaa !important;
}

.language-icon.target-current.target-disabled {
  background-color: inherit;
  border: 1px solid rgba(68,135,204,0.8);
  color: #aaa !important;
}

.ltk-complete-check {
    color: green;
    font-size: 150%;
}

.ltk-upload {
    color: #444;
}
.ltk-upload:hover {
    color: #000;
}

.ltk-download {
    color: #59ad1a;
}
.ltk-download:hover {
    color: green;
}

.ltk-refresh {
    color: #CE2029;
}
.ltk-refresh:hover {
    color: darkred;
}

.ltk-muted {
    color: #666;
}

.ltk-disabled-icon {
  color: #ddd;
}

.ltk-disabled-text {
  color: #666;
}
.ltk-enabled-text {
  color: green;
}

.no-localized-title, .no-localized-title a {
  color: #444;
  /*font-style: italic;*/
}

.lingotek-node-actions, .lingotek-language-source i {
  font-size: 150%;
  white-space: nowrap;
}
.lingotek-node-actions a:hover {
    text-decoration: none;
    color: #00348D;
}

a.ltk-action:hover {
    text-decoration: none;
    color: #00348D;
}

.ltk-upload-button {
  color: #333;
  cursor: pointer;
}

.ltk-upload-button:hover {
  color: #000;
}

.node-configuration {
  color: #48C;
}

.ltk-hidden-modal-trigger, #edit-settings-link, #change-workflow-link {
  display: none;
}

.lingotek-progress {
  background-color: #F7F7F7;
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.lingotek-progress .bar {
  -moz-box-sizing: border-box;
  margin: 0;
  background-color: #0E90D2;
  background-image: linear-gradient(to bottom, #149BDF, #0480BE);
  background-repeat: repeat-x;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition: width 0.6s ease 0s;
  width: 0;
}


.lingotek-progress .percent {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 100%;
  padding-top: 1px;
}

.bold-row td {
  background-color: #CCCCCC
}

a.tooltips {
  position: relative;
  display: inline;
  text-decoration: none;
  color: inherit;
}

a:hover.tooltips {
  text-decoration: none;
}

a.tooltips span {
  position: absolute;
  right: -75px;
  color: #FFFFFF;
  background: #333;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  text-decoration: none;
  padding: 5px;
  font-size: 13px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  text-decoration: none;
}

a:hover.tooltips span {
  visibility: visible;
  top: 30px;
  left: 50%;
  margin-left: -90px;
  z-index: 999;
  text-decoration: none;
}

File

style/base.css
View source
  1. .lingotek-highlight {
  2. background-color: #ecf2f9 !important;
  3. }
  4. #navbar-link-admin-settings-lingotek::before {
  5. background-attachment: scroll;
  6. background-color: transparent;
  7. background-position: center center;
  8. background-repeat: no-repeat;
  9. background-image: url("../images/ico_chevs_dd.png");
  10. }
  11. .ltk-icon {
  12. }
  13. .ltk-icon:hover {
  14. text-decoration: none;
  15. color: #00348D;
  16. }
  17. div.form-item-create-lingotek-document-workbench-moderation, div.form-item-sync-method-workbench-moderation {
  18. margin-left: 50px;
  19. }
  20. /*div.form-item-create-lingotek-document-workbench-moderation label, div.form-item-syncMethod-wb label {
  21. font-weight: normal !important;
  22. }*/
  23. div.form-item.form-item-lingotek-create-documents-by-default-workbench-moderation,
  24. div.form-item.form-item-wb-options {
  25. margin-left: 50px;
  26. }
  27. #edit-wb-select {
  28. margin-left: 50px;
  29. }
  30. /* Settings/Setup - Content Types Table */
  31. .lingotek-content-settings-table td div {
  32. float: left;
  33. padding-right: 15px !important;
  34. }
  35. input.lingotek-content-settings-table.form-checkbox {
  36. margin: 0px;
  37. }
  38. #lingotek-profiles {
  39. width: auto;
  40. }
  41. /* Bulk Grid */
  42. #lingotek-bulk-grid-form #edit-header-fieldset .form-item {
  43. float:left;
  44. margin-left: 15px;
  45. }
  46. #modal-content #edit-filters .form-item {
  47. }
  48. #modal-content #edit-filter-buttons {
  49. clear: both;
  50. }
  51. .form-item.form-item-select-actions {
  52. padding: 0px;
  53. }
  54. .form-item-select-actions label, .form-item-search label {
  55. display: inline;
  56. }
  57. .form-item-search-type, .form-item-search, .form-item-search-submit {
  58. display: inline;
  59. }
  60. .lingotek-action {
  61. float: right;
  62. font-size: 125%;
  63. margin-left: 20px;
  64. margin-top: 30px;
  65. color: #666;
  66. }
  67. .lingotek-action:hover {
  68. color: #333;
  69. text-decoration: none;
  70. }
  71. .grid-result-summary {
  72. color: #666;
  73. }
  74. #page-limit {
  75. text-align: center;
  76. }
  77. .form-item-limit-select {
  78. display: inline;
  79. }
  80. #edit-grid-container .table-select-processed {
  81. clear: both;
  82. }
  83. #edit-grid-container > .grid-empty {
  84. clear: both;
  85. padding: 25px;
  86. background: #f3f3f3;
  87. border: #aaa;
  88. }
  89. #edit-custom-columns {
  90. columns:100px 2;
  91. -webkit-columns:100px 2;
  92. -moz-columns:100px 2;
  93. }
  94. a.language-icon {
  95. background-color:#80a49e;
  96. border-radius: 3px;
  97. margin-right: 3px;
  98. padding: 1px;
  99. padding-left: 4px;
  100. padding-right: 4px;
  101. color: #fff !important;
  102. white-space: nowrap;
  103. border: 1px solid #fff;
  104. }
  105. .language-icon.target-non-lingotek {
  106. background-color: inherit;
  107. border: 1px solid #ccc;
  108. color: #aaa !important;
  109. }
  110. .language-icon.target-pending {
  111. background-color: #CE2029;
  112. border: 1px solid #CE2029;
  113. }
  114. .language-icon.target-current {
  115. background-color: rgba(68,135,204,0.9);
  116. border: 1px solid rgba(68,135,204,1);
  117. }
  118. .language-icon.target-ready {
  119. background-color: #59ad1a;
  120. border: 1px solid #59ad1a;
  121. }
  122. .language-icon.target-edited {
  123. background-color: #585858;
  124. border: 1px solid #585858;
  125. }
  126. .language-icon.target-untracked {
  127. background-color: #999;
  128. border: 1px solid #999;
  129. }
  130. .language-icon.target-target_localize {
  131. background-color:#999;
  132. border: 1px solid #999;
  133. }
  134. .language-icon.target-target_edited {
  135. color: #000 !important;
  136. background-color:inherit;
  137. border: 1px #000 solid;
  138. }
  139. .language-icon.target-pending.target-disabled {
  140. background-color: inherit;
  141. border: 1px solid rgba(206,32,41,0.5);
  142. color: #aaa !important;
  143. }
  144. .language-icon.target-ready.target-disabled {
  145. background-color: inherit;
  146. border: 1px solid rgba(89,173,26,0.8);
  147. color: #aaa !important;
  148. }
  149. .language-icon.target-current.target-disabled {
  150. background-color: inherit;
  151. border: 1px solid rgba(68,135,204,0.8);
  152. color: #aaa !important;
  153. }
  154. .ltk-complete-check {
  155. color: green;
  156. font-size: 150%;
  157. }
  158. .ltk-upload {
  159. color: #444;
  160. }
  161. .ltk-upload:hover {
  162. color: #000;
  163. }
  164. .ltk-download {
  165. color: #59ad1a;
  166. }
  167. .ltk-download:hover {
  168. color: green;
  169. }
  170. .ltk-refresh {
  171. color: #CE2029;
  172. }
  173. .ltk-refresh:hover {
  174. color: darkred;
  175. }
  176. .ltk-muted {
  177. color: #666;
  178. }
  179. .ltk-disabled-icon {
  180. color: #ddd;
  181. }
  182. .ltk-disabled-text {
  183. color: #666;
  184. }
  185. .ltk-enabled-text {
  186. color: green;
  187. }
  188. .no-localized-title, .no-localized-title a {
  189. color: #444;
  190. /*font-style: italic;*/
  191. }
  192. .lingotek-node-actions, .lingotek-language-source i {
  193. font-size: 150%;
  194. white-space: nowrap;
  195. }
  196. .lingotek-node-actions a:hover {
  197. text-decoration: none;
  198. color: #00348D;
  199. }
  200. a.ltk-action:hover {
  201. text-decoration: none;
  202. color: #00348D;
  203. }
  204. .ltk-upload-button {
  205. color: #333;
  206. cursor: pointer;
  207. }
  208. .ltk-upload-button:hover {
  209. color: #000;
  210. }
  211. .node-configuration {
  212. color: #48C;
  213. }
  214. .ltk-hidden-modal-trigger, #edit-settings-link, #change-workflow-link {
  215. display: none;
  216. }
  217. .lingotek-progress {
  218. background-color: #F7F7F7;
  219. background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  220. background-repeat: repeat-x;
  221. border-radius: 4px 4px 4px 4px;
  222. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  223. height: 20px;
  224. overflow: hidden;
  225. position: relative;
  226. }
  227. .lingotek-progress .bar {
  228. -moz-box-sizing: border-box;
  229. margin: 0;
  230. background-color: #0E90D2;
  231. background-image: linear-gradient(to bottom, #149BDF, #0480BE);
  232. background-repeat: repeat-x;
  233. box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  234. color: #FFFFFF;
  235. float: left;
  236. font-size: 12px;
  237. height: 100%;
  238. text-align: center;
  239. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  240. transition: width 0.6s ease 0s;
  241. width: 0;
  242. }
  243. .lingotek-progress .percent {
  244. position: absolute;
  245. width: 100%;
  246. text-align: center;
  247. color: #333333;
  248. font-weight: bold;
  249. font-size: 100%;
  250. padding-top: 1px;
  251. }
  252. .bold-row td {
  253. background-color: #CCCCCC
  254. }
  255. a.tooltips {
  256. position: relative;
  257. display: inline;
  258. text-decoration: none;
  259. color: inherit;
  260. }
  261. a:hover.tooltips {
  262. text-decoration: none;
  263. }
  264. a.tooltips span {
  265. position: absolute;
  266. right: -75px;
  267. color: #FFFFFF;
  268. background: #333;
  269. line-height: 18px;
  270. text-align: center;
  271. visibility: hidden;
  272. border-radius: 6px;
  273. text-decoration: none;
  274. padding: 5px;
  275. font-size: 13px;
  276. }
  277. a.tooltips span:after {
  278. content: '';
  279. position: absolute;
  280. bottom: 100%;
  281. left: 50%;
  282. margin-left: -8px;
  283. width: 0; height: 0;
  284. border-bottom: 8px solid #333;
  285. border-right: 8px solid transparent;
  286. border-left: 8px solid transparent;
  287. text-decoration: none;
  288. }
  289. a:hover.tooltips span {
  290. visibility: visible;
  291. top: 30px;
  292. left: 50%;
  293. margin-left: -90px;
  294. z-index: 999;
  295. text-decoration: none;
  296. }