This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plurk CSS - Ace Attorney Miles Edgeworth | |
最後更新:2024-07-24 | |
/* ==============導覽列==============*/ | |
#top_bar { | |
position: fixed; | |
} | |
/*文字*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==============導覽列==============*/ | |
/*文字*/ | |
:is(url({)), #top_bar, :is(url(})) { | |
color: #ffffff; | |
position: fixed; | |
} | |
/*Icon*/ | |
:is(url({)), #top_bar .bar-icon, :is(url(})) { |