Sistema de documentación y gestión de páginas Web para un entorno o proyecto Web.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
WMarkDown/Public/scss/WMarkDown.css

753 lines
31 KiB

.wmarkdown {
display: block;
position: relative;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
overflow: hidden; }
.wmarkdown, .wmarkdown * {
font-family: "Roboto"; }
.wmarkdown [data-visible=false] {
display: none; }
.wmarkdown a[href], .wmarkdown button, .wmarkdown [type=button], .wmarkdown [type=submit], .wmarkdown [type=reset], .wmarkdown [onclick] {
color: #2272D4;
cursor: pointer;
text-decoration: none;
transition-duration: 1s; }
.wmarkdown a[href]:hover, .wmarkdown button:hover, .wmarkdown [type=button]:hover, .wmarkdown [type=submit]:hover, .wmarkdown [type=reset]:hover, .wmarkdown [onclick]:hover {
color: #D47222;
transition-duration: 0.2s; }
.wmarkdown a[href], .wmarkdown [onclick] {
transition-property: color; }
.wmarkdown button, .wmarkdown [type=button], .wmarkdown [type=submit], .wmarkdown [type=reset] {
background-color: #dbe3ec;
border: 0.1em solid #2272D4;
border-radius: 0.3em;
transition-property: color,background-color,border-color; }
.wmarkdown button:hover, .wmarkdown [type=button]:hover, .wmarkdown [type=submit]:hover, .wmarkdown [type=reset]:hover {
background-color: #ece3db;
border-color: #D47222; }
.wmarkdown [data-icon]::before {
margin-right: .4em;
font-family: "FA5FR"; }
.wmarkdown [data-deployed] > [data-icon]::before {
display: inline-block;
width: 1em;
text-align: center; }
.wmarkdown .groups, .wmarkdown .buttons {
display: block; }
.wmarkdown .groups > *, .wmarkdown .buttons > * {
float: left;
border-radius: 0em; }
.wmarkdown .groups > :first-child, .wmarkdown .buttons > :first-child {
border-radius: 0.3em 0em 0em 0.3em; }
.wmarkdown .groups > :last-child, .wmarkdown .buttons > :last-child {
border-radius: 0em 0.3em 0.3em 0em; }
.wmarkdown header, .wmarkdown > .body, .wmarkdown footer, .wmarkdown main {
position: absolute;
left: 0em;
width: 100%;
overflow: hidden;
box-sizing: border-box; }
.wmarkdown header, .wmarkdown footer {
color: #EFEFEF;
background-color: #222; }
.wmarkdown header {
top: 0em;
height: 4em;
z-index: 30; }
.wmarkdown header .logo {
height: 1.6em;
margin: .1em .5em;
font-weight: 900; }
.wmarkdown header .logo a {
display: inline-block;
height: 100%; }
.wmarkdown header .logo a > span {
vertical-align: middle; }
.wmarkdown header .logo .text {
display: inline-block;
margin: .3em 0em; }
.wmarkdown header .logo span[style] {
display: none; }
.wmarkdown header .logo .image {
display: inline-block;
height: 100%; }
.wmarkdown header .logo .image[data-status=loading], .wmarkdown header .logo .image[data-status=error] {
display: none; }
.wmarkdown header .logo img {
width: auto;
height: 100%; }
.wmarkdown header .main-menu {
position: absolute;
top: 2em;
left: 50%;
width: 40em;
margin-left: -20em;
text-align: center; }
.wmarkdown header .main-menu ul {
margin: 0em;
padding: 0em;
list-style-type: none; }
.wmarkdown header .main-menu li {
display: inline-block;
margin: 0em 1em;
white-space: nowrap; }
.wmarkdown header .wmd-options {
display: none;
position: absolute;
top: 0em;
right: 0em;
margin: .2em .8em; }
.wmarkdown header .wmd-options .multiplier {
display: inline-block;
width: 100px;
height: 20px;
background-color: #88F; }
.wmarkdown header .view-menu button {
transition-property: color border-color background-color opacity; }
.wmarkdown header .view-menu button [data-icon]::before {
margin: 0em; }
.wmarkdown header .view-menu button [data-i18n] {
display: none; }
.wmarkdown > .body, .wmarkdown main {
top: 4em;
bottom: 1em;
color: #222;
background-color: #EFEFEF;
z-index: 10; }
.wmarkdown > .body > .headers-menu, .wmarkdown > .body > .content, .wmarkdown > .body > .files, .wmarkdown main > .headers-menu, .wmarkdown main > .content, .wmarkdown main > .files {
position: absolute;
top: 0.5em;
bottom: 0.5em;
box-sizing: border-box; }
.wmarkdown > .body > .content > div, .wmarkdown main > .content > div {
padding: 0em 3em; }
.wmarkdown > .body > .headers-menu nav, .wmarkdown > .body > .files nav, .wmarkdown main > .headers-menu nav, .wmarkdown main > .files nav {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
padding: 1em;
overflow: auto;
box-sizing: border-box; }
.wmarkdown > .body > .headers-menu ul, .wmarkdown > .body > .files ul, .wmarkdown main > .headers-menu ul, .wmarkdown main > .files ul {
margin: 0em;
padding: 0em;
list-style-type: none; }
.wmarkdown > .body > .headers-menu ul [data-level='1'], .wmarkdown > .body > .files ul [data-level='1'], .wmarkdown main > .headers-menu ul [data-level='1'], .wmarkdown main > .files ul [data-level='1'] {
margin-left: 0em; }
.wmarkdown > .body > .headers-menu ul [data-level='2'], .wmarkdown > .body > .files ul [data-level='2'], .wmarkdown main > .headers-menu ul [data-level='2'], .wmarkdown main > .files ul [data-level='2'] {
margin-left: 2em; }
.wmarkdown > .body > .headers-menu ul [data-level='3'], .wmarkdown > .body > .files ul [data-level='3'], .wmarkdown main > .headers-menu ul [data-level='3'], .wmarkdown main > .files ul [data-level='3'] {
margin-left: 4em; }
.wmarkdown > .body > .headers-menu ul [data-level='4'], .wmarkdown > .body > .files ul [data-level='4'], .wmarkdown main > .headers-menu ul [data-level='4'], .wmarkdown main > .files ul [data-level='4'] {
margin-left: 6em; }
.wmarkdown > .body > .headers-menu ul [data-level='5'], .wmarkdown > .body > .files ul [data-level='5'], .wmarkdown main > .headers-menu ul [data-level='5'], .wmarkdown main > .files ul [data-level='5'] {
margin-left: 8em; }
.wmarkdown > .body > .headers-menu ul [data-level='6'], .wmarkdown > .body > .files ul [data-level='6'], .wmarkdown main > .headers-menu ul [data-level='6'], .wmarkdown main > .files ul [data-level='6'] {
margin-left: 10em; }
.wmarkdown > .body > .headers-menu ul [data-level='7'], .wmarkdown > .body > .files ul [data-level='7'], .wmarkdown main > .headers-menu ul [data-level='7'], .wmarkdown main > .files ul [data-level='7'] {
margin-left: 12em; }
.wmarkdown > .body > .headers-menu li, .wmarkdown > .body > .files li, .wmarkdown main > .headers-menu li, .wmarkdown main > .files li {
white-space: nowrap; }
.wmarkdown > .body > .headers-menu .menu-buttons, .wmarkdown > .body > .files .menu-buttons, .wmarkdown main > .headers-menu .menu-buttons, .wmarkdown main > .files .menu-buttons {
position: absolute;
top: 0em;
margin: .2em;
margin-top: -1.8em; }
.wmarkdown > .body > .headers-menu .menu-buttons [data-icon]::before, .wmarkdown > .body > .files .menu-buttons [data-icon]::before, .wmarkdown main > .headers-menu .menu-buttons [data-icon]::before, .wmarkdown main > .files .menu-buttons [data-icon]::before {
margin: 0em; }
.wmarkdown > .body > .headers-menu .menu-buttons span[data-i18n], .wmarkdown > .body > .files .menu-buttons span[data-i18n], .wmarkdown main > .headers-menu .menu-buttons span[data-i18n], .wmarkdown main > .files .menu-buttons span[data-i18n] {
display: none; }
.wmarkdown > .body > .headers-menu, .wmarkdown main > .headers-menu {
left: 0.5em;
width: 20%; }
.wmarkdown > .body > .headers-menu .menu-buttons, .wmarkdown main > .headers-menu .menu-buttons {
left: 0.5em; }
.wmarkdown > .body[data-headers-menu-deployed=false] > .content, .wmarkdown main[data-headers-menu-deployed=false] > .content {
left: 5%; }
.wmarkdown > .body[data-headers-menu-deployed=false] .headers-menu, .wmarkdown main[data-headers-menu-deployed=false] .headers-menu {
width: auto;
padding-left: 3em; }
.wmarkdown > .body[data-headers-menu-deployed=false] .headers-menu nav, .wmarkdown main[data-headers-menu-deployed=false] .headers-menu nav {
display: none; }
.wmarkdown > .body[data-headers-menu-deployed=false] .headers-menu button[data-i18n=show], .wmarkdown main[data-headers-menu-deployed=false] .headers-menu button[data-i18n=show] {
display: inline-block; }
.wmarkdown > .body[data-headers-menu-deployed=false] .headers-menu button[data-i18n=hide], .wmarkdown main[data-headers-menu-deployed=false] .headers-menu button[data-i18n=hide] {
display: none; }
.wmarkdown > .body[data-files-menu-deployed=false] > .content, .wmarkdown main[data-files-menu-deployed=false] > .content {
right: 5%; }
.wmarkdown > .body[data-files-menu-deployed=false] .files, .wmarkdown main[data-files-menu-deployed=false] .files {
width: auto;
padding-right: 3em; }
.wmarkdown > .body[data-files-menu-deployed=false] .files nav, .wmarkdown main[data-files-menu-deployed=false] .files nav {
display: none; }
.wmarkdown > .body[data-files-menu-deployed=false] .files button[data-i18n=show], .wmarkdown main[data-files-menu-deployed=false] .files button[data-i18n=show] {
display: inline-block; }
.wmarkdown > .body[data-files-menu-deployed=false] .files button[data-i18n=hide], .wmarkdown main[data-files-menu-deployed=false] .files button[data-i18n=hide] {
display: none; }
.wmarkdown > .body[data-headers-menu-deployed=true] .headers-menu button[data-i18n=show], .wmarkdown main[data-headers-menu-deployed=true] .headers-menu button[data-i18n=show] {
display: none; }
.wmarkdown > .body[data-headers-menu-deployed=true] .headers-menu button[data-i18n=hide], .wmarkdown main[data-headers-menu-deployed=true] .headers-menu button[data-i18n=hide] {
display: inline-block; }
.wmarkdown > .body[data-files-menu-deployed=true] .files button[data-i18n=show], .wmarkdown main[data-files-menu-deployed=true] .files button[data-i18n=show] {
display: none; }
.wmarkdown > .body[data-files-menu-deployed=true] .files button[data-i18n=hide], .wmarkdown main[data-files-menu-deployed=true] .files button[data-i18n=hide] {
display: inline-block; }
.wmarkdown > .body > .content, .wmarkdown main > .content {
top: 0em;
left: 25%;
right: 15%;
bottom: 0em;
margin: 0em 1em;
padding: 1em 0em;
overflow: auto; }
.wmarkdown > .body > .content legend, .wmarkdown main > .content legend {
display: none; }
.wmarkdown > .body > .content .padding-bottom, .wmarkdown main > .content .padding-bottom {
height: 1em; }
.wmarkdown > .body > .files, .wmarkdown main > .files {
right: 0.5em;
width: 10%; }
.wmarkdown > .body > .files .menu-buttons, .wmarkdown main > .files .menu-buttons {
right: 0.5em; }
.wmarkdown > .body > fieldset, .wmarkdown main > fieldset {
border: none; }
.wmarkdown > .body > fieldset > legend, .wmarkdown main > fieldset > legend {
display: block;
width: 100%;
border-bottom: 0.14em dotted #898989;
color: #222;
font-weight: 900;
font-size: 1.2em;
text-align: center;
box-sizing: border-box; }
.wmarkdown > .body [data-parent-deployed=false], .wmarkdown main [data-parent-deployed=false] {
display: none; }
.wmarkdown footer {
bottom: 0em;
height: 1em;
z-index: 20; }
.wmarkdown footer .license {
display: block;
width: 100%;
text-align: center;
font-size: .75em;
font-weight: 900; }
.wmarkdown footer .license img {
height: 1.1em;
margin-left: .4em; }
.wmarkdown footer .license > * {
vertical-align: middle; }
.wmarkdown[data-view=menu] .view-menu button[data-i18n=menu] {
opacity: 1; }
.wmarkdown[data-view=menu] .view-menu button[data-i18n=content] {
opacity: .5; }
.wmarkdown[data-view=menu] .view-menu button[data-i18n=files] {
opacity: .5; }
.wmarkdown[data-view=content] .view-menu button[data-i18n=menu] {
opacity: .5; }
.wmarkdown[data-view=content] .view-menu button[data-i18n=content] {
opacity: 1; }
.wmarkdown[data-view=content] .view-menu button[data-i18n=files] {
opacity: .5; }
.wmarkdown[data-view=files] .view-menu button[data-i18n=menu] {
opacity: .5; }
.wmarkdown[data-view=files] .view-menu button[data-i18n=content] {
opacity: .5; }
.wmarkdown[data-view=files] .view-menu button[data-i18n=files] {
opacity: 1; }
.wmarkdown[data-display-view=pc] .view-menu {
display: none; }
.wmarkdown[data-display-view=mobile] .view-menu {
display: block;
position: absolute;
bottom: 0em;
right: 0em;
margin: .3em 1em; }
.wmarkdown[data-display-view=mobile] .headers-menu .menu-buttons, .wmarkdown[data-display-view=mobile] .files .menu-buttons {
display: none; }
.wmarkdown[data-display-view=mobile] fieldset.headers-menu, .wmarkdown[data-display-view=mobile] fieldset.content, .wmarkdown[data-display-view=mobile] fieldset.files {
top: 0em;
left: 0em;
right: auto;
bottom: auto;
margin: 0em;
padding: 0em;
width: 100%;
height: 100%; }
.wmarkdown[data-display-view=mobile][data-view=menu] fieldset.headers-menu {
display: block; }
.wmarkdown[data-display-view=mobile][data-view=menu] fieldset.content {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=menu] fieldset.files {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=content] fieldset.headers-menu {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=content] fieldset.content {
display: block; }
.wmarkdown[data-display-view=mobile][data-view=content] fieldset.files {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=files] fieldset.headers-menu {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=files] fieldset.content {
display: none; }
.wmarkdown[data-display-view=mobile][data-view=files] fieldset.files {
display: block; }
.wmarkdown[data-screen-size~="3"] .main-menu a [data-i18n] {
display: none; }
.wmarkdown[data-screen-size~="3"] header .logo .text {
font-size: .6em; }
.wmarkdown[data-screen-size~="4"] header .logo .text {
display: none; }
.wmarkdown[data-screen-size~="4"] .main-menu li {
margin: 0em .3em; }
.wmarkdown label.checkbox, .wmarkdown label.radio, .wmarkdown label.tick {
display: inline-block;
cursor: pointer; }
.wmarkdown label.checkbox input, .wmarkdown label.radio input, .wmarkdown label.tick input {
display: none; }
.wmarkdown label.checkbox [data-icon]::before, .wmarkdown label.radio [data-icon]::before, .wmarkdown label.tick [data-icon]::before {
margin: 0em; }
.wmarkdown .code-block {
display: block;
position: relative;
width: 80%;
height: auto;
margin-left: 10%;
font-size: .8em;
overflow: hidden;
box-sizing: border-box; }
.wmarkdown .code-block[data-special=false] {
max-height: 35em; }
.wmarkdown .code-block > ul {
position: absolute;
top: 0em;
left: 0em;
margin: 0em;
padding: 0em;
white-space: normal; }
.wmarkdown .code-block > ul li {
display: inline-block;
margin: 0em .2em;
padding: .2em .8em;
background-color: #dbdbdb;
vertical-align: middle;
border: 0.1em solid #898989;
border-radius: .4em; }
.wmarkdown .code-block > ul li [data-i18n] {
display: none;
font-weight: 900; }
.wmarkdown .code-block > ul li [data-i18n]::after {
content: ":";
margin-right: .4em; }
.wmarkdown .code-block .lines {
position: relative;
top: 0em;
left: 0em;
overflow: hidden; }
.wmarkdown .code-block .lines ol {
width: 100%;
margin: 0em;
margin-top: -.3em;
margin-left: 4em;
padding: 0em;
box-sizing: border-box; }
.wmarkdown .code-block .lines ol li:nth-child(2n) {
background-color: #f7f7f7; }
.wmarkdown .code-block .lines ol li:nth-child(2n + 1) {
background-color: #f2f2f2; }
.wmarkdown .code-block .code-box {
position: absolute;
top: 3.2em;
left: 4em;
right: 0em;
max-height: 31em;
overflow: auto; }
.wmarkdown .code-block > div, .wmarkdown .code-block > div * {
font-family: "Roboto Mono"; }
.wmarkdown .header-file-note {
margin-top: 2em;
font-size: .85em;
color: #898989; }
.wmarkdown .header-file-note + h1 {
margin-top: 0em; }
.wmarkdown .header-file-note + h2 {
margin-top: 0em; }
.wmarkdown .header-file-note + h3 {
margin-top: 0em; }
.wmarkdown .header-file-note + h4 {
margin-top: 0em; }
.wmarkdown .header-file-note + h5 {
margin-top: 0em; }
.wmarkdown .header-file-note + h6 {
margin-top: 0em; }
.wmarkdown .data-dictionary-item {
display: inline-block;
position: relative;
border-bottom: 0.1em dotted;
cursor: help; }
.wmarkdown .data-dictionary-item[data-left=true] > .box {
left: auto;
right: 0em; }
.wmarkdown .data-dictionary-item[data-left=false] > .box {
left: 0em;
right: auto; }
.wmarkdown .data-dictionary-item[data-top=false] > .box {
top: auto;
bottom: 1em; }
.wmarkdown .data-dictionary-item[data-top=true] > .box {
top: 1em;
bottom: auto; }
.wmarkdown .data-dictionary-item[data-show=false] > .box {
display: none; }
.wmarkdown .data-dictionary-item .box {
display: block;
position: absolute;
width: 10em;
height: auto;
max-height: 10em;
padding: .5em;
color: #222;
font-weight: 400;
border: 0.1em solid #222;
background-color: rgba(239, 239, 239, 0.95);
overflow: hidden;
box-sizing: border-box;
border-radius: 1em;
box-shadow: 0.1em 0.1em 0.2em #222; }
.wmarkdown .data-dictionary-item .box > span + span {
display: block; }
.wmarkdown .data-dictionary-item .result {
display: none; }
.wmarkdown .data-dictionary-item .description {
height: 6em;
text-align: center;
overflow: auto; }
.wmarkdown .data-dictionary-item .description .paragraph {
display: block; }
.wmarkdown .data-dictionary-item .description .paragraph + span {
margin-top: 1em; }
.wmarkdown .data-dictionary-item .links {
height: 3.1em;
margin: .5em 0em;
text-align: center;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden; }
.wmarkdown .data-dictionary-item .links > a {
display: inline-block;
width: 2em;
height: 2em;
margin: 0em .5em;
border: 0.1em solid #222;
background-color: #FFF;
background-position: center center;
background-size: cover;
box-sizing: border-box;
border-radius: 1em; }
.wmarkdown .data-dictionary-item [data-site=wikipedia_org], .wmarkdown .data-dictionary-item [data-site=es_wikipedia_org], .wmarkdown .data-dictionary-item [data-site=en_wikipedia_org] {
background-image: url("https://wikipedia.org/static/apple-touch/wikipedia.png"); }
.wmarkdown .data-dictionary-item [data-site=git_a3do_net], .wmarkdown .data-dictionary-item [data-site=git_k3y_pw] {
background-image: url("https://about.gitlab.com/ico/favicon-192x192.png"); }
.wmarkdown .data-dictionary-item [data-site=youtube_com], .wmarkdown .data-dictionary-item [data-site=www_youtube_com] {
background-image: url("https://www.youtube.com/s/desktop/c20c1e6c/img/favicon_144.png"); }
.wmarkdown .data-dictionary-item [data-site=www_mediawiki_org] {
background-image: url("https://www.mediawiki.org/static/apple-touch/mediawiki.png"); }
.wmarkdown .data-dictionary-item [data-site=github_com] {
background-image: url("https://github.com/fluidicon.png"); }
.wmarkdown .data-dictionary-table {
display: block;
position: relative; }
.wmarkdown .data-dictionary-table fieldset {
border: none; }
.wmarkdown .data-dictionary-table legend, .wmarkdown .data-dictionary-table tfoot, .wmarkdown .data-dictionary-table [data-field=i], .wmarkdown .data-dictionary-table [data-field=patterns], .wmarkdown .data-dictionary-table [data-field=results], .wmarkdown .data-dictionary-table .checkbox > [data-i18n] {
display: none; }
.wmarkdown .data-dictionary-table [data-field=urls] li {
word-break: break-all;
word-wrap: break-word; }
.wmarkdown .data-dictionary-table .search {
display: table;
width: 100%;
box-sizing: border-box; }
.wmarkdown .data-dictionary-table .search > * {
display: table-cell;
white-space: nowrap; }
.wmarkdown .data-dictionary-table .search .field, .wmarkdown .data-dictionary-table .search .field input {
width: 100%;
box-sizing: border-box; }
.wmarkdown .data-dictionary-table .search > label {
font-weight: 900; }
.wmarkdown .data-dictionary-table .search > label::after {
content: ":";
margin-right: .4em; }
.wmarkdown .data-dictionary-table th, .wmarkdown .data-dictionary-table td {
width: 40%; }
.wmarkdown .data-dictionary-table th[data-field=words], .wmarkdown .data-dictionary-table td[data-field=words] {
width: 20%; }
.wmarkdown .data-dictionary-table td {
padding: 1em .4em; }
.wmarkdown .data-dictionary-table thead, .wmarkdown .data-dictionary-table tbody {
display: block; }
.wmarkdown .data-dictionary-table thead tr:not([data-visible=false]), .wmarkdown .data-dictionary-table tbody tr:not([data-visible=false]) {
display: table; }
.wmarkdown .data-dictionary-table thead, .wmarkdown .data-dictionary-table thead tr, .wmarkdown .data-dictionary-table tbody, .wmarkdown .data-dictionary-table tbody tr {
width: 100%; }
.wmarkdown .data-dictionary-table tbody {
max-height: 30em;
overflow: auto; }
.wmarkdown .data-dictionary-table tbody > tr:nth-child(2n + 1) > td {
background-color: #f7f7f7; }
.wmarkdown .data-dictionary-table tbody > tr:nth-child(2n) > td {
background-color: #f2f2f2; }
.wmarkdown .data-dictionary-table tbody > tr:hover > td {
background-color: #fbfbfb; }
.wmarkdown .multimedia-box {
display: inline-block;
position: relative;
width: 100%;
text-align: center; }
.wmarkdown .multimedia-box [data-type=image] img, .wmarkdown .multimedia-box [data-type=image] a, .wmarkdown .multimedia-box [data-type=images] img, .wmarkdown .multimedia-box [data-type=images] a {
display: none; }
.wmarkdown .multimedia-box [data-type=image] .image-style, .wmarkdown .multimedia-box [data-type=images] .image-style {
display: inline-block;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain; }
.wmarkdown .multimedia-box video {
width: auto;
width: 100%; }
.wmarkdown .multimedia-box [data-type=audio] {
min-width: 10em; }
.wmarkdown .multimedia-box [data-type=audio] > .multimedia-box[data-multiple=false] > span {
left: 0em;
width: 100%; }
.wmarkdown .multimedia-box [data-type=audio] a {
display: none; }
.wmarkdown .multimedia-box audio {
position: absolute;
top: 100%;
left: 10%;
width: 80%;
margin-top: -6em;
box-sizing: border-box;
z-index: 20;
opacity: .7; }
.wmarkdown .multimedia-box .text {
position: absolute;
bottom: 0em;
left: 0em;
width: 100%;
margin: .5em;
text-align: center;
text-shadow: 0em 0em 0.1em #222, 0em 0em 0.075em #222, 0em 0em 0.05em #EFEFEF, 0em 0em 0.025em #EFEFEF; }
.wmarkdown .multimedia-box [data-type] {
display: inline-block;
position: relative;
margin: 1em; }
.wmarkdown .multimedia-box[data-multiple=true] > span {
width: 25%;
height: 10em; }
.wmarkdown .multimedia-box[data-multiple=false] > span {
width: 80%;
height: 25em;
text-align: center; }
.wmarkdown .multimedia-box[data-multiple] > [data-links-count] {
height: auto; }
.wmarkdown .multimedia-box[data-multiple] [data-platform] {
display: inline-block;
position: relative;
width: 20em;
height: 10em;
margin: .5em; }
.wmarkdown .multimedia-box .multimedia-box [data-type] {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
margin: 0em; }
.wmarkdown .multimedia-box [data-platform], .wmarkdown .multimedia-box[data-multiple=true] > [data-type=audio] > .multimedia-box, .wmarkdown .multimedia-box [data-platform] {
width: 20em;
height: 10em; }
.wmarkdown .multimedia-box [data-links-count='1'] > [data-platform], .wmarkdown .multimedia-box[data-multiple=false] > [data-type=audio] > .multimedia-box {
width: 80%;
height: 25em; }
.wmarkdown .links-group {
text-align: center; }
.wmarkdown .links-group a {
display: inline-block;
position: relative;
width: 6em;
height: 7.5em;
margin: 1em;
overflow: hidden;
opacity: .7;
transition-duration: 1s;
transition-property: color,opacity; }
.wmarkdown .links-group a img {
display: none; }
.wmarkdown .links-group a:hover {
opacity: 1;
transition-duration: 0.2s; }
.wmarkdown .links-group a [data-status] {
display: block;
position: absolute;
top: 0em;
left: 0em;
width: 6em;
height: 6em; }
.wmarkdown .links-group a .text {
display: block;
position: absolute;
left: 0em;
bottom: 0em;
width: 100%;
margin: 0em;
text-align: center; }
.wmarkdown .links-group a .image-style {
display: inline-block;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain; }
.wmarkdown .special-text-i .text {
font-weight: 900; }
.wmarkdown .quote {
padding: 1em;
border: 0.1em dotted #898989; }
.wmarkdown .wdoc {
position: relative;
border: 0.1 0.5em solid #898989;
background-color: #f7f7f7;
border-radius: .4em; }
.wmarkdown .wdoc[data-language] > legend {
display: block;
padding: 0em .4em; }
.wmarkdown .wdoc[data-language] > legend .name {
font-weight: 900; }
.wmarkdown .wdoc[data-language] > legend .language {
margin-left: .4em; }
.wmarkdown .wdoc[data-language] > legend .language::before {
content: "["; }
.wmarkdown .wdoc[data-language] > legend .language::after {
content: "]"; }
.wmarkdown .wdoc .structure .return-type {
margin-right: .4em; }
.wmarkdown .wdoc .structure .return-type::before {
content: "["; }
.wmarkdown .wdoc .structure .return-type::after {
content: "]"; }
.wmarkdown .wdoc .structure .attributes {
display: inline-block;
margin: 0em;
padding: 0em;
list-style-type: none; }
.wmarkdown .wdoc .structure .attributes::before {
content: "("; }
.wmarkdown .wdoc .structure .attributes::after {
content: ")"; }
.wmarkdown .wdoc .structure .attributes .attribute-status, .wmarkdown .wdoc .structure .attributes .attribute-description, .wmarkdown .wdoc .structure .attributes .return {
display: none; }
.wmarkdown .wdoc .structure .attributes .attribute-type {
margin-left: .4em; }
.wmarkdown .wdoc .structure .attributes .attribute-type span {
font-style: italic; }
.wmarkdown .wdoc .structure .attributes .attribute-type::before {
content: "[";
margin-right: .2em; }
.wmarkdown .wdoc .structure .attributes .attribute-type::after {
content: "]";
margin-left: .2em; }
.wmarkdown .wdoc .structure .attribute + span::before {
content: ",";
margin-right: .4em; }
.wmarkdown .wdoc .structure .attribute[data-status=optional]::after {
content: "?"; }
.wmarkdown .wdoc .attribute-type > span + span::before {
content: ",";
margin-right: .4em; }
.wmarkdown .wdoc .attributes-data {
display: table;
width: 100%;
margin-top: 1em;
box-sizing: border-box; }
.wmarkdown .wdoc .attributes-data > span {
display: table-row; }
.wmarkdown .wdoc .attributes-data > span > span {
display: table-cell; }
.wmarkdown .wdoc .attributes-data > .return {
font-style: italic; }
.wmarkdown .wdoc > .data {
margin: 0em;
margin-top: 1em;
padding: 0em;
list-style-type: none; }
.wmarkdown .wdoc > .data li {
padding-bottom: .1em; }
.wmarkdown .wdoc > .data li:hover {
padding-bottom: 0em;
border-bottom: 0.1em dotted #898989; }
.wmarkdown .wdoc > .data li > :first-child {
display: inline-block;
width: 10em;
height: 1.2em;
overflow: hidden; }
.wmarkdown .wdoc > .data li > :first-child::before {
content: "@"; }
.wmarkdown .wdoc > .data li > :last-child {
margin-left: .4em; }
.wmarkdown .wdoc div.attributes-data > * > * {
padding-bottom: .1em; }
.wmarkdown .wdoc div.attributes-data > *:hover > * {
padding-bottom: 0em;
border-bottom: 0.1em dotted #898989; }
.wmarkdown .wdoc [data-with-value=false] {
display: none; }
.wmarkdown .wdoc .deprecated {
font-weight: 900; }
.wmarkdown .wdoc .deprecated::before {
content: "("; }
.wmarkdown .wdoc .deprecated::after {
content: ")";
margin-right: .4em; }
.wmarkdown .wdoc[data-deprecated=true] {
opacity: .6;
transition-duration: 1s;
transition-property: opacity; }
.wmarkdown .wdoc[data-deprecated=true]:hover {
opacity: 1;
transition-duration: 0.2s; }
.wmarkdown .wdoc + .wdoc {
margin-top: 1em; }
.wmarkdown .wmd-table {
width: 80%;
margin-left: 10%;
border-collapse: collapse; }
.wmarkdown .wmd-table {
border: 0.1em solid #222; }
.wmarkdown .wmd-table td, .wmarkdown .wmd-table th {
border: 0.1em solid #898989; }
.wmarkdown .wmd-table tr td {
transition-duration: 1s;
transition-property: background-color; }
.wmarkdown .wmd-table tr:hover td {
transition-duration: 0.2s; }
.wmarkdown .wmd-table tbody > tr:nth-child(2n) > td {
background-color: #f2f2f2; }
.wmarkdown .wmd-table tbody > tr:nth-child(2n + 1) > td {
background-color: #e3e3e3; }
.wmarkdown .wmd-table tbody > tr:hover > td {
background-color: #fafafa; }
.wmarkdown .MathJax {
font-size: 1.3em; }
/*# sourceMappingURL=WMarkDown.css.map */