From e39b7885f0aaff6d49ef7138c80417cd3b07aee6 Mon Sep 17 00:00:00 2001 From: "j.taneichi" Date: Sun, 31 May 2015 11:28:10 +0900 Subject: [PATCH] update --- css/base-layout.css | 25 ++++++++++++++++++++++++- css/layout.css | 35 ++++++++++++++++------------------- css/theme.css | 8 ++++---- 3 files changed, 44 insertions(+), 24 deletions(-) diff --git a/css/base-layout.css b/css/base-layout.css index dad9773..c88486c 100755 --- a/css/base-layout.css +++ b/css/base-layout.css @@ -5,7 +5,9 @@ ## Container -一番大きな枠組みのcontainer +一番大きな枠組みのcontainer、 +ブラウザのwidthに合わせて、適宜大きさが変化する。 +基本的にトップレベルで使用する。 ```
@@ -45,6 +47,10 @@ /* ## フレキシブルデザイン +twitter bootstrap と同じ要領で、 +flexを用いたマークアップで、行や列を表現できるようにしている。
+col-*-autoは、*に当てはまる条件下において、余白部分を穴埋めしてくれるように働く。
+もし複数 col-*-autoがある場合、それらで余白を埋めあえるよう個数で余白を割った大きさになる。 ```
@@ -292,6 +298,23 @@
``` + +## フレキシブルを用いて縦横中央に要素を配置する + +``` +
+
+
+
+
+ hello +
+
+
+
+
+``` + ## 特定の条件下で見えなくする ``` diff --git a/css/layout.css b/css/layout.css index 91fe6ce..b7d53d9 100644 --- a/css/layout.css +++ b/css/layout.css @@ -1,20 +1,16 @@ /* # Layout -## 縦横中央に要素を配置する +## Header + +ヘッダー、レスポンシブ対応はangular material に任せるので、 +ここでは静的なマークアップのみ実装する。 ``` -
-
-
-
-
- hello -
-
-
-
-
+
+

+
``` ## Card @@ -39,7 +35,7 @@ ruby,php,c#,javascript ロゴあり
-
使用頻度:
+
使用言語
Ruby
Php
@@ -68,7 +64,7 @@ ruby,php,c#,javascript ロゴあり
-
使用頻度:
+
使用言語
Wordpress
Php
@@ -97,7 +93,7 @@ ruby,php,c#,javascript ロゴあり
-
使用頻度:
+
使用言語
C#
C
@@ -122,11 +118,11 @@ ruby,php,c#,javascript ロゴあり
-
特技:セッションハイジャック
+
特技:sqlインジェクション
-
使用頻度:
+
使用言語
Javascript
go
@@ -155,7 +151,7 @@ ruby,php,c#,javascript ロゴあり
-
使用頻度:
+
使用言語
C#
C
@@ -205,6 +201,7 @@ ruby,php,c#,javascript ロゴあり .frame.card .top .image{ background-size: cover; background-position: center; + background-color: white; } .frame.card .float-button { padding: 8px; @@ -310,7 +307,7 @@ cardの影がz1からz3に変わっていることに注意。ボタンは無く
-
使用頻度:
+
使用言語
Ruby
Php
diff --git a/css/theme.css b/css/theme.css index 7356b9c..d73fd46 100755 --- a/css/theme.css +++ b/css/theme.css @@ -30,10 +30,10 @@ } .login-wrap.animate .visibleContent.testbox5, .login-wrap.animate .login-mask.testbox5, .login-wrap.animate .login-button.testbox5, .login-wrap.animate .login-button.testbox5:after .login-wrap.animate .visibleContent.testbox5{ - animation-iteration-count: infinite !important; - -webkit-animation-iteration-count: infinite !important; - animation-duration: 8s !important; - -webkit-animation-duration: 8s !important; +/* animation-iteration-count: infinite !important; + -webkit-animation-iteration-count: infinite !important;*/ + animation-duration: 0.2s !important; + -webkit-animation-duration: 0.2s !important; animation-direction: normal !important; -webkit-animation-direction: normal !important; animation-delay: 2s;