From 4904c3c58c6068bf9737f81ca227b41e30893e81 Mon Sep 17 00:00:00 2001 From: "j.taneichi" Date: Sun, 31 May 2015 06:19:54 +0900 Subject: [PATCH] update --- css/layout.css | 91 ++++++++++++++++++++++++++++++++------------------ css/theme.css | 31 +++++++++++++++++ 2 files changed, 89 insertions(+), 33 deletions(-) diff --git a/css/layout.css b/css/layout.css index 8ed54ed..a9d2624 100644 --- a/css/layout.css +++ b/css/layout.css @@ -21,11 +21,11 @@ valueに関してはこのようにして取得するイメージ。 動的化はジェネレータの都合上割愛。 - +back 500 float 700 bar 800 ```
-
+
@@ -54,25 +54,25 @@ valueに関してはこのようにして取得するイメージ。
-
+
-
+
>>
-
特技: Web開発
+
特技: CMSツール運用
使用頻度:
-
Ruby
+
Wordpress
Php
-
-
C++
-
+
+
HTML
+
@@ -83,25 +83,25 @@ valueに関してはこのようにして取得するイメージ。
-
+
-
+
>>
-
特技: Web開発
+
特技: Androidアプリ
使用頻度:
-
Ruby
+
C#
-
Php
+
C
C++
-
+
@@ -112,25 +112,25 @@ valueに関してはこのようにして取得するイメージ。
-
+
-
+
>>
-
特技: Web開発
+
特技:セッションハイジャック
使用頻度:
-
Ruby
+
Javascript
-
Php
-
-
C++
-
+
go
+
+
F
+
@@ -149,8 +149,20 @@ valueに関してはこのようにして取得するイメージ。 min-height: 375px; width: 235px; max-width: 235px; - background-color: rgb(249, 37, 113); } +.frame.card.ruby{ + background-color: #E91E63; +} +.frame.card.php{ + background-color: #3f51b5; +} +.frame.card.csharp{ + background-color: #9c27b0; +} +.frame.card.javascript{ + background-color: #ff9800; +} + .frame.card .top{ position: relative; } @@ -161,7 +173,6 @@ valueに関してはこのようにして取得するイメージ。 } .frame.card .float-button { padding: 8px; - background-color: rgb(204,2,75); border-radius: 50px; text-decoration: none; color: white; @@ -176,6 +187,18 @@ valueに関してはこのようにして取得するイメージ。 right: 24px; bottom: -36px; } +.frame.card.ruby .float-button { + background-color: #C2185B; +} +.frame.card.php .float-button { + background-color: #303f9f; +} +.frame.card.csharp .float-button { + background-color: #7b1fa2; +} +.frame.card.javascript .float-button { + background-color: #f57c00; +} .frame.card .status{ padding: 16px; font-size: 12px; @@ -198,19 +221,21 @@ valueに関してはこのようにして取得するイメージ。 .frame.card .status .bar{ margin: 4px 0px; height: 8px; - background-color: rgb(204, 2, 75); } - -.frame.card .status .bar.v100{ - width: 100%; +.frame.card.ruby .status .bar{ + background-color: #AD1457; +} +.frame.card.php .status .bar{ + background-color: #283593; } -.frame.card .status .bar.v80{ - width: 80%; +.frame.card.csharp .status .bar{ + background-color: #6a1b9a; } -.frame.card .status .bar.v40{ - width: 40%; +.frame.card.javascript .status .bar{ + background-color: #ef6c00; } + .frame.card .status .fav-logo{ width: 90%; margin-right: 0; diff --git a/css/theme.css b/css/theme.css index 1cf41ec..07027ea 100755 --- a/css/theme.css +++ b/css/theme.css @@ -1,3 +1,34 @@ +.frame.card .status .bar.v100{ + width: 100%; +} +.frame.card .status .bar.v90{ + width: 90%; +} +.frame.card .status .bar.v80{ + width: 80%; +} +.frame.card .status .bar.v70{ + width: 70%; +} +.frame.card .status .bar.v60{ + width: 60%; +} +.frame.card .status .bar.v50{ + width: 50%; +} +.frame.card .status .bar.v40{ + width: 40%; +} +.frame.card .status .bar.v30{ + width: 30%; +} +.frame.card .status .bar.v20{ + width: 20%; +} +.frame.card .status .bar.v10{ + width: 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;