Threshold-Yuzu/resource/layout/overlay_news_item.layout

42 lines
677 B
Plaintext

"resource/layout/overlay_news_item.layout"
{
controls
{
newsitem_title { controlname="URLLabel" style="title_label" }
newsitem_dateandauthor { controlname="Label" style="date_and_author" }
}
colors
{
}
styles
{
title_label
{
font-size="17"
textcolor=DefaultText
//font-weight=700
font-style="normal"
font-family=basefont
}
title_label:hover
{
font-style="underline"
textcolor=DefaultText.Hover
}
date_and_author
{
font-size=14
textcolor=DefaultText.Hover
}
}
layout
{
region { name=body width=max }
place { region=body controls=newsitem_title,newsitem_dateandauthor dir=down spacing=2 width=max }
}
}