[過去ログ] 【ヤフオク】ユーザーCSS関連 Part1 (287レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
1: 2019/04/04(木)23:08 ID:cZefFK+20(1/5) AAS
改悪への措置としてCSSを作成

【出品者IDをフル表示】
.Products--list .Product__seller {
overflow: hidden;
}
『overflow: hidden;』を書き換える事でフル名表示が可能

【リンクカラーを変更】
a.Product__titleLink:link {
color: #0000cc !important;
}
省8
2: 2019/04/04(木)23:08 ID:cZefFK+20(2/5) AAS
【サムネイル画像の拡大端切れを復旧】
.Product__imageData {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
↑コレが復旧ver.

↓コレが復旧前の改悪ver.
.Product__imageData {
省13
3: 2019/04/04(木)23:08 ID:cZefFK+20(3/5) AAS
【ストアアイコンを紫に変更】
span.Product__icon--store {
color: #000000 !important;
background-color: #da70d6 !important;
}
4
(1): 2019/04/04(木)23:09 ID:cZefFK+20(4/5) AAS
【評価が98以下のIDを赤色で表示】
a.Product__rating:not([data-ylk*="grat:98"]):not([data-ylk*="grat:99"]):not([data-ylk*="grat:100"]):link {
color: #ff0000 !important;
}
a.Product__rating:not([data-ylk*="grat:98"]):not([data-ylk*="grat:99"]):not([data-ylk*="grat:100"]):visited {
color: #ff0000 !important;
}
5
(1): 2019/04/04(木)23:09 ID:cZefFK+20(5/5) AAS
【評価が99以下のIDを赤色で表示】
a.Product__rating:not([data-ylk*="grat:99"]):not([data-ylk*="grat:100"]):link {
color: #ff0000 !important;
}
a.Product__rating:not([data-ylk*="grat:99"]):not([data-ylk*="grat:100"]):visited {
color: #ff0000 !important;
}

a.Product__seller:visited {
color: #ff0000 !important;
}
6: 2019/04/05(金)01:04 ID:gUT+Z3jw0(1) AAS
それ以前に、ユーザーCSSの各ブラウザの使い方をやらないと誰もわからないと思うよ。
この板にいる人でWEB関係の人ってそんなにおおくないんだから。
7: 2019/04/05(金)01:23 ID:+EBeHkRx0(1) AAS
雑談スレから来た素人だけど少しググって普通に出来たよ
おかげで助かってます
8: 2019/04/05(金)11:10 ID:4iw9wKVv0(1) AAS
uAutoPagerizeが使えなくなったのが辛い
9: 2019/04/06(土)17:59 ID:/xlsylt50(1) AAS
結局旧レイアウトに戻すつもりねーな運営。
畜生、見づらい。
10
(3): usercss 2019/04/07(日)05:41 ID:VME/gAdr0(1/7) AAS
とりあえず1
a.Product__titleLink:link,
a.Product__seller:link,
a.Product__rating:link,
a.Product__bid:link {
color: #0000cc !important;
}
a.Product__titleLink:visited,
a.Product__seller:visited,
a.Product__rating:visited,
省12
11: usercss 2019/04/07(日)05:45 ID:VME/gAdr0(2/7) AAS
とりあえず2
div.Result__header {
display: none !important;
}
span.Product__label {
color: #333333 !important;
}
span.Product__priceValue.u-textRed {
color: #cc0000 !important;
}
省3
12: usercss 2019/04/07(日)05:47 ID:VME/gAdr0(3/7) AAS
とりあえず3
div.Product__category {
width: auto !important;
}
div.Product__infoTable {
display: block !important;
position: static !important;
float: left !important;
width: calc(100% - 334px) !important;
min-width: 40px !important;
省22
13: usercss 2019/04/07(日)05:50 ID:VME/gAdr0(4/7) AAS
とりあえず4
div.Product__priceInfo {
width: 128px !important;
max-width: 128px !important;
position: static !important;
float: left !important;
margin: 0 10px !important;
}
span.Product__price {
display: block !important;
省10
14: 2019/04/07(日)05:52 ID:VME/gAdr0(5/7) AAS
とりあえず5

div.Product__otherInfo {
position: static !important;
width: 180px !important;
max-width: 180px !important;
float: left !important;
}
div.u-floatL {
float: none !important;
margin-bottom: 10px !important;
省9
15: usercss 2019/04/07(日)05:56 ID:VME/gAdr0(6/7) AAS
不要なのとかダブりとかで無駄に長いけれど、
まだ途中なので許して下さい
16
(1): 2019/04/07(日)09:20 ID:jcDPBWJO0(1) AAS
現在 即決 
入札 残り時間

2行になってるけど、

現在 即決  入札 残り時間 と横1列表示がいいんだけど、どうやればいいんですか?
17
(1): 2019/04/07(日)11:24 ID:VME/gAdr0(7/7) AAS
>>16
すごく横長になるけどいいのか?
18: 2019/04/07(日)17:45 ID:6ehQter+0(1) AAS
>>17
いいんじゃね?

いまって左側にまとめてあるけど、一度に全部見たいんじゃなくて、
現価格をみて食指が動いたら、入札数と残時間みたくね?
19
(1): usercss 2019/04/08(月)11:17 ID:IIJdgQ8P0(1) AAS
「保存した条件」を常に「すべて表示」

div.Expand__body.js-expandContent {
display: block !important;
}
div.Expand__header.u-marginB15.js-expandTrigger {
display: none !important;
}
20
(2): 2019/04/09(火)01:00 ID:+LHmtxbA0(1) AAS
改悪スレでここ紹介されたんだけど、
改悪前みたいに入札0は - を表示って無理?
1-
あと 267 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.290s*