dapp.css
1 2 nav.navbar-default{ 3 background-image:none; 4 background-color:#363763; 5 border:0; 6 } 7 nav .navbar-form { display: inline-block; } 8 nav .navbar-right a, nav .navbar-right a:hover { 9 color: #fff; 10 } 11 nav.navbar-default .navbar-brand { text-shadow:none;} 12 nav .accounts-list.dropdown-menu {position:static; padding:2px 0; min-width:280px;} 13 nav .accounts-list > li > a { 14 padding: 5px 10px; 15 line-height: 30px; 16 } 17 nav .accounts-list > li > a > img.profile { 18 margin-right: 5px; 19 } 20 nav .accounts-list small.balance { 21 font-size:75%; 22 } 23 nav .accounts-list > li > a > small.balance { 24 float:right; 25 margin-left:30px; 26 } 27 nav span.glyphicon-question-sign{ 28 font-size:60px; 29 margin-right: 5px; 30 } 31 nav .accounts-list > li > a > span.glyphicon-question-sign{ 32 font-size: 30px; 33 34 } 35 nav .accounts-list > li > a > span.glyphicon-question-sign, nav .accounts-list > li > a > .address{ 36 display: inline-block; 37 vertical-align: middle; 38 } 39 @media (min-width: 991.98px) { 40 nav .navbar-brand {padding-top:30px;} 41 nav .accounts-list.dropdown-menu {position:absolute;} 42 } 43 nav.logged-out .navbar-brand {padding-top:10px;} 44 nav .navbar-brand small { 45 display: block; 46 color: #ddd; 47 margin-top: -5px; 48 font-size:66%; 49 } 50 nav .tooltip-inner {max-width:340px;} 51 nav .profile-link { 52 display: inline-block; 53 vertical-align: middle; 54 padding: 10px 10px 0 10px; 55 margin: 0 0 0 5px; 56 } 57 nav .profile-link .username{ 58 display: block; 59 text-align: center; 60 margin-bottom: 10px; 61 } 62 nav .sk-spinner.pacman{ 63 display: inline-block; 64 vertical-align: middle; 65 margin: 10px 0 10px 30px; 66 } 67 nav .navbar-text a { 68 text-decoration:underline; 69 } 70 nav .navbar-text a:hover, nav .navbar-text a:focus { 71 text-decoration:none; 72 } 73 nav .error {color:red} 74 nav.error .navbar-brand {padding-top:10px;} 75 .tweets .tweet .list-group-item-text { 76 white-space: pre-line; 77 } 78 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 79 background-color: rgba(221, 221, 221, 0.4); 80 } 81 nav #dropdown-accounts { 82 background:none; 83 border:0; 84 box-shadow: none; 85 color:#fff; 86 text-shadow:none; 87 } 88 nav .accounts-list.dropdown-menu { background-color: #aaa; border-color:#363763; } 89 nav .profile-link .username {text-shadow:none;} 90 nav .dropdown .caret {border-width: 7px; } 91 nav .btn-toolbar {display:inline-block; vertical-align: middle;} 92 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { 93 background-image: linear-gradient(to bottom, #2a2b4eb3 0%, #2a2b4e38 100%); 94 } 95 .tweet h4, .profilePic .created { font-size: 1.25rem; opacity: 0.5;} 96 .profilePic { padding:20px; }