Skip to content

Commit

Permalink
Replaced glyph-based post-menu icons with icon-font based icons. Fixe…
Browse files Browse the repository at this point in the history
…d classic theme a bit. Not sure why.
  • Loading branch information
Sereri committed Apr 22, 2017
1 parent 84b1820 commit c579622
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 46 deletions.
12 changes: 6 additions & 6 deletions Awful.apk/src/main/assets/css/amberpos.css
Expand Up @@ -189,18 +189,18 @@ display:block;
nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 2em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\25AA\25AA\25AA";
font-family: 'icons' !important;
content: "\e901";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-weight: lighter;
-webkit-transform: rotate(30deg);
transform: rotate(90deg);
-webkit-user-select: none;
user-select: none;
}
10 changes: 6 additions & 4 deletions Awful.apk/src/main/assets/css/byob.css
Expand Up @@ -222,16 +222,18 @@ display:block;
nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 1.7em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\2807";
font-family: 'icons' !important;
content: "\e902";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
-webkit-user-select: none;
user-select: none;
}
}
21 changes: 10 additions & 11 deletions Awful.apk/src/main/assets/css/classic.css
Expand Up @@ -195,21 +195,20 @@ display:block;
}

nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
width:10px;
height:30px;
padding:0 5px 0 0;
float: right;
font-weight: bolder;
font-size: 1.7em;
width: 10px;
height: 30px;
padding: 10px 20px 0 0;
}

nav.postmenu:after {
content: "\25AA\25AA\25AA";
font-family: 'icons' !important;
content: "\e901";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-weight: lighter;
-webkit-transform: rotate(30deg);
transform: rotate(90deg);
-webkit-user-select: none;
user-select: none;
}
}
12 changes: 7 additions & 5 deletions Awful.apk/src/main/assets/css/dark.css
Expand Up @@ -209,16 +209,18 @@ display:block;
nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 1.7em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\2807";
font-family: 'icons' !important;
content: "\e902";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
-webkit-user-select: none;
user-select: none;
}
}
}
10 changes: 6 additions & 4 deletions Awful.apk/src/main/assets/css/default.css
Expand Up @@ -210,16 +210,18 @@ display:block;
nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 1.7em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\2807";
font-family: 'icons' !important;
content: "\e902";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
-webkit-user-select: none;
user-select: none;
}
}
14 changes: 7 additions & 7 deletions Awful.apk/src/main/assets/css/fyad.css
Expand Up @@ -208,21 +208,21 @@ time.postinfo-regdate.extended,aside.postinfo-title.extended {
display:block;
}


nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 1.7em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\2807";
font-family: 'icons' !important;
content: "\e902";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
-webkit-user-select: none;
user-select: none;
}
}

}
Binary file modified Awful.apk/src/main/assets/css/iconfont.ttf
Binary file not shown.
6 changes: 4 additions & 2 deletions Awful.apk/src/main/assets/css/oled.css
Expand Up @@ -194,9 +194,11 @@ padding:0 5px 0 0;
}

nav.postmenu:after {
content: "\2807";
font-family: 'icons' !important;
content: "\e902";
-webkit-font-smoothing: antialiased;
display: inline-block;
-webkit-user-select: none;
user-select: none;
}
}

13 changes: 6 additions & 7 deletions Awful.apk/src/main/assets/css/yospos.css
Expand Up @@ -189,19 +189,18 @@ display:block;
nav.postmenu {
float:right;
font-weight:bolder;
font-size:1.5em;
font-size: 2em;
width:10px;
height:30px;
padding:0 5px 0 0;
padding:0 10px 0 0;
}

nav.postmenu:after {
content: "\25AA\25AA\25AA";
font-family: 'icons' !important;
content: "\e901";
font-weight: normal;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-weight: lighter;
-webkit-transform: rotate(30deg);
transform: rotate(90deg);
-webkit-user-select: none;
user-select: none;
}
}

0 comments on commit c579622

Please sign in to comment.