Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated CSS for webUI help
  • Loading branch information
ProfYaffle authored and perexg committed Jun 12, 2015
1 parent fb6b56c commit 12a284a
Showing 1 changed file with 157 additions and 0 deletions.
157 changes: 157 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -615,6 +615,163 @@
color: white;
}

/* Table styles for webUI help */

.hts-doc-text table, .hts-doc-text th, .hts-doc-text td {
font-size: inherit;
border: 1px solid #98c0f4;
margin: 20px
}

.hts-doc-text td,.hts-doc-text th {
padding: 5px
}

.hts-doc-text table {
border-collapse: collapse
}

.hts-doc-text th {
text-align: center;
height: 2em;
background-color: #d9e8fb;
color: black;
font-weight: bold
}

.hts-doc-text tr.even {
background-color: #F2F7FE
}

/* Additional general text styles for webUI help */

.hts-doc-text p {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1em
}

.hts-doc-text h2, h3, h4 {
font-size: larger
}

.hts-doc-text h4{
color: #2163A6;
margin-top: 15px
}

.hts-doc-text strong {
font-weight: bold
}

.hts-doc-text em {
font-style: italic
}

/* List styles for webUI help */

.hts-doc-text ul {
list-style-type:disc;
padding-left:3em
}

.hts-doc-text ul li {
padding-top: 0px;
padding-bottom: 0px
}

/* Additional image and caption styles for webUI help */

.hts-doc-text img {
margin: 0px auto;
display: block;
border: none
}

.hts-doc-text img.iconimg {
display: inline;
margin:-2px -10px -15px -10px
}

.hts-doc-text p.caption {
font-weight: bold;
color: #2163A6;
font-style: italic;
text-align: center;
text-decoration: underline
}

/* Inline/block code styles for webUI help */

.hts-doc-text code {
background-color: white;
border-color: #E1E4E5;
border-style: solid;
border-width: 1px;
color: darkred;
font-family: 'Courier New', Courier, monospace;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
}

/* Admonition styles for webUI help */

.hts-doc-text .admonition {
margin: 20px;
border: 0px solid;
border-left-width: 5px;
padding-top: 0px;padding-bottom: 5px
}

.hts-doc-text .admonition-title {
font-size: larger;
font-weight: bolder;
padding-top: 5px;padding-bottom: 5px;
margin: 0px
}

.hts-doc-text .admonition.note {
background-color: #D6EBFF;
border-left-color: #4575A6
}

.hts-doc-text .admonition.note .admonition-title {
background-color: #4575A6;
color: white
}

.hts-doc-text .admonition.tip {
background-color: #CDF1E9;
border-left-color: #1ABC9C
}

.hts-doc-text .admonition.tip .admonition-title {
background-color: #1ABC9C;
color: white
}

.hts-doc-text .admonition.warning {
background-color: #FFD0B0;
border-left-color: #FF9147
}

.hts-doc-text .admonition.warning .admonition-title {
background-color: #FF9147;
color: white
}

.hts-doc-text .admonition.danger {
background-color: #E8AFAF;
border-left-color: #FF3333
}

.hts-doc-text .admonition.danger .admonition-title {
background-color: #FF3333;
color: white
}

.tv-video-idle {
background-image : url(../../docresources/tvheadendlogo.png);
background-repeat : no-repeat;
Expand Down

0 comments on commit 12a284a

Please sign in to comment.