📜 ⬆️ ⬇️

Habr on PDA

Recently, I got hooked on Habr, I really like everything, but I just don’t have enough styles for a handheld device, otherwise I don’t have a computer nearby and I’ll read Habr)

In general, I decided to ask admins to make a number of mistakes :)

[link href = "css / backoffice.css" rel = "stylesheet" type = "text / css" media = " Screen "]
[link href = "css / global.css" rel = "stylesheet" type = "text / css" media = " Screen "]
[link href = "css / handheld.css" rel = "stylesheet" type = "text / css" media = "handheld"]
')
And as an option this sign:
#right {
display: none;
}
#pagemenuszd .width10 {
display: none;
}
.comment_item {
margin-top: 5px;
padding: 3px;
border: 1px solid gray;
}
.comments_reply {
display: none;
}
.comments_avatar {
display: none;
}
.service_text_comments_holder, .rating_comment_holder {
display: inline;
padding-left: 20px;
}
.WriteCommentHolder {
display: none;
}

Source: https://habr.com/ru/post/22448/


All Articles