/usr/share/hotot/theme/New Hope/style.css is in hotot-common 1:0.9.8.14-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | #header_inner {
background: #333 url(../../image/mask.png);
border-bottom: 1px #2d2d2d solid;
}
#indication {
-webkit-box-shadow: inset 0 0 5px black;
-moz-box-shadow: inset 0 0 5px black;
box-shadow: inset 0 0 5px black;
}
#main_page {
background: #fafafa;
}
.people_vcard {
color: #333;
padding: 5px;
}
.tweet_bar_btn {
background-position-y: -48px;
}
.tweet_bar_btn:hover {
background-position-y: -72px;
}
.tweet_meta a {
color: #888 !important;
}
.vcard_action_btns {
border-top: 1px #ccc solid;
}
.header_content {
border-left: 1px #ddd solid;
}
.search_box, .vcard, .header_inner {
background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F8), to(#EDEDED));
border: #E5E5E5 solid 1px;
}
.card {
border-top: 1px #ddd solid;
color: black;
border-bottom: 1px #fafafa solid;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fafafa));
}
.card:first-child {
border-top: 0;
}
.card.selected {
background-color: #fafafa;
border-bottom: 1px #bbb solid;
}
.card > .tweet_selected_indicator {
background-color: #4C6CF5;
}
.card.normal a {
color: #36c;
}
.card.me a {
color: #63c;
}
.card.message a {
color: #c63;
}
.card.mention a {
color: #492;
}
.card.deleted a {
color: gray;
}
.card.deleted .text {
color: gray;
}
.btn_tweet_thread_more {
border-top: 1px #ddd solid;
}
.profile_img_wrapper {
border-radius: 3px;
box-shadow: 1px 1px 3px #aaa;
}
::selection {
background: #a8d1ff;
}
#indication_light {
background: #73f;
}
.scrollbar_track {
width: 10px;
}
.scrollbar_track .scrollbar_slot {
width: 3px;
margin: 0 3px 0 4px;
background: transparent;
}
.scrollbar_handle {
background-color: orange;
width: 3px;
opacity: 0.8;
}
.scrollbar_track.active .scrollbar_slot,
.scrollbar_track:hover .scrollbar_slot {
width: 10px;
margin: 0;
background: rgba(0,0,0,0.1);
}
.scrollbar_track.active .scrollbar_handle,
.scrollbar_track:hover .scrollbar_handle {
width: 10px;
opacity: 0.8;
}
|