de.swm.gwt.client.theme.base.css.text.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
@if swmgwt.css pretty {
@external title, subtitle, sub-subtitle;
}
.title {
font-weight: bold;
font-size: medium;
text-overflow: ellipsis;
white-space: pre;
overflow: hidden;
}
.subtitle {
color: #D2D2D2;
font-style: italic;
font-size: small;
text-overflow: ellipsis;
white-space: normal;
overflow: hidden;
}
.sub-subtitle{
color: #D2D2D2;
font-style: italic;
font-weight: bold;
font-size: small;
text-overflow: ellipsis;
white-space: normal;
overflow: hidden;
}