cinera.c: Namespace .text to .cineraText
This commit is contained in:
parent
f6b85b5958
commit
f1e39e0513
|
@ -14,7 +14,7 @@ typedef struct
|
|||
version CINERA_APP_VERSION = {
|
||||
.Major = 0,
|
||||
.Minor = 5,
|
||||
.Patch = 15
|
||||
.Patch = 16
|
||||
};
|
||||
|
||||
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
||||
|
@ -2793,7 +2793,7 @@ AppendedIdentifier:
|
|||
{
|
||||
CopyStringToBuffer(&FilterTopics,
|
||||
" <div class=\"filter_content %s\">\n"
|
||||
" <span class=\"icon category %s\"></span><span class=\"text\">%s</span>\n"
|
||||
" <span class=\"icon category %s\"></span><span class=\"cineraText\">%s</span>\n"
|
||||
" </div>\n",
|
||||
Topics.Category[i].Marker,
|
||||
Topics.Category[i].Marker,
|
||||
|
@ -2824,7 +2824,7 @@ AppendedIdentifier:
|
|||
{
|
||||
CopyStringToBuffer(&FilterMedia,
|
||||
" <div class=\"filter_content %s off\">\n"
|
||||
" <span class=\"icon\">%s</span><span class=\"text\">%s</span>\n"
|
||||
" <span class=\"icon\">%s</span><span class=\"cineraText\">%s</span>\n"
|
||||
" </div>\n",
|
||||
Media.Category[i].Marker,
|
||||
CategoryMedium[j].Icon,
|
||||
|
@ -2835,7 +2835,7 @@ AppendedIdentifier:
|
|||
{
|
||||
CopyStringToBuffer(&FilterMedia,
|
||||
" <div class=\"filter_content %s\">\n"
|
||||
" <span class=\"icon\">%s</span><span class=\"text\">%s</span>\n"
|
||||
" <span class=\"icon\">%s</span><span class=\"cineraText\">%s</span>\n"
|
||||
" </div>\n",
|
||||
Media.Category[i].Marker,
|
||||
CategoryMedium[j].Icon,
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
|
||||
.cineraMenus > .menu.filter.responsible,
|
||||
.cineraMenus .filter_content.responsible,
|
||||
.cineraMenus .filter_content.responsible .text,
|
||||
.cineraMenus .filter_content.responsible .cineraText,
|
||||
.cineraMenus > .menu > .filter_container .filter_mode.responsible {
|
||||
animation-duration: 8s;
|
||||
animation-timing-function: ease-out;
|
||||
|
@ -386,7 +386,7 @@
|
|||
opacity: 0.32;
|
||||
}
|
||||
|
||||
.cineraMenus > .menu > .filter_container .filter_content.rant .text,
|
||||
.cineraMenus > .menu > .filter_container .filter_content.rant .cineraText,
|
||||
.cineraPlayerContainer .markers_container > .marker.rant .cineraContent,
|
||||
.cineraPlayerContainer .markers_container > .marker.off_rant .cineraContent {
|
||||
font-variant: small-caps;
|
||||
|
@ -438,7 +438,7 @@
|
|||
}
|
||||
|
||||
.cineraMenus > .menu > .refs .ref .ref_title,
|
||||
.cineraMenus .filter_content.authored .text,
|
||||
.cineraMenus .filter_content.authored .cineraText,
|
||||
.cineraPlayerContainer .markers_container > .marker.authored,
|
||||
.cineraPlayerContainer .markers_container > .marker.off_authored {
|
||||
font-style: oblique;
|
||||
|
|
Loading…
Reference in New Issue