0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Oracle APEX5で使われているCSS

0
Last updated at Posted at 2018-03-04

ここでは

Oracle APEX5はCSSを多用しているため、カスタマイズする場合、CSSの変更が必要な場合がある。
ここでは私の古い知識にないCSSを読み解くため、参考にしたサイトと簡単な説明を記載する。

before&after

before,after疑似要素はCSS2.1でサポートされ、IE8でもサポートされる。
CSSはスタイルを指定するものと認識していたが、要素も追加できたのか。

http://coliss.com/articles/build-websites/operation/css/css-tutorial-pseudo-element-before-after-by-hongkiat.html
例えば、下の::before== $0の上のから下のまではCSSのbeforeで追加されたものである。
before1.PNG

随時更新予定

 2018/3/2 作成。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?