Usr c272d4fe-f1f8-4d77-8008-cad6cb81d6cd/sandbox: Difference between revisions
From VRChat Wiki
TrixxedHeart (talk | contribs) (wip) |
TrixxedHeart (talk | contribs) m (some work) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
</div> | </div> | ||
< | <pre> .startnavBox { | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
padding: 1.5rem | padding: 1.5rem 0rem; | ||
border-style: solid; | border-style: solid; | ||
border-radius: 0.5rem; | border-radius: 0.5rem; | ||
Line 24: | Line 24: | ||
width: auto; | width: auto; | ||
max-width: 800px; | max-width: 800px; | ||
align-items: center; | |||
justify-content: center; | |||
font-family: Arial; | font-family: Arial; | ||
} | } | ||
#startnavTitle { | #startnavTitle { | ||
font-size: | font-size: larger; | ||
padding-bottom: 10px; | |||
} | } | ||
.startNavButtons { | .startNavButtons { | ||
margin: 0.5em; | margin: 0.5em; | ||
padding: 0.8rem | padding: 0.8rem 0rem; | ||
border-style: solid; | border-style: solid; | ||
border-radius: 0.5rem; | border-radius: 0.5rem; | ||
Line 41: | Line 42: | ||
color: #fff; | color: #fff; | ||
width: 82px; | width: 82px; | ||
max-height:10px; | max-height: 10px; | ||
font-size: 10px; | font-size: 10px; | ||
text-align:center; | text-align: center; | ||
} | } | ||
.startNavFlex { | .startNavFlex { | ||
margin-left: auto; | margin-left: auto; | ||
margin-right:auto; | margin-right: auto; | ||
display: | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | |||
}</ | }</pre> |
Latest revision as of 17:54, 31 July 2024
test for startnavbox revamp
.startnavBox { margin-left: auto; margin-right: auto; padding: 1.5rem 0rem; border-style: solid; border-radius: 0.5rem; border-color: #000; border-width: 1px; background: #252e34; color: #fff; width: auto; max-width: 800px; align-items: center; justify-content: center; font-family: Arial; } #startnavTitle { font-size: larger; padding-bottom: 10px; } .startNavButtons { margin: 0.5em; padding: 0.8rem 0rem; border-style: solid; border-radius: 0.5rem; border-color: #000; border-width: 1px; background: #07343f; color: #fff; width: 82px; max-height: 10px; font-size: 10px; text-align: center; } .startNavFlex { margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }