Geeklog-jp / geeklog-jp

This is Geeklog 2.1.0 JP 1.1. Geeklog 2.1.1 JP 1.0: see https://github.com/Geeklog-jp/geeklog-japan
http://www.geeklog.jp
0 stars 1 forks source link

denimでcustommenu のスタイルを優先させたい #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
問題を再現するための操作手順:
1.custommenuをインストール
2.denim/custommenu/custommenu.css を修正

正常に動作する場合に、期待される出力(表示):
denim/custommenu/custommenu.cssが優先されて表示される。

実際にはどのように出力(表示):
denim/ltr/style.cssのstyleが優先される。
a:hover が指定されない

Geeklogのリリースまたはスナップショットのバージョン,
Subversionから取り出した場合は元のディレクトリと
リビジョン情報:53b5fb247d84

アクセスしているブラウザとOS(オペレーティングシステ
ム)の
名称とバージョン:

* ブラウザの名称とバージョン: (Internet Explore 8, FireFox
12など)

Chrome

* OSの名称とバージョン: (Windows XP, NetBSD 5.1など)

ラベルとテキストを使用して、できるだけ詳しく情報を
提供して下さい。

以下の2点の修正でcustommenu.cssが優先されると思います。

1.denim/custommenu/custommenu.cssのstyle全部に、#navigationを追加

from:
.navigation_content 
to:
#navigation .navigation_content 

2.a:を追加してhoverのスタイルをセット

from:
#navigation .navigation_content li:hover {
to:
#navigation .navigation_content li a:hover {

Original issue reported on code.google.com by ivysoho on 23 Sep 2012 at 2:38

GoogleCodeExporter commented 9 years ago
2.は間違いで、1行目に、

#navigation .navigation_content li a:hover,
#navigation .navigation_content li a.selected {

と、追加したらよかったのではないかと思います。

Original comment by ivysoho on 23 Sep 2012 at 3:08

GoogleCodeExporter commented 9 years ago
custommenu.cssはstyle.cssにないものを定義して、できるだけ重複
を避けています。
その方が効率が良いと思うからです。(微々たるものです��
�)

custommenu.cssのスタイルを優先させたいという意向は理解でき
ます。
でも、それは全ての人にとって有利であるとは限りません��
�

Original comment by tahar...@gmail.com on 24 Sep 2012 at 2:00

GoogleCodeExporter commented 9 years ago
そうですね。いまのままのほうがよいですね。
レスポンシブの特性を生かすためには変更しないですべてst
yle.cssのほうがきれいだとおもいます。
ではこれを閉じます。

Original comment by ivysoho on 24 Sep 2012 at 2:53