Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* tylergaciaposey's theme 203
- css part */
- .nav_container {
- width:100%;
- overflow: hidden;
- margin:0 auto;
- padding:2px;
- }
- .box_left {
- width:50%;
- overflow: hidden;
- float:left;
- padding:10px;
- box-sizing: border-box;
- }
- .box_right {
- width:50%;
- overflow: hidden;
- float:right;
- padding:10px;
- box-sizing: border-box;
- }
- .nav_title {
- font-weight:bold;
- margin:2px 0 3px;
- padding:0 0 5px;
- }
- .nav_title:after {
- width:100px;
- content:'';
- border-bottom:1px dotted #e2e2e2;
- display:block;
- margin:5px 0;
- }
- .nav_list {
- margin:0 0 2px 5px;
- }
- .nav_list:before {
- content:'\e083';
- font-family:'saturnicons';
- margin-right:5px;
- font-size:7px;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- }
- .nav_paragraph {
- margin:7px 0;
- }
- .nav_separator {
- clear:both;
- width:100%;
- display:block;
- border-bottom:1px dotted #e2e2e2;
- margin:25px 0;
- padding:0 0 25px;
- }
- /* tags aka links lis */
- .nav_tags_title1 {
- font-weight:bold;
- margin:2px 10px 3px;
- padding:0 0 5px;
- }
- .nav_tags_title1:after {
- width:100px;
- content:'';
- border-bottom:1px dotted #e2e2e2;
- display:block;
- margin:5px 0;
- }
- .nav_tags_title {
- margin:3px 0 3px;
- padding:0 0 5px;
- font-weight:bold;
- }
- .nav_tags_title:after {
- content:'';
- border-bottom:0px dotted #e2e2e2;
- }
- .nav_tags_box {
- height:180px;
- width:33.3%;
- margin-bottom:25px;
- overflow: hidden;
- float:left;
- padding:10px;
- box-sizing: border-box;
- overflow-y:auto;
- overflow-x:hidden;
- }
- .nav_tags_list {
- margin:0 0 2px 5px;
- }
- .nav_tags_list:before {
- content:'\e08f';
- font-family:'saturnicons';
- margin-right:5px;
- font-size:7px;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- }
- .mcredit {
- float:right;
- right:5px;
- bottom:18px;
- padding:5px;
- outline:1px dotted #e2e2e2;
- background-color: #fff;
- }
- .mcredit a {
- text-transform:lowercase;
- text-align:center;
- font-size:10px;
- font-family:'Open Sans', Calibri, sans-serif;
- padding:3px;
- font-style:normal;
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /* tylergaciaposey's theme 203
- css part */
Advertisement
Add Comment
Please, Sign In to add comment