001/* 002 * This library is part of OpenCms - 003 * the Open Source Content Management System 004 * 005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) 006 * 007 * This library is free software; you can redistribute it and/or 008 * modify it under the terms of the GNU Lesser General Public 009 * License as published by the Free Software Foundation; either 010 * version 2.1 of the License, or (at your option) any later version. 011 * 012 * This library is distributed in the hope that it will be useful, 013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 015 * Lesser General Public License for more details. 016 * 017 * For further information about Alkacon Software, please see the 018 * company website: http://www.alkacon.com 019 * 020 * For further information about OpenCms, please see the 021 * project website: http://www.opencms.org 022 * 023 * You should have received a copy of the GNU Lesser General Public 024 * License along with this library; if not, write to the Free Software 025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 026 */ 027 028package org.opencms.ui.components; 029 030import org.opencms.main.OpenCms; 031import org.opencms.util.CmsStringUtil; 032 033/** 034 * Contains the CSS style name constants used within the theme.<p> 035 */ 036public final class OpenCmsTheme { 037 038 /** CSS style name. */ 039 public static final String APP_BUTTON = "o-app-button"; 040 041 /** CSS style name. */ 042 public static final String APP_BUTTON_PADDED = "o-app-button-padded"; 043 044 /** CSS style name. */ 045 public static final String APP_CONTENT = "o-app-content"; 046 047 /** CSS style name. */ 048 public static final String APP_INFO = "o-app-info"; 049 050 /** CSS style name. */ 051 public static final String BOOKMARKS_PLACEHOLDER = "o-bookmarks-placeholder"; 052 053 /** CSS style name. */ 054 public static final String BUTTON_BLUE = "o-button-blue"; 055 056 /** CSS style name. */ 057 public static final String BUTTON_ICON = "o-button-icon"; 058 059 /** CSS style name. */ 060 public static final String BUTTON_INVISIBLE = "o-button-invisible"; 061 062 /** CSS style name. */ 063 public static final String BUTTON_OVERLAY = "o-button-overlay"; 064 065 /** CSS style name. */ 066 public static final String BUTTON_OVERLAY_BLUE = "o-button-overlay-blue"; 067 068 /** CSS style name. */ 069 public static final String BUTTON_OVERLAY_BLUE_INVERSE = "o-button-overlay-blue-inv"; 070 071 /** CSS style name. */ 072 public static final String BUTTON_OVERLAY_BLUE_LIGHT = "o-button-overlay-blue-light"; 073 074 /** CSS style name. */ 075 public static final String BUTTON_OVERLAY_CYAN = "o-button-overlay-cyan"; 076 077 /** CSS style name. */ 078 public static final String BUTTON_OVERLAY_CYAN_INVERSE = "o-button-overlay-cyan-inv"; 079 080 /** CSS style name. */ 081 public static final String BUTTON_OVERLAY_GRAY_LIGHT = "o-button-overlay-gray-light"; 082 083 /** CSS style name. */ 084 public static final String BUTTON_OVERLAY_GREEN = "o-button-overlay-green"; 085 086 /** CSS style name. */ 087 public static final String BUTTON_OVERLAY_ORANGE = "o-button-overlay-orange"; 088 089 /** CSS style name. */ 090 public static final String BUTTON_OVERLAY_RED = "o-button-overlay-red"; 091 092 /** CSS style name. */ 093 public static final String BUTTON_PRESSED = "o-button-pressed"; 094 095 /** CSS style name. */ 096 public static final String BUTTON_RED = "o-button-red"; 097 098 /** CSS style name. */ 099 public static final String BUTTON_SITE = "o-button-site"; 100 101 /** CSS style name. */ 102 public static final String BUTTON_TABLE_ICON = "o-button-table-icon"; 103 104 /** CSS style name. */ 105 public static final String BUTTON_UNPADDED = "o-button-unpadded"; 106 107 /** CSS style name. */ 108 public static final String COLOR_BLUE = "o-color-blue"; 109 110 /** CSS style name. */ 111 public static final String COLOR_CYAN = " o-color-cyan"; 112 113 /** CSS style name. */ 114 public static final String COLOR_GRAY = "o-color-gray"; 115 116 /** CSS style name. */ 117 public static final String COLOR_ORANGE = "o-color-orange"; 118 119 /** CSS style name. */ 120 public static final String COLOR_RED = "o-color-red"; 121 122 /** CSS style name. */ 123 public static final String CRUMB_WRAPPER = "o-crumb-wrapper"; 124 125 /** CSS style name. */ 126 public static final String CRUMBS = "o-crumbs"; 127 128 /** CSS style name.*/ 129 public static final String DELETE_UNUSED = "oc-icon-32-delete-unused"; 130 131 /** CSS style name. */ 132 public static final String DIALOG = "o-dialog"; 133 134 /** CSS style name. */ 135 public static final String DIALOG_BUTTON_BAR = "o-dialog-button-bar"; 136 137 /** CSS style name. */ 138 public static final String DIALOG_CONTENT = "o-dialog-content"; 139 140 /** CSS style name. */ 141 public static final String DIALOG_CONTENT_PANEL = "o-dialog-content-panel"; 142 143 /** CSS style name. */ 144 public static final String DIALOG_FORM = "o-dialog-form"; 145 146 /** CSS style name. */ 147 public static final String DIFF_TYPE_ADDED = "diffTypeAdded"; 148 149 /** CSS style name. */ 150 public static final String DIFF_TYPE_CHANGED = "diffTypeChanged"; 151 152 /** CSS style name. */ 153 public static final String DIFF_TYPE_DELETED = "diffTypeDeleted"; 154 155 /** CSS style name. */ 156 public static final String DIFF_TYPE_UNCHANGED = "diffTypeUnchanged"; 157 158 /** CSS style name. */ 159 public static final String DISABLED = "o-disabled"; 160 161 /** CSS style name. */ 162 public static final String DROPDOWN = "o-dropdown"; 163 164 /** CSS style name. */ 165 public static final String EXPIRED = "o-expired"; 166 167 /** CSS style name. */ 168 public static final String FILE_TREE = "o-file-tree"; 169 170 /** CSS style name. */ 171 public static final String FORMLAYOUT_WORKPLACE_MAIN = "o-formlayout-workplace-main"; 172 173 /** CSS style name. */ 174 public static final String FULL_WIDTH_PADDING = "o-full-width-padding"; 175 176 /** CSS style name. */ 177 public static final String GALLERY_ALERT_IN_USE = "o-gallery-alert-in-use"; 178 179 /** CSS style name. */ 180 public static final String GALLERY_FORM = "o-gallery-form"; 181 182 /** CSS style name. */ 183 public static final String GALLERY_GRID_ROW_ODD = "o-gallery-grid-row-odd"; 184 185 /** CSS style name. */ 186 public static final String GALLERY_PREVIEW_IMAGE = "o-gallery-preview-image"; 187 188 /** CSS style name. */ 189 public static final String HIDDEN = "hidden"; 190 191 /** CSS style name. */ 192 public static final String HIDDEN_TOOLBAR = "o-hidden-toolbar"; 193 194 /** CSS style name. */ 195 public static final String HOVER_COLUMN = "o-hover-column"; 196 197 /** The cache icon CSS class.*/ 198 public static final String ICON_CACHE = "oc-icon-24-cache"; 199 200 /** The database icon CSS class. */ 201 public static final String ICON_DATABASE = "oc-icon-24-database"; 202 203 /** CSS class for the date search app icon. */ 204 public static final String ICON_DATE_SEARCH = "oc-icon-32-date-search"; 205 206 /** CSS style name.*/ 207 public static final String ICON_EXLPORER = "oc-icon-24-folder"; 208 209 /** CSS style name.*/ 210 public static final String ICON_EXLPORER_BIG = "oc-icon-32-explorer"; 211 212 /** The group icon CSS class. */ 213 public static final String ICON_GROUP = "oc-icon-24-group"; 214 215 /** The job icon CSS class. */ 216 public static final String ICON_JOB = "oc-icon-24-scheduler"; 217 218 /**The Log icon. */ 219 public static final String ICON_LOG = "oc-icon-24-log"; 220 221 /** CSS class for a newsletter app icon (app is not part of core). */ 222 public static final String ICON_NEWSLETTER = "oc-icon-32-newsletter"; 223 224 /**Icon for OUs. */ 225 public static final String ICON_OU = "oc-icon-24-orgunit"; 226 227 /**Icon for OUs for web user. */ 228 public static final String ICON_OU_WEB = "oc-icon-24-webuser"; 229 230 /** CSS style name.*/ 231 public static final String ICON_PERSON_DATA = "oc-icon-32-person-data"; 232 233 /** The icon for all principal option (currently used in principal select).*/ 234 public static final String ICON_PRINCIPAL_ALL = "oc-icon-24-principal-all"; 235 236 /** The icon for overwriting principal (currently used in principal select).*/ 237 public static final String ICON_PRINCIPAL_OVERWRITE = "oc-icon-24-principal-overwrite"; 238 239 /** The project icon CSS class. */ 240 public static final String ICON_PROJECT = "oc-icon-24-project"; 241 242 /** Path to the project current theme resource. */ 243 public static final String ICON_PROJECT_CURRENT = "oc-icon-24-project_yellow"; 244 245 /** Path to the project other theme resource. */ 246 public static final String ICON_PROJECT_OTHER = "oc-icon-24-project_red"; 247 248 /** Path to the project publish theme resource. */ 249 public static final String ICON_PUBLISH = "oc-icon-24-publish"; 250 251 /** CSS class for a redirect app icon (app is not part of core). */ 252 public static final String ICON_REDIRECT = "oc-icon-32-redirect"; 253 254 /** CSS style name.*/ 255 public static final String ICON_RESOURCE_TYPES = "oc-icon-32-resource-types"; 256 257 /** The role icon CSS class.*/ 258 public static final String ICON_ROLE = "oc-icon-24-role"; 259 260 /** The search icon. */ 261 public static final String ICON_SEARCH = "oc-icon-32-search"; 262 263 /**The session icon.*/ 264 public static final String ICON_SESSION = "oc-icon-24-session"; 265 266 /** The cache icon CSS class. */ 267 public static final String ICON_SITE = "oc-icon-24-site"; 268 269 /** CSS style name.*/ 270 public static final String ICON_TERMINAL = "oc-icon-32-terminal"; 271 272 /** CSS style name.*/ 273 public static final String ICON_TOOL_1 = "oc-icon-32-tool1"; 274 275 /** CSS style name.*/ 276 public static final String ICON_TOOL_2 = "oc-icon-32-tool2"; 277 278 /** CSS style name.*/ 279 public static final String ICON_TOOL_3 = "oc-icon-32-tool3"; 280 281 /** CSS style name.*/ 282 public static final String ICON_TOOL_4 = "oc-icon-32-tool4"; 283 284 /** CSS style name.*/ 285 public static final String ICON_TOOL_5 = "oc-icon-32-tool5"; 286 287 /** The user icon CSS class.*/ 288 public static final String ICON_USER = "oc-icon-24-user"; 289 290 /** CSS style name. */ 291 public static final String IMAGE_GRADIENT = "o-image-gradient"; 292 293 /** CSS style name. */ 294 public static final String IMAGE_TRANSPARENT = "o-image-transparent"; 295 296 /** CSS style name. */ 297 public static final String IN_NAVIGATION = "o-in-navigation"; 298 299 /** CSS style name. */ 300 public static final String INFO = "o-info-dialog"; 301 302 /** CSS style name. */ 303 public static final String INFO_ELEMENT_NAME = "o-info-dialog-name"; 304 305 /** CSS style name. */ 306 public static final String INFO_ELEMENT_VALUE = "o-info-dialog-value"; 307 308 /** CSS style name. */ 309 public static final String INLINE_TEXTFIELD = "o-inline-textfield"; 310 311 /** CSS style name. */ 312 public static final String LABEL_ERROR = "o-label-error"; 313 314 /** CSS style name. */ 315 public static final String LOCK_OTHER = "o-lock-other"; 316 317 /** CSS style name. */ 318 public static final String LOCK_PUBLISH = "o-lock-publish"; 319 320 /** CSS style name. */ 321 public static final String LOCK_SHARED = "o-lock-shared"; 322 323 /** CSS style name. */ 324 public static final String LOCK_USER = "o-lock-user"; 325 326 /** CSS style name. */ 327 public static final String MAIN = "o-main"; 328 329 /** CSS style name. */ 330 public static final String NAVIGATOR_DROPDOWN = "o-navigator-dropdown"; 331 332 /** CSS style name. */ 333 public static final String NO_TRANSLATION_ICON = "o-notranslation"; 334 335 /** Path to the OpenCms logo theme resource. */ 336 public static final String OPENCMS_LOGO_PATH = "img/opencmsLogo.png"; 337 338 /** CSS style name. */ 339 public static final String OPTIMIZE_GALLERY_WARNING = "o-optimize-gallery-warning"; 340 341 /** CSS style name. */ 342 public static final String PADDING_HORIZONTAL = "o-padding-horizontal"; 343 344 /** CSS style name. */ 345 public static final String POINTER = "o-pointer"; 346 347 /** CSS style name. */ 348 public static final String PROJECT_OTHER = "o-project-other"; 349 350 /** CSS style name. */ 351 public static final String QUICK_LAUNCH_EDITOR = "o-quicklaunch-editor"; 352 353 /** CSS style name. */ 354 public static final String REDUCED_MARGIN = "o-reduced-margin"; 355 356 /** CSS style name. */ 357 public static final String REDUCED_SPACING = "o-reduced-spacing"; 358 359 /** CSS style name. */ 360 public static final String REQUIRED_BUTTON = "o-required-button"; 361 362 /** CSS style name. */ 363 public static final String RESINFO_HIDDEN_ICON = "o-resinfo-hidden-icon"; 364 365 /** CSS style name. */ 366 public static final String RESINFO_POINTER = "o-resinfo-pointer"; 367 368 /** CSS style name. */ 369 public static final String RESOURCE_ICON = "o-resource-icon"; 370 371 /** CSS style name. */ 372 public static final String RESOURCE_INFO = "o-resource-info"; 373 374 /** CSS style name. */ 375 public static final String RESOURCE_INFO_DIRECTLINK = "o-resourceinfo-directlink"; 376 377 /** CSS style name. */ 378 public static final String RESOURCE_INFO_WEAK = "o-resourceinfo-weak"; 379 380 /** CSS style name. */ 381 public static final String RESPONSIVE = "o-responsive"; 382 383 /** CSS style name. */ 384 public static final String SECURITY = "o-security"; 385 386 /** CSS style name. */ 387 public static final String SECURITY_INVALID = SECURITY + "-invalid"; 388 389 /** CSS style name. */ 390 public static final String SECURITY_STRONG = SECURITY + "-strong"; 391 392 /** CSS style name. */ 393 public static final String SECURITY_WEAK = SECURITY + "-weak"; 394 395 /** CSS style name. */ 396 public static final String SIBLING = "o-sibling"; 397 398 /** CSS style name. */ 399 public static final String SIMPLE_DRAG = "o-simple-drag"; 400 401 /** CSS style name. */ 402 public static final String SITEMAP_LOCALE_BAR = "o-sitemap-locale-bar"; 403 404 /** CSS style name. */ 405 public static final String STATE_CHANGED = "o-state-changed"; 406 407 /** CSS style name. */ 408 public static final String STATE_DELETED = "o-state-deleted"; 409 410 /** CSS style name. */ 411 public static final String STATE_NEW = "o-state-new"; 412 413 /** CSS style name.*/ 414 public static final String TABLE_CELL_DISABLED = "o-table-cell-disabled"; 415 416 /** CSS style name. */ 417 public static final String TABLE_CELL_PADDING = "o-table-cell-padding"; 418 419 /** CSS style name. */ 420 public static final String TABLE_COLUMN_BOX_BLACK = " o-box-black"; 421 422 /** CSS style name. */ 423 public static final String TABLE_COLUMN_BOX_BLUE = " o-box-blue"; 424 425 /** CSS style name. */ 426 public static final String TABLE_COLUMN_BOX_BLUE_LIGHT = " o-box-blue-light"; 427 428 /** CSS style name. */ 429 public static final String TABLE_COLUMN_BOX_CYAN = " o-box-cyan"; 430 431 /** CSS style name. */ 432 public static final String TABLE_COLUMN_BOX_DARKGRAY = " o-box-gray-darker"; 433 434 /** CSS style name. */ 435 public static final String TABLE_COLUMN_BOX_DARKRED = " o-box-red-dark"; 436 437 /** CSS style name. */ 438 public static final String TABLE_COLUMN_BOX_GRAY = " o-box-gray"; 439 440 /** CSS style name. */ 441 public static final String TABLE_COLUMN_BOX_GRAY_DARKER = " o-box-gray-darker"; 442 443 /** CSS style name. */ 444 public static final String TABLE_COLUMN_BOX_GREEN = " o-box-green"; 445 446 /** CSS style name. */ 447 public static final String TABLE_COLUMN_BOX_ORANGE = " o-box-orange"; 448 449 /** CSS style name. */ 450 public static final String TABLE_COLUMN_BOX_ORANGE_DARK = " o-box-orange-dark"; 451 452 /** CSS style name. */ 453 public static final String TABLE_COLUMN_BOX_RED = " o-box-red"; 454 455 /** CSS style name. */ 456 public static final String TABLE_CONST_COLOR = "o-table-const-color"; 457 458 /** CSS style name. */ 459 public static final String TOOLABER_APP_INDICATOR = "o-toolbar-app-indicator"; 460 461 /** CSS style name. */ 462 public static final String TOOLABER_APP_INDICATOR_ONLINE = "o-toolbar-app-indicator-online"; 463 464 /** CSS style name. */ 465 public static final String TOOLBAR = "o-toolbar"; 466 467 /** CSS style name. */ 468 public static final String TOOLBAR_BUTTON = "o-toolbar-button"; 469 470 /** CSS style name. */ 471 public static final String TOOLBAR_CENTER = "o-toolbar-center"; 472 473 /** CSS style name. */ 474 public static final String TOOLBAR_FIELD = "o-toolbar-field"; 475 476 /** CSS style name. */ 477 public static final String TOOLBAR_INNER = "o-toolbar-inner"; 478 479 /** CSS style name. */ 480 public static final String TOOLBAR_ITEMS_LEFT = "o-toolbar-items-left"; 481 482 /** CSS style name. */ 483 public static final String TOOLBAR_ITEMS_RIGHT = "o-toolbar-items-right"; 484 485 /** CSS style name. */ 486 public static final String TOOLBAR_LOGO = "o-toolbar-logo"; 487 488 /** CSS style name. */ 489 public static final String TOOLS_BREADCRUMB = "o-tools-breadcrumb"; 490 491 /** CSS style name. */ 492 public static final String TYPE_FILTER_BUTTON = "o-type-filter-button"; 493 494 /** CSS style name. */ 495 public static final String TYPE_FILTER_BUTTON_ACTIVE = "o-type-filter-button-active"; 496 497 /** CSS style name. */ 498 public static final String TYPE_SELECT = "o-type-select-box"; 499 500 /** CSS style name. */ 501 public static final String USER_IMAGE = "o-user-image"; 502 503 /** CSS style name. */ 504 public static final String USER_INFO = "o-user-info"; 505 506 /** CSS style name. */ 507 public static final String VERTICAL_MENU = "o-verticalmenu"; 508 509 /** CSS style name. */ 510 public static final String VERTICAL_MENU_ITEM = "o-verticalmenu-menuitem"; 511 512 /** CSS style name. */ 513 public static final String WORKPLACE_MAXWIDTH = "o-workplace-maxwidth"; 514 515 /** CSS style name. */ 516 protected static final String QUICK_LAUNCH = "o-quicklaunch"; 517 518 /** 519 * Hidden default constructor. 520 */ 521 private OpenCmsTheme() { 522 523 // hidden default constructor, do nothing 524 } 525 526 /** 527 * Gets the link to an image below the img-extra folder.<p> 528 * 529 * @param imagePath the image path below img-extra 530 * 531 * @return the complete image link 532 */ 533 public static String getImageLink(String imagePath) { 534 535 return CmsStringUtil.joinPaths( 536 OpenCms.getSystemInfo().getContextPath(), 537 "VAADIN/themes/opencms/img-extra", 538 imagePath); 539 } 540 541}