|
|
| Line 153: |
Line 153: |
|
| |
|
| nav #p-personal .vector-menu { | | nav #p-personal .vector-menu { |
| /* Font & Text */
| |
| font-family: sans-serif;
| |
| font-size: 16px;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| font-weight: 400;
| |
| letter-spacing: normal;
| |
| line-height: normal;
| |
| text-decoration: none solid rgb(0, 0, 0);
| |
| text-align: start;
| |
| text-indent: 0px;
| |
| text-transform: none;
| |
| vertical-align: baseline;
| |
| white-space: normal;
| |
| word-spacing: 0px;
| |
|
| |
| /* Color & Background */ | | /* Color & Background */ |
| background-attachment: scroll; | | background-attachment: scroll; |
| background-color: rgba(0, 0, 0, 0); | | background-color: rgba(0, 0, 0, 1); |
| background-image: none; | | background-image: none; |
| background-position: 0% 0%; | | background-position: 0% 0%; |
| background-repeat: repeat; | | background-repeat: repeat; |
| color: rgb(0, 0, 0); | | color: rgb(0, 0, 0); |
|
| |
| /* Box */
| |
| height: 21.1875px;
| |
| width: 292.094px;
| |
| border: 0px none rgb(0, 0, 0);
| |
| border-top: 0px none rgb(0, 0, 0);
| |
| border-right: 0px none rgb(0, 0, 0);
| |
| border-bottom: 0px none rgb(0, 0, 0);
| |
| border-left: 0px none rgb(0, 0, 0);
| |
| margin: 0px;
| |
| padding: 0px;
| |
| max-height: none;
| |
| min-height: 0px;
| |
| max-width: none;
| |
| min-width: 0px;
| |
|
| |
| /* Positioning */
| |
| position: absolute;
| |
| top: 6px;
| |
| bottom: 52.8125px;
| |
| right: 16px;
| |
| left: 1594.91px;
| |
| float: none;
| |
| display: block;
| |
| clear: none;
| |
| z-index: 100;
| |
| } | | } |