diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/css/polymer/menubar.css | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/css/polymer/menubar.css')
-rw-r--r-- | Neutron-trunk/resources/css/polymer/menubar.css | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/polymer/menubar.css b/Neutron-trunk/resources/css/polymer/menubar.css new file mode 100644 index 0000000..ba291fa --- /dev/null +++ b/Neutron-trunk/resources/css/polymer/menubar.css @@ -0,0 +1,44 @@ +.mdc-top-app-bar, .mdc-top-app-bar__row, .mdc-top-app-bar__section--align-start { + height: 56px; +} + +.mdc-top-app-bar__section--align-start { + padding-top: 0; + padding-bottom: 0; +} + +.mdc-top-app-bar { + background-color: rgb(8, 8, 8); + box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12); +} + +#menubar-logo { + border-radius: 999px; + position: relative; + width: 36px; + height: 36px; + background-color: rgb(46, 46, 46); + background-image: url("../../upload/siteicon.png"); + background-size: 100%; +} + +#menubar-home-link { + display: inherit; + color: inherit; + text-decoration: inherit; + cursor: pointer; +} + +.mdc-top-app-bar__title { + max-width: 256px; +} + +.menubutton { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +#menuitems { + justify-content: right; +} |