Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
31333064
Commit
31333064
authored
May 01, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16103 【Web 1.6.2】IE9でコンテンツが開かない
parent
4e7a8442
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
4912 additions
and
478 deletions
+4912
-478
abvw/bookmark.html
+1
-11
abvw/common/js/common.js
+4
-4
abvw/contentpreview.html
+2
-4
abvw/contentsearch.html
+0
-11
abvw/contentview.html
+80
-82
abvw/contentview_getits.html
+18
-20
abvw/contentview_streaming.html
+59
-61
abvw/css/layout/Anket.css
+37
-3
abvw/css/layout/accordion.css
+73
-4
abvw/css/layout/backup.css
+207
-10
abvw/css/layout/bookshelf.css
+183
-5
abvw/css/layout/common.css
+54
-1
abvw/css/layout/contentsearch.css
+248
-16
abvw/css/layout/delete_shiori.css
+72
-3
abvw/css/layout/footer.css
+11
-1
abvw/css/layout/header.css
+206
-13
abvw/css/layout/history.css
+236
-18
abvw/css/layout/home.css
+122
-6
abvw/css/layout/limit_access.css
+78
-3
abvw/css/layout/list.css
+219
-7
abvw/css/layout/list_shiori.css
+244
-12
abvw/css/layout/list_shirori_detail.css
+200
-2
abvw/css/layout/login.css
+244
-8
abvw/css/layout/login_validation.css
+112
-5
abvw/css/layout/restore.css
+103
-3
abvw/css/layout/setting.css
+330
-8
abvw/css/layout/share.css
+148
-9
abvw/css/layout/tab.css
+66
-3
abvw/css/layout/viewer.css
+1508
-58
abvw/history.html
+1
-14
abvw/home.html
+0
-14
abvw/js/contentview_CallApi.js
+0
-1
abvw/js/contentview_CreateObjects.js
+5
-5
abvw/js/home.js
+2
-2
abvw/js/login.js
+3
-3
abvw/js/share.js
+33
-33
abvw/settings.html
+0
-8
login.html
+3
-7
No files found.
abvw/bookmark.html
View file @
31333064
...
...
@@ -18,29 +18,19 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shiori.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shiori.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/delete_shiori.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/delete_shiori.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<!-- CSSビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?#UPDATEID#" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?#UPDATEID#"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?#UPDATEID#"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
...
...
@@ -67,7 +57,7 @@
</style>
</head>
<body
id=
"bookmark"
oncontextmenu=
"return false
;
"
>
<body
id=
"bookmark"
oncontextmenu=
"return false"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
<!--新着メッセージがあります!!!-->
...
...
abvw/common/js/common.js
View file @
31333064
...
...
@@ -2505,7 +2505,7 @@ COMMON.SetObjectLog = function(strContentId, objectLog){
if
(
COMMON
.
isAuthoringPreview
()){
return
;
}
var
arrContentLogs
=
ClientData
.
ContentLogData
();
for
(
var
nIndex
=
0
;
nIndex
<
arrContentLogs
.
length
;
nIndex
++
)
{
...
...
@@ -2546,7 +2546,7 @@ COMMON.RegisterLog = function(is) {
if
(
COMMON
.
isAuthoringPreview
()){
return
;
}
var
arrContentLogs
=
ClientData
.
ContentLogData
();
var
isError
=
false
;
...
...
@@ -3203,13 +3203,13 @@ COMMON.getUrlParam = function(name, url){
//オーサリングプレビューモードか判定
COMMON
.
isAuthoringPreview
=
function
(){
if
(
AVWEB
.
avwSysSetting
().
previewFlg
!=
undefined
){
return
AVWEB
.
avwSysSetting
().
previewFlg
;
}
else
{
return
false
;
}
};
abvw/contentpreview.html
View file @
31333064
...
...
@@ -8,21 +8,19 @@
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
name=
"viewport"
content=
""
>
<title>
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery-ui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/reset.css?__UPDATEID__"
/>
<!-- CSSビュー -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
...
...
abvw/contentsearch.html
View file @
31333064
...
...
@@ -18,33 +18,22 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/contentsearch.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/contentsearch.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.css?__UPDATEID__"
id=
"theme_base"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.date.css?__UPDATEID__"
id=
"theme_date"
/>
<!-- CSSビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?__UPDATEID__" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
...
...
abvw/contentview.html
View file @
31333064
...
...
@@ -9,14 +9,14 @@
<meta
http-equiv=
"Expires"
content=
"-1"
>
<meta
name=
"viewport"
content=
""
>
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery-ui.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
...
...
@@ -50,24 +50,22 @@
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.treeview.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
}
</style>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
...
...
@@ -75,98 +73,98 @@
});
</script>
</head>
<!-- oncontextmenu="return false;" -->
<body
id=
"viewer"
>
<div
id=
"wrapper"
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header"
>
<div
class =
"wrapper_header"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
>
</div>
</aside>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
>
</h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
>
</ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
>
</ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
>
</h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
>
</ul>
</aside>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
>
</ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
>
</h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
>
</ul>
</aside>
</div>
</div>
</header>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
<br
/>
</ul>
</aside>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
>
</div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
>
</div>
<div
id=
"divDialogMemo"
>
</div>
<div
id=
"dialog-contenttype-music"
>
</div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
>
<div
id=
"divDialogMemo"
>
</div>
<div
id=
"dialog-contenttype-music"
>
</div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
>
</div>
<div
id=
"arrow"
class=
"popuptext_arrow"
>
<div
id=
"arrow"
class=
"popuptext_arrow"
>
</div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
...
...
@@ -178,7 +176,7 @@
<!-- ================================================================================== -->
<!-- Marking group [start] -->
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
...
...
@@ -197,7 +195,7 @@
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
<!--このページクリア-->
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
<!--保存-->
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
<!--キャンセル-->
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
<!--キャンセル-->
</a>
</div>
</aside>
<!-- Marking [ end ] -->
...
...
@@ -205,7 +203,7 @@
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
...
...
@@ -229,12 +227,12 @@
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
<!--小-->
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
...
...
@@ -245,14 +243,14 @@
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
...
...
@@ -300,21 +298,21 @@
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
<!--キャンセル-->
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
...
...
@@ -362,28 +360,28 @@
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
<!--キャンセル-->
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start] -->
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start] -->
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
...
...
@@ -391,8 +389,8 @@
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
...
...
@@ -401,54 +399,54 @@
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
>
<div
class=
"ftRcolumn_2"
>
</div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end] -->
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
</div>
...
...
abvw/contentview_getits.html
View file @
31333064
...
...
@@ -13,17 +13,17 @@
<meta name="viewport" content="width=device-width,target-densitydpi=128" />
-->
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery-ui.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.3.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.cookie.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.js?__UPDATEID__"
></script>
...
...
@@ -55,18 +55,16 @@
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Getits.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.treeview.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
...
...
@@ -142,7 +140,7 @@ body {
}
</style>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
...
...
@@ -151,15 +149,15 @@ body {
});
</script>
</head>
<body
id=
"viewer"
oncontextmenu=
"return false;"
>
<div
id=
"wrapper"
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
...
...
@@ -173,28 +171,28 @@ body {
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
</div>
...
...
abvw/contentview_streaming.html
View file @
31333064
...
...
@@ -13,17 +13,17 @@
<meta name="viewport" content="width=device-width,target-densitydpi=128" />
-->
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery-ui.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.3.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery-ui-1.8.23.custom.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.toastmessage.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.cookie.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.treeview.js?__UPDATEID__"
></script>
...
...
@@ -55,27 +55,25 @@
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Streaming.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.treeview.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
<style>
html
{
-ms-touch-action
:
none
;
}
body
{
-webkit-text-size-adjust
:
100%
;
}
#menu
{
width
:
100%
;
height
:
45px
;
...
...
@@ -108,17 +106,17 @@
#menu
li
a
:hover
{
background
:
#ffa443
;
}
</style>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
//CONTENTVIEW.ready();
//CONTENTVIEW_STREAMING.ready();
//$('#menu').hide();
});
//デバイスから呼ばれるGPS情報
...
...
@@ -142,13 +140,13 @@
//$('#debug').show();
</script>
</head>
<body
id=
"viewer"
oncontextmenu=
"return false;"
>
<div
id=
"wrapper"
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<!--
<div id="divCheckExistMarking" class="check_marking" style="display:none;">
...
...
@@ -162,51 +160,51 @@
<span class="hgloupe">
<a id="imgHome" class="home" title="ホーム" lang="dspHome"> </a>
<a id="imgBack" class="back" title="戻る" lang="txtTooltipBack"> </a>
</span>
</span>
<span class="gloupe">
<a id="listbookmark" class="bmList" title="しおり一覧" lang="txtShioriCtnLs"> </a>
<a id="imgbookmark" class="bmAdd" title="しおり追加" lang="txtTooltipBookmark"> </a>
</span>
</span>
<span class="gloupe">
<a id="listindex" class="index" title="インデックス" lang="txtIndex"> </a>
</span>
</span>
<aside id="boxIndex" class="indexBox" style="display: none;">
<h1 id="indexBoxHdIndex" class="indexBoxHd">
<a id="indexClosing" class="delete" > </a>
<a id="indexClosing" class="delete" > </a>
</h1>
<div id="divListIndex" class="indexBoxBody_on">
</div>
</aside>
</aside>
<span class="gloupe">
<a id="copytext" class="copy" title="コピー" lang="txtTextCopy"> </a>
</span>
<aside class="bookmarkBox" id ="boxCopyText">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdCT">
</span>
<aside class="bookmarkBox" id ="boxCopyText">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdCT">
</h1>
<ul id="divCopyText" class="bookmarkBoxBody_on">
</ul>
</aside>
<aside class="bookmarkBox" id="boxBookMark" style="display: none;">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdBM">
<ul id="divCopyText" class="bookmarkBoxBody_on">
</ul>
</aside>
<aside class="bookmarkBox" id="boxBookMark" style="display: none;">
<h1 class="bookmarkBoxHd" id="bookmarkBoxHdBM">
</h1>
<ul id="divListBookmark" class="bookmarkBoxBody_on">
</ul>
</aside>
<ul id="divListBookmark" class="bookmarkBoxBody_on">
</ul>
</aside>
<span class="gloupe">
<a id="imgmemo" class="memoDisplay" title="メモ表示" lang="txtTooltipShowMemo"> </a>
<a id="imgaddmemo" class="memoAdd" title="メモ追加" lang="txtTooltipAddMemo"> </a>
</span>
</span>
<span class="lgloupe">
<a id="imgmarking" class="marking" title="マーキング" lang="txtTooltipShowMarking"> </a>
<a id="imgmarkingtoolbar" class="markingToolbar" title="マーキングツールバー表示" lang="txtTooltipShowMarkingTool"> </a>
</span>
</span>
</div>
<div class="hdRcolumn">
<input id="txtSearch" type="text">
<aside id="boxSearching" class="bookmarkBox" style="display: none;">
<h1 id="bookmarkBoxHdSearching" class="bookmarkBoxHd">
<h1 id="bookmarkBoxHdSearching" class="bookmarkBoxHd">
</h1>
<ul id="divSearchResult" class="bookmarkBoxBody_on">
<ul id="divSearchResult" class="bookmarkBoxBody_on">
</ul>
</aside>
</div>
...
...
@@ -220,7 +218,7 @@
<label class="lang" lang = "txtMemoMenu" > </label>
</h1>
<ul id="divAddMemo" class="bookmarkBoxBody_on">
<br />
<br />
<a id="liAddMemo" lang = "txtMemoNew" class="lang cancelbtn"> </a><br />
<a id="liCopyMemo" lang = "txtMemoPaste" class="lang cancelbtn"> </a> <br />
<a id="liDeleteMemo" lang = "txtMemoClear" class="lang cancelbtn"> </a>
...
...
@@ -292,12 +290,12 @@
</li>
<li>
<a id="text_dlgGomu_rdo1">
<input type="radio" id="dlgGomu_rdo1" name="rdoSize" value="1" checked="checked"/>
<input type="radio" id="dlgGomu_rdo1" name="rdoSize" value="1" checked="checked"/>
<span><label for="dlgGomu_rdo1" class="lang" lang="txtMkgS">小</label></span>
<img class="sizeS" src="img/viewer/en_s.png" alt="">
</a>
</li>
</ul>
</ul>
</div>
<div class="popcolumnR">
<canvas id="dlgGomu_cvMain" class="canvasArea_l" width="98" height="98"> </canvas>
...
...
@@ -307,13 +305,13 @@
<a id="dlgGomu_dspOK" class="cancelbtn lang okbtn" href="#" lang="dspOK">OK</a>
</div>
</div>
<div id="dlgMaker" class="rayermenu1">
<ul class="popcolumnL">
<li>
<a id="marker-oversize-text">
<input type="radio" id="maker-size-oversize" name="maker-size" />
<span><label for="maker-size-oversize" class="lang" lang="txtMkgSB">XL</label></span>
<span><label for="maker-size-oversize" class="lang" lang="txtMkgSB">XL</label></span>
<img class="sizeXL" src="img/viewer/en_xl.png" alt="">
</a>
</li>
...
...
@@ -361,19 +359,19 @@
</table>
<span> </span>
<canvas id="Maker_cvPreviewmaker" class="canvasArea_s" width="98" height="98"> </canvas>
</div>
</div>
<div>
<a id="Maker_btnCancel" class="lang cancelbtn" lang="dspCancel">キャンセル</a>
<a id="Maker_btnOk" class="lang cancelbtn okbtn" lang="dspOK">OK</a>
</div>
</div>
</div>
<div id="dlgPen" class="rayermenu1">
<ul class="popcolumnL">
<li>
<a id="pen-oversize-text">
<input type="radio" id="pen-size-oversize" name="maker-size"/>
<span><label for="pen-size-oversize" class="lang" lang="txtMkgSB">XL</label></span>
<span><label for="pen-size-oversize" class="lang" lang="txtMkgSB">XL</label></span>
<img class="sizeXL" src="img/viewer/en_xl.png" alt="">
</a>
</li>
...
...
@@ -421,7 +419,7 @@
</table>
<span> </span>
<canvas id="Pen_cvPreviewPen" class="canvasArea_s" width="98" height="98"> </canvas>
</div>
</div>
<div>
<a id="Pen_btnCancel" class="lang cancelbtn" lang="dspCancel">キャンセル</a>
<a id="Pen_btnOk" class="lang okbtn cancelbtn" lang="dspOK">OK</a>
...
...
@@ -432,36 +430,36 @@
<!-- ================================================================================== -->
<!-- Marking group [end] -->
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start] -->
<!-- ================================================================================== -->
<!--
<!--
<footer id="footer_toolbar_1" class="footer">
<div class="ftinner">
<div class="ftinner">
<div class="ftLcolumn">
<div class="slider fix">
<div id="divTxtSlider" class="sld01">
<span><input id="txtSlider" type="text" size="2" maxlength="3"/><label id="lblSlider"> </label></span>
</div>
<a id="control_process" class="sld02"><div id="slider_page" > </div></a>
</div>
<div id="control_movepage" class="transition fix">
<a id="firstpage" class="begin"> </a>
<a id="prevpage" class="prev"> </a>
<a id="nextpage" class="next"> </a>
<a id="lastpage" class="last"> </a>
</div>
<div id="control_zoom" class="sizing">
<a id="zoomin" class="expansion"> </a>
<a id="zoomfit" class="fit"> </a>
<a id="zoomout" class="reduction"> </a>
</div>
</div>
<div class="ftRcolumn">
<a id="control_screen" class="toolbar"> </a>
</div>
...
...
@@ -476,28 +474,28 @@
<!-- ================================================================================== -->
<!-- Footer [end] -->
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
<!--このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?-->
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
<!--Confirm Play Video-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
<!--Confirm Play Audio-->
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
<!--OK-->
</a></p>
</section>
</div>
...
...
abvw/css/layout/Anket.css
View file @
31333064
...
...
@@ -3,7 +3,7 @@
.anket-dialog
{
position
:
fixed
;
z-index
:
1000
;
z-index
:
1000
;
}
.anket-dialog
h1
{
...
...
@@ -11,7 +11,7 @@
height
:
25px
;
line-height
:
25px
;
margin
:
0
;
padding
:
0
0
0
5px
;
padding
:
0
0
0
5px
;
}
.anket-dialog
.anket-container
{
...
...
@@ -52,7 +52,7 @@
opacity
:
0.5
;
}
.anket-translucent
{
{
opacity
:
0.8
;
}
.anket-opacity
...
...
@@ -60,3 +60,36 @@
opacity
:
1.0
;
}
.anket-dialog
{
border
:
solid
1px
#333
;
background-color
:
#fff
;
}
.anket-dialog
h1
{
color
:
#fff
;
background
:
url(../../img/viewer/article_bg.png)
0
0
repeat
;
}
.anket-dialog
.anket-container
{
}
.anket-dialog
.anket-container
iframe
{
}
.anket-dialog
.anket-commands
{
border-top
:
solid
1px
#333
;
}
.anket-dialog
.anket-commands
input
[
type
=
'button'
]
{
border-radius
:
10px
;
border
:
solid
1px
#333
;
background-color
:
#ccc
;
cursor
:
pointer
;
}
.anket-dialog
.anket-commands
input
[
type
=
'button'
]
:hover
{
background-color
:
#fff
;
}
\ No newline at end of file
abvw/css/layout/accordion.css
View file @
31333064
...
...
@@ -69,7 +69,7 @@ header .cnt_header .menu_language #searchArea a#searchbtn {
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
padding
:
1px
20px
;
text-decoration
:
none
;
text-decoration
:
none
;
margin
:
0
0
10px
125px
;
}
header
.cnt_header
.menu_language
#searchArea
a
#searchbtn
:hover
{
...
...
@@ -85,7 +85,77 @@ a#searchbtn:active{
white-space
:
nowrap
;
display
:
inline-block
;
min-width
:
15px
;
}
}
#liPushMessage
{
}
\ No newline at end of file
}
@charset
"utf-8"
;
/*アコーディオン用*/
.ui-helper-reset
{
font-size
:
100%
;}
/* states and images */
.ui-icon
{
background-image
:
url(img/ui-icons_222222_256x240.png)
;
}
.ui-state-default
.ui-icon
{
background-image
:
url(img/ui-icons_888888_256x240.png)
;
}
.ui-state-hover
.ui-icon
,
.ui-state-focus
.ui-icon
,
.ui-state-active
.ui-icon
{
background-image
:
url(img/ui-icons_454545_256x240.png)
;
}
/* positioning */
.ui-icon-triangle-1-e
{
background-position
:
-32px
-16px
;
}
.ui-icon-triangle-1-s
{
background-position
:
-64px
-16px
;
}
/* jQuery UI Accordion 1.8.11*/
.ui-accordion
{
}
.ui-accordion
.ui-accordion-header
{
}
.ui-accordion
.ui-accordion-li-fix
{
}
.ui-accordion
.ui-accordion-header-active
{
}
.ui-accordion
.ui-accordion-header
a
{
font-size
:
1em
;
}
.ui-accordion-icons
.ui-accordion-header
a
{
}
.ui-accordion
.ui-accordion-header
.ui-icon
{
}
.ui-accordion
.ui-accordion-content
{
}
.ui-accordion
.ui-accordion-content-active
{
}
#accordion
p
,
#mouseover
p
{}
.cnt_header
.menu_language
.button
#accordion
{
font-size
:
12px
;
border
:
1px
solid
#CCC
;
background-color
:
#FFFFFF
;
}
.cnt_header
.menu_language
.button
#accordion
h5
{
border-bottom
:
1px
solid
#CCC
;
background
:
#FFFFFF
;
}
.cnt_header
.menu_language
.button
#accordion
h5
a
{
}
.cnt_header
.menu_language
.button
#accordion
h5
a
:hover
{
}
.cnt_header
.menu_language
.button
#accordion
.newmsg
{
border-bottom
:
1px
solid
#CCC
;}
.cnt_header
.menu_language
.button
#accordion
.newmsg
p
{
}
.cnt_header
.menu_language
.button
#accordion
.pagechange
a
{
}
.cnt_header
.menu_language
.button
#accordion
.date
{
font-size
:
10px
;
}
.postItem
a
{}
.postItem
a
.open
{}
header
.cnt_header
.menu_language
#searchArea
{
background-color
:
#FFFFFF
;
border
:
1px
solid
#CCCCCC
;
}
header
.cnt_header
.menu_language
#searchArea
a
#searchbtn
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
}
header
.cnt_header
.menu_language
#searchArea
a
#searchbtn
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
a
#searchbtn
:active
{
}
#numbermessage
{
}
abvw/css/layout/backup.css
View file @
31333064
...
...
@@ -29,7 +29,7 @@
-webkit-border-radius
:
10px
10px
10px
10px
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -41,7 +41,7 @@
line-height
:
62px
;
text-align
:
center
;
font-weight
:
bold
;
letter-spacing
:
2px
;
letter-spacing
:
2px
;
}
.sectionbackup
p
{
...
...
@@ -88,7 +88,7 @@
}
.sectionbackup
.backupbtn
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
-ms-filter
:
none
;
}
.sectionbackup
.backupbtn
a
:hover:not
(
:target
)
{
filter
:
none
;
...
...
@@ -107,7 +107,7 @@
-webkit-border-radius
:
10px
10px
10px
10px
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -119,12 +119,12 @@
line-height
:
62px
;
text-align
:
center
;
letter-spacing
:
2px
;
letter-spacing
:
2px
;
}
.sectionbackup_logout
.message-options
.option_backup
{
margin
:
0
0
0
24px
;
{
margin
:
0
0
0
24px
;
}
.sectionbackup_logout
.message-options
.option_backup
input
{
...
...
@@ -139,7 +139,7 @@
.sectionbackup_logout
p
.notice
{
/*text-align:center;*/
margin-top
:
20px
;
margin-top
:
20px
;
}
.sectionbackup_logout
p
.message
{
...
...
@@ -158,9 +158,9 @@
position
:
relative
;
/*margin:-27px 0 0 135px;*/
}
.sectionbackup_logout
.backupbtn
a
.sectionbackup_logout
.backupbtn
a
{
margin
:
0
15px
;
margin
:
0
15px
;
width
:
200px
;
height
:
21px
;
-moz-border-radius
:
6px
;
...
...
@@ -188,3 +188,199 @@
filter
:
none
;
-ms-filter
:
none
;
}
@charset
"utf-8"
;
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* ---------- MENU ---------- */
/*
5. .sectionbackup setting
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. .sectionbackup setting */
/*----------------------------*/
.sectionbackup
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#fff
;
}
.sectionbackup
h1
{
font-size
:
19px
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.sectionbackup
p
{
}
.sectionbackup
p
.message
{
color
:
#333
;
font-size
:
15px
;
font-weight
:
bold
;
}
.sectionbackup
.backupbtn
{
}
.sectionbackup
.backupbtn
a
.ok
{
}
.sectionbackup
.backupbtn
a
.disabled
{
cursor
:
default
;
color
:
#9e9e9e
;
pointer-events
:
none
;
}
.sectionbackup
.backupbtn
a
.disabled
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
}
.sectionbackup
.backupbtn
a
.cancel
{
}
.sectionbackup
.backupbtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
}
.sectionbackup
.backupbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionbackup
.backupbtn
a
:active
{
}
.sectionbackup
.backupbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectionbackup
.backupbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.sectionbackup_logout
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#fff
;
}
.sectionbackup_logout
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.sectionbackup_logout
.message-options
.option_backup
{
font-size
:
13px
;
}
.sectionbackup_logout
.message-options
.option_backup
input
{
}
.sectionbackup_logout
p
{
}
.sectionbackup_logout
p
.notice
{
font-size
:
13px
;
}
.sectionbackup_logout
p
.message
{
font-size
:
15px
;
font-weight
:
bold
;
color
:
#333
;
}
.sectionbackup_logout
.backupbtn
{
}
.sectionbackup_logout
.backupbtn
a
.ok
{
}
.sectionbackup_logout
.backupbtn
a
.disabled
{
cursor
:
default
;
color
:
#9e9e9e
;
pointer-events
:
none
;
}
.sectionbackup_logout
.backupbtn
a
.disabled
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
}
.sectionbackup_logout
.backupbtn
a
.cancel
{
}
.sectionbackup_logout
.backupbtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
}
.sectionbackup_logout
.backupbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionbackup_logout
.backupbtn
a
:active
{
}
.sectionbackup_logout
.backupbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectionbackup_logout
.backupbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
\ No newline at end of file
abvw/css/layout/bookshelf.css
View file @
31333064
...
...
@@ -8,7 +8,7 @@
display
:
table-cell
;
}
.thumbnail
a
:hover
{
text-align
:
center
;
text-align
:
center
;
width
:
80px
;
height
:
33px
;
display
:
table-cell
;
...
...
@@ -59,7 +59,7 @@ p.dop_info a:hover{ }
width
:
195px
;
}
.cnt_section_bookshelf
:hover
{
}
.cnt_section_bookshelf
a
.img
{
.cnt_section_bookshelf
a
.img
{
display
:
block
;
margin
:
0
auto
;
}
...
...
@@ -89,7 +89,7 @@ p.dop_info a:hover{ }
.cnt_section_bookshelf
.text
ul
.pic
li
a
.pen
{
width
:
32px
;
height
:
47px
;}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read
{
display
:
inline-block
;
padding
:
2px
26px
;
margin-left
:
5px
;
...
...
@@ -141,4 +141,183 @@ a:hover.btn_bott{
}
.wrapper_ws
#main-ws
.hoge-R
.cnt_section_bookshelf
.img
.book_vertical
{
margin-top
:
5px
;
}
\ No newline at end of file
}
@charset
"utf-8"
;
.thumbnail
a
:link
{
text-decoration
:
none
;
background-image
:
url(../../img/bookshelf/thumbnail_off.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
3px
0px
0px
3px
;
}
.thumbnail
a
:hover
{
text-decoration
:
none
;
background-color
:
#D6E5E5
;
background-image
:
url(../../img/bookshelf/thumbnail_on.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
3px
0px
0px
3px
;
}
.thumbnail_select
{
text-decoration
:
none
;
background-color
:
#D6E5E5
;
background-image
:
url(../../img/bookshelf/thumbnail_on.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
3px
0px
0px
3px
;
}
#bookshelf
.wrapper_ws
#main-ws
.hoge-R
section
.sectionhomebookshelf
.name
img
{
}
/* section */
section
.sectionhomebookshelf
{
}
p
.dop_info
{
border
:
1px
solid
#999999
;
background
:
#fff
;
}
p
.dop_info
a
{
font-size
:
12px
;
color
:
#333333
;}
p
.dop_info
a
:hover
{
text-decoration
:
none
;}
.cnt_section_bookshelf
{
}
section
.sectionhomebookshelf
.cnt_section_bookshelf
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section_bookshelf
a
.img
{
}
.cnt_section_bookshelf
a
.img
img
{
}
.cnt_section_bookshelf
.text
{
}
.sectionhomebookshelf
a
.name
{
color
:
#333333
;
font-size
:
12px
;
text-decoration
:
none
;
}
.sectionhomebookshelf
a
.name
div
.content-title
{
width
:
150px
;
white-space
:
nowrap
;
/* 改行を半角スペースに置き換える */
overflow
:
hidden
;
/* はみだした部分を削除する */
text-overflow
:
ellipsis
;
}
.cnt_section_bookshelf
a
.name
:hover
{
text-decoration
:
underline
;
color
:
#2d83da
;}
.cnt_section_bookshelf
.text
ul
.date
{
}
.cnt_section_bookshelf
.text
ul
.date
li
{
color
:
#333333
;
font-size
:
11px
;}
.cnt_section_bookshelf
.text
.info
{}
.cnt_section_bookshelf
.text
ul
.pic
{
}
.cnt_section_bookshelf
.text
ul
.pic
li
{}
.cnt_section_bookshelf
.text
ul
.pic
li
a
{
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.sticker
{
background
:
url(../../img/bookshelf/pic_1.png)
no-repeat
left
bottom
;}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.pen
{
background
:
url(../../img/bookshelf/pic_2.png)
no-repeat
0
center
;}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#a4d815
),
color-stop
(
1
,
#83c008
)
);
background
:
-moz-linear-gradient
(
center
top
,
#a4d815
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#a4d815
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#83bd07
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
text-shadow
:
1px
1px
0px
#a2d613
;
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#83c008
;
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read
:active
{
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#b6b3b3
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#b6b3b3
;
box-shadow
:
inset
0px
1px
0px
0px
#b6b3b3
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#777575
),
color-stop
(
1
,
#3f3d3d
)
);
background
:
-moz-linear-gradient
(
center
top
,
#777575
5%
,
#3f3d3d
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#777575'
,
endColorstr
=
'#3f3d3d'
);
background-color
:
#777575
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#63636d
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
text-shadow
:
1px
1px
0px
#686666
;
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read_hover
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#3f3d3d
),
color-stop
(
1
,
#777575
)
);
background
:
-moz-linear-gradient
(
center
top
,
#3f3d3d
5%
,
#777575
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#3f3d3d'
,
endColorstr
=
'#777575'
);
background-color
:
#3f3d3d
;
}
.cnt_section_bookshelf
.text
ul
.pic
li
a
.read_hover
:active
{
}
.btn_bott
{
font-size
:
14px
;
color
:
#fff
;
text-decoration
:
none
;
border
:
1px
solid
#0C284E
;
border-radius
:
4px
;
/*outline:1px solid #0C284E;*/
background
:
#37648C
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#37648C
),
color-stop
(
100%
,
#22466D
));
/* Chrome,Safari4+ */
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#37648C
0%
,
#22466D
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#37648C'
,
endColorstr
=
'#22466D'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.btn_bott
{
background
:
#22466D
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#22466D
0%
,
rgb
(
16
,
89
,
163
)
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#22466D
),
color-stop
(
100%
,
#37648C
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#22466D
0%
,
#37648C
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#22466D'
,
endColorstr
=
'#37648C'
,
GradientType
=
0
);
/* IE6-9 */
}
#bookshelf
.wrapper_ws
#main-ws
.hoge-R
.tops
.floatR
{
}
#bookshelf
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_bookshelf
.img
.band_vertical
{
}
#bookshelf
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_bookshelf
.img
.band_horizontal
{
}
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_bookshelf
.img
.book_horizontal
{
}
.wrapper_ws
#main-ws
.hoge-R
.cnt_section_bookshelf
.img
.book_vertical
{
}
abvw/css/layout/common.css
View file @
31333064
...
...
@@ -5,7 +5,7 @@
body
{
margin
:
0
;
padding
:
0
;
padding
:
0
;
}
.wrapper
{
...
...
@@ -56,3 +56,56 @@ br.clear { clear: both; margin: 0; padding: 0; font-size: 0; line-height: 0; }
.floatL
{
float
:
left
;}
.floatR
{
float
:
right
;}
@charset
"utf-8"
;
/* Latest Update
2012.11.5 write */
body
{
background
:
#f4f4f4
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.wrapper
{
background-color
:
#EDF2F2
;
}
form
,
ul
{
}
li
{
}
img
{
}
#main-ws
{
}
p
.go_top
{
}
.focus
{
color
:
#969696
;}
#user_change
footer
.border
.cnt_footer
img
{
}
/*2013*/
.PageTop
{
}
/*CLEARFIX*/
.clearfix
:after
{
}
.clearfix
{
}
/*\*/
*
html
.clearfix
{
}
.clearfix
{
}
/**/
.clearboth
{}
br
.clear
{
}
.floatL
{
}
.floatR
{
}
#avw-auth-error
{
color
:
#fff
;
background
:
#ccc
;
}
abvw/css/layout/contentsearch.css
View file @
31333064
@charset
"utf-8"
;
.articlecontentsearch
{
.articlecontentsearch
{
width
:
858px
;
padding
:
10px
20px
0
22px
;
display
:
block
;
...
...
@@ -18,9 +18,9 @@
vertical-align
:
middle
;
}
.tops
a
.btn_blue
,
.tops
a
.btn_gray
.tops
a
.btn_blue
,
.tops
a
.btn_gray
{
float
:
left
;
text-align
:
center
;
display
:
table-cell
;
...
...
@@ -30,13 +30,13 @@
height
:
19px
;
text-decoration
:
none
;
margin-right
:
10px
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
display
:
inline-block
;
padding
:
2px
15px
;
text-decoration
:
none
;
/* [disabled]text-shadow:1px 1px 0px #a2d613; */
margin-left
:
5px
;
...
...
@@ -62,16 +62,16 @@
.tops
ul
{
float
:
left
;
margin
:
0
;
padding
:
0
;}
.tops
ul
li
{
display
:
inline
;}
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
margin-left
:
5px
;
}
.tops
ul
li
span
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
.tops
ul
li
span
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
margin-left
:
5px
;
}
.tops
ul
li
a
.nottouchdevice
:hover
{
text-decoration
:
underline
;}
...
...
@@ -193,14 +193,14 @@
top:1px;*/
}
.btn_bott
.btn_bott
{
display
:
block
;
width
:
210px
;
height
:
33px
;
line-height
:
33px
;
margin
:
37px
auto
0
auto
;
text-align
:
center
;
text-decoration
:
none
;
border-radius
:
4px
;
...
...
@@ -250,7 +250,7 @@ a:hover.btn_bott{
}
#main-searchresult
span
{
float
:
left
;
float
:
left
;
margin-right
:
15px
;
}
#main-searchresult
input
...
...
@@ -295,3 +295,235 @@ a:hover
float
:
left
;
margin
:
7px
7px
0px
0px
;
}
@charset
"utf-8"
;
.articlecontentsearch
{
border
:
1px
solid
#ccc
;
}
.tops
{
}
.tops
a
.btn_gray
img
,
.tops
a
.btn_blue
img
{
}
.tops
a
.btn_blue
,
.tops
a
.btn_gray
{
color
:
#fff
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.tops
a
:hover
.btn_blue
,
.tops
a
:hover
.btn_gray
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.tops
a
.btn_blue
:active
,
.tops
a
.btn_gray
:active
{
}
.tops
a
.btn_blue
:not
(
:target
),
.tops
a
.btn_gray
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.tops
a
:hover
.btn_blue
:not
(
:target
),
.tops
a
:hover
.btn_gray
:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.button
{
}
.tops
ul
{
}
.tops
ul
li
{
}
.tops
ul
li
a
{
font-size
:
12px
;
color
:
rgb
(
45
,
131
,
218
);
}
.tops
ul
li
span
{
font-size
:
12px
;
color
:
#333333
;
}
.tops
ul
li
a
.nottouchdevice
:hover
{
}
.tops
ul
li
a
.gray_text
{
color
:
#999999
;}
.tops
ul
li
a
.active_tops
{
color
:
#2d83da
;
}
.tops
ul
li
b
{
font-weight
:
normal
;
font-size
:
12px
;}
.tops
p
{
color
:
#333333
;
font-size
:
12px
;
}
/* section */
.sectionsearchlist
{
border-top
:
1px
dashed
#cccccc
;
}
.cnt_section_list
{
}
.cnt_section_list
:hover
{
background-color
:
#FFFFFF
;
}
.cnt_section_list
a
.img
{
}
.cnt_section_list
a
.img
img
{
}
/*.cnt_section_list a.img img.book_icon{
position:absolute;
top:0px;
left:0px;
z-index:10;
}*/
.cnt_section_list
.text
{
}
.cnt_section_list
.text
a
.name
{
color
:
#37648C
;
font-size
:
16px
;
}
.cnt_section_list
.text
a
.name
img
{
}
.cnt_section_list
.text
a
.name
:hover
{
}
.cnt_section_list
.text
ul
.date
{
}
.cnt_section_list
.text
ul
.date
li
{
color
:
#333333
;
font-size
:
13px
;
}
/*---*/
.cnt_section_list
.text
.info
{
}
.cnt_section_list
.text
ul
.pic
{
}
.cnt_section_list
.text
ul
.pic
li
{
}
.cnt_section_list
.text
ul
.pic
li
img
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:active
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:active
{
}
.btn_bott
{
font-size
:
14px
;
color
:
#fff
;
border
:
1px
solid
#0C284E
;
background
:
#37648C
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#37648C
),
color-stop
(
100%
,
#22466D
));
/* Chrome,Safari4+ */
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#37648C
0%
,
#22466D
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#37648C'
,
endColorstr
=
'#22466D'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.btn_bott
{
background
:
#22466D
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#22466D
0%
,
rgb
(
16
,
89
,
163
)
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#22466D
),
color-stop
(
100%
,
#37648C
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#22466D
0%
,
#37648C
)
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#22466D'
,
endColorstr
=
'#37648C'
,
GradientType
=
0
);
/* IE6-9 */
}
.sectionsearchlist
#bottom
{
}
.cnt_section_list
.img
.band_horizontal
{
}
.cnt_section_list
.img
.band_vertical
{
}
.cnt_section_list
.text
.info
.pic
li
.read
{
}
#main-ws
section
{
border-top
:
1px
dashed
#cccccc
;
}
#main-searchresult
{
border
:
1px
solid
#ccc
;
}
#main-searchresult
span
{
}
#main-searchresult
input
{
}
#main-searchresult
input
[
type
=
"radio"
]
{
}
.tops
a
.btn_gray
,
.tops
a
.btn_blue
{
color
:
#fff
;
}
a
:hover
{
}
#main-searchresult
span
:hover
{
}
#msgSearchNotExist
{
font-size
:
16px
;
color
:
#f00
;
}
.sort-title
{
font-size
:
12px
;
color
:
#333333
;
text-decoration
:
none
;
}
abvw/css/layout/delete_shiori.css
View file @
31333064
...
...
@@ -20,7 +20,7 @@
height
:
64px
;
line-height
:
62px
;
text-align
:
center
;
letter-spacing
:
2px
;
letter-spacing
:
2px
;
border-radius
:
10px
10px
0px
0px
;
}
...
...
@@ -28,7 +28,7 @@
text-align
:
center
;
}
.sectionDeleteConfirm
p
.message
{
.sectionDeleteConfirm
p
.message
{
}
.sectionDeleteConfirm
.deletebtn
{
...
...
@@ -56,7 +56,7 @@
.sectionDeleteConfirm
.deletebtn
a
{
width
:
85px
;
height
:
21px
;
height
:
21px
;
text-align
:
center
;
float
:
right
;
...
...
@@ -76,4 +76,72 @@
.sectionDeleteConfirm
.deletebtn
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
}
@charset
"utf-8"
;
.sectionDeleteConfirm
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#ffffff
;
}
.sectionDeleteConfirm
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.sectionDeleteConfirm
p
{
}
.sectionDeleteConfirm
p
.message
{
font-size
:
15px
;
font-weight
:
bold
;
color
:
#333
;
}
.sectionDeleteConfirm
.deletebtn
{
}
.sectionDeleteConfirm
.deletebtn
a
.ok
{
}
.sectionDeleteConfirm
.deletebtn
a
.cancel
{
}
.sectionDeleteConfirm
.deletebtn
a
.cancel_audio
{
}
.sectionDeleteConfirm
.deletebtn
a
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.sectionDeleteConfirm
.deletebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionDeleteConfirm
.deletebtn
a
:active
{
}
.sectionDeleteConfirm
.deletebtn
a
:not
(
:target
)
{
}
\ No newline at end of file
abvw/css/layout/footer.css
View file @
31333064
...
...
@@ -12,5 +12,15 @@
.cnt_footer
{
text-align
:
center
;
margin
:
0
auto
;
width
:
960px
;
width
:
960px
;
}
/* footer */
#ws-body
footer
{
background-color
:
#EDF2F2
;
}
.cnt_footer
{
color
:
#000
;
font-size
:
10px
;
border-top
:
solid
1px
#CCC
;
}
abvw/css/layout/header.css
View file @
31333064
...
...
@@ -58,8 +58,8 @@
.cnt_header
.menu_language
ul
li
a
{
}
.cnt_header
.menu_language
ul
li
a
:hover
{
.cnt_header
.menu_language
ul
li
a
:hover
{
}
.cnt_header
.menu_language
ul
li
.jp
{
margin-left
:
11px
;
...
...
@@ -71,8 +71,8 @@
}
.button
{
float
:
right
;
margin-top
:
20px
;
margin-right
:
2px
;}
.cnt_header
.box_open
{
width
:
180px
;
.cnt_header
.box_open
{
width
:
180px
;
height
:
120px
;
position
:
absolute
;
border
:
1px
solid
#999999
;
...
...
@@ -88,18 +88,18 @@
padding-left
:
5px
;
}
.cnt_header
.box_open
ul
{
margin
:
0
;
padding
:
3px
0
0
4px
;}
.cnt_header
.box_open
ul
li
{
list-style-type
:
none
;
.cnt_header
.box_open
ul
li
{
list-style-type
:
none
;
margin-bottom
:
4px
;
height
:
19px
;
line-height
:
18px
;
}
.cnt_header
.box_open
ul
li
input
{
vertical-align
:
middle
;}
.cnt_header
.box_open
ul
li
label
{
line-height
:
16px
;}
.cnt_header
.box_open
.btn_search
{
width
:
100px
;
height
:
30px
;
display
:
block
;
.cnt_header
.box_open
.btn_search
{
width
:
100px
;
height
:
30px
;
display
:
block
;
margin
:
12px
auto
0
auto
;
}
...
...
@@ -165,7 +165,7 @@
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
padding
:
1px
20px
;
text-decoration
:
none
;
text-decoration
:
none
;
/*margin: 0 10px 10px 125px;*/
float
:
right
;
display
:
inline-block
;
...
...
@@ -196,7 +196,7 @@ a#searchbox-search:active{
padding-right
:
15px
;
margin-right
:
5px
;
}
.tops
ul
.sort
li
.current
a
.ascending_sort
{
.tops
ul
.sort
li
.current
a
.ascending_sort
{
text-decoration
:
underline
;
padding-right
:
15px
;
margin-right
:
5px
;
...
...
@@ -208,7 +208,7 @@ a#searchbox-search:active{
display
:
inline-block
;
padding
:
6px
;
}
.tops
ul
.sort
li
{
.tops
ul
.sort
li
{
display
:
inline
;
}
.tops
ul
.sort
li
a
{
...
...
@@ -227,4 +227,196 @@ a#searchbox-search:active{
{
text-align
:
center
;
height
:
40px
;
}
.header_ws
{
background-image
:
url(../../img/common/header_border.jpg)
,
url(../../img/common/header_bg.jpg)
;
background-repeat
:
repeat-x
,
repeat
;
background-position
:
bottom
,
top
;
}
.cnt_header
{
}
.cnt_header
.logo
{
background-image
:
url(../../img/common/logo.png)
;
background-repeat
:
no-repeat
;
}
.cnt_header
.menu_language
{
font-size
:
12px
;
color
:
#333333
;
}
.cnt_header
.menu_language
ul
{
}
.cnt_header
.menu_language
ul
li
{
}
.cnt_header
.menu_language
ul
li
input
{
border
:
1px
solid
#999999
;
border-radius
:
3px
;
font-size
:
12px
;
background
:
url(../../img/common/icon_serch.png)
3px
2px
no-repeat
;
behavior
:
url("/PIE.htc")
;
}
.cnt_header
.menu_language
ul
li
a
{
color
:
#000
;
text-decoration
:
none
;
}
.cnt_header
.menu_language
ul
li
a
:hover
{
text-decoration
:
underline
;
}
.cnt_header
.menu_language
ul
li
.jp
{
background
:
url(../../img/common/flg_jpn.png)
no-repeat
left
center
;
}
.cnt_header
.menu_language
ul
li
.eng
{
background
:
url(../../img/common/flg_usa.png)
no-repeat
left
center
;
}
.cnt_header
.menu_language
ul
li
.kor
{
background
:
url(../../img/common/flg_kor.png)
no-repeat
left
center
;
}
.button
{
}
.cnt_header
.box_open
{
background
:
#fff
;
}
.cnt_header
.box_open
.t_top
{
color
:
#cccccc
;
font-size
:
10px
;
border-bottom
:
1px
solid
#999999
;
}
.cnt_header
.box_open
ul
{
}
.cnt_header
.box_open
ul
li
{
color
:
#333333
;
font-size
:
12px
;
}
.cnt_header
.box_open
ul
li
input
{
}
.cnt_header
.box_open
ul
li
label
{
}
.cnt_header
.box_open
.btn_search
{
background
:
url(../../img/common/btn_search.png)
no-repeat
;
}
.cnt_header
.menu_language
ul
.pushMessage
{
/*background-image: url(../../img/common/icon_newmessage.png), url(../../img/common/icon_triangle.png), url(../../img/common/box_pushmessage.jpg);
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: 5px center, right 5px center, bottom;
border: solid 1px #CCCCCC;*/
background
:
url(../../img/common/box_pushmessage.jpg)
repeat-x
;
border
:
solid
1px
#CCCCCC
;
}
.cnt_header
.menu_language
ul
.pushMessage
span
{
float
:
left
;
display
:
block
;
height
:
25px
;
}
.cnt_header
.menu_language
ul
.pushMessage
.icon
{
background
:
url(../../img/common/icon_newmessage.png)
no-repeat
center
;
width
:
26px
;
}
.cnt_header
.menu_language
ul
.pushMessage
.arrow
{
background
:
url(../../img/common/icon_triangle.png)
no-repeat
center
;
width
:
6px
;
margin-right
:
5px
;
}
.cnt_header
.menu_language
ul
.pushMessage
a
:hover
{
text-decoration
:
none
;
}
.header_ws
.cnt_header
.menu_language
ul
li
a
img
{
display
:
inline
;
}
.header_ws
.cnt_header
.menu_language
ul
.language
{
padding
:
0
;
margin-left
:
0px
;
}
.header_ws
.cnt_header
.menu_language
.button
.menuIcon
img
{
display
:
inline
;
}
.header_ws
.cnt_header
.menu_language
ul
li
a
#jQueryPush
{
text-decoration
:
none
!important
;
color
:
#333
;
}
.header_ws
.cnt_header
.menu_language
.button
{
}
.header_ws
.cnt_header
.menu_language
#header-searchbox
{
background-color
:
#FFFFFF
;
border
:
1px
solid
#CCCCCC
;
}
.header_ws
.cnt_header
.menu_language
#header-searchbox
span
{
}
.header_ws
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
}
.header_ws
.cnt_header
.menu_language
#header-searchbox
a
#searchbox-search
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
a
#searchbox-search
:active
{
}
.tops
ul
.sort
{
border
:
1px
solid
#B3B3B3
;
border-radius
:
4px
;
}
.tops
ul
.sort
li
{
}
.tops
ul
.sort
li
a
{
font-size
:
12px
;
color
:
#333333
;
text-decoration
:
none
;
}
.tops
ul
.sort
li
.sort
a
:hover
{
text-decoration
:
underline
;}
.tops
ul
.sort
li
.current
a
.descending_sort
{
color
:
#2d83da
;
background
:
url(../../img/common/icon_triangle_d.png)
no-repeat
right
5px
;
}
.tops
ul
.sort
li
.current
a
.ascending_sort
{
color
:
#2d83da
;
background
:
url(../../img/common/icon_triangle_u.png)
no-repeat
right
5px
;
}
.tops
ul
.sort
li
b
{
font-weight
:
normal
;
font-size
:
12px
;
}
.tops
ul
.sort
li
b
{
font-weight
:
normal
;
font-size
:
12px
;
}
/* for pushmessage */
.notification-pushmessage
{
background-color
:
#bde
;
opacity
:
0.8
;
border
:
solid
1px
#333
;
color
:
#000
;
border
:
solid
1px
#000
;
font-weight
:
bold
;
font-size
:
13px
;
}
.toast-item-loading
{
text-align
:
center
;
height
:
40px
;
background
:
url(../../img/data_loading.gif)
no-repeat
center
;
}
\ No newline at end of file
abvw/css/layout/history.css
View file @
31333064
@charset
"utf-8"
;
.articlehistory
{
.articlehistory
{
width
:
858px
;
padding
:
10px
20px
0
22px
;
display
:
block
;
...
...
@@ -19,9 +19,9 @@
vertical-align
:
middle
;
}
.tops
a
.btn_blue
,
.tops
a
.btn_gray
.tops
a
.btn_blue
,
.tops
a
.btn_gray
{
float
:
left
;
text-align
:
center
;
display
:
table-cell
;
...
...
@@ -31,14 +31,14 @@
height
:
19px
;
text-decoration
:
none
;
margin-right
:
10px
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
display
:
inline-block
;
padding
:
2px
15px
;
text-decoration
:
none
;
/* [disabled]text-shadow:1px 1px 0px #a2d613; */
margin-left
:
5px
;
...
...
@@ -64,16 +64,16 @@
.tops
ul
{
float
:
left
;
margin
:
0
;
padding
:
0
;}
.tops
ul
li
{
display
:
inline
;}
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
margin-left
:
5px
;
}
.tops
ul
li
span
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
.tops
ul
li
span
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
margin-left
:
5px
;
}
.tops
ul
li
a
.nottouchdevice
:hover
{
text-decoration
:
underline
;}
...
...
@@ -232,7 +232,7 @@
}
#main-searchresult
span
{
float
:
left
;
float
:
left
;
margin-right
:
15px
;
}
#main-searchresult
input
...
...
@@ -273,10 +273,229 @@ a:hover
{
text-align
:
left
;
margin-top
:
20px
;
clear
:
both
;
clear
:
both
;
}
.sort-title
{
float
:
left
;
margin
:
7px
7px
0px
0px
;
}
\ No newline at end of file
}
.articlehistory
{
border
:
1px
solid
#ccc
;
}
.tops
{
font-size
:
12px
;
}
.tops
a
.btn_gray
img
,
.tops
a
.btn_blue
img
{
}
.tops
a
.btn_blue
,
.tops
a
.btn_gray
{
color
:
#fff
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
/* [disabled]text-shadow:1px 1px 0px #a2d613; */
}
.tops
a
:hover
.btn_blue
,
.tops
a
:hover
.btn_gray
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.tops
a
.btn_blue
:active
,
.tops
a
.btn_gray
:active
{
/*position:relative;
top:1px;*/
}
.tops
a
.btn_blue
:not
(
:target
),
.tops
a
.btn_gray
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.tops
a
:hover
.btn_blue
:not
(
:target
),
.tops
a
:hover
.btn_gray
:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.button
{
}
.tops
ul
{
}
.tops
ul
li
{
}
.tops
ul
li
a
{
font-size
:
12px
;
color
:
rgb
(
45
,
131
,
218
);
}
.tops
ul
li
span
{
font-size
:
12px
;
color
:
#333333
;
}
.tops
ul
li
a
.nottouchdevice
:hover
{
}
.tops
ul
li
a
.gray_text
{
color
:
#999999
;}
.tops
ul
li
a
.active_tops
{
color
:
#2d83da
;
}
.tops
ul
li
b
{
font-weight
:
normal
;
font-size
:
12px
;}
.tops
p
{
color
:
#333333
;
font-size
:
12px
;}
/* section */
.sectionhistory
{
border-top
:
1px
dashed
#cccccc
;
}
.cnt_section_list
{
}
section
.sectionhistory
.cnt_section_list
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section_list
a
.img
{
}
.cnt_section_list
a
.img
img
{
}
/*.cnt_section_list a.img img.book_icon{
position:absolute;
top:0px;
left:0px;
z-index:10;
}*/
.cnt_section_list
.text
{
}
.cnt_section_list
.text
a
.name
{
color
:
#37648C
;
font-size
:
18px
;
font-size
:
16px
;
display
:
inline-block
;
display
:
-ms-inline-grid
;
}
.cnt_section_list
.text
a
div
.test1
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
600px
;
margin-left
:
30px
;
}
.cnt_section_list
.text
a
.name
img
{
}
.cnt_section_list
.text
a
.name
:hover
{
}
.cnt_section_list
.text
ul
.date
{
}
.cnt_section_list
.text
ul
.date
li
{
color
:
#333333
;
font-size
:
13px
;
}
/*---*/
.cnt_section_list
.text
.info
{
}
.cnt_section_list
.text
ul
.pic
{
}
.cnt_section_list
.text
ul
.pic
li
{
}
.cnt_section_list
.text
ul
.pic
li
img
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:active
{
/*position:relative;
top:1px;*/
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:active
{
/*position:relative;
top:1px;*/
}
.cnt_section_list
.img
.band_horizontal
{
}
.cnt_section_list
.img
.band_vertical
{
}
.cnt_section_list
.text
.info
.pic
li
.read
{
}
#main-searchresult
{
border
:
1px
solid
#ccc
;
}
#main-searchresult
span
{
}
#main-searchresult
input
{
}
#main-searchresult
input
[
type
=
"radio"
]
{
}
.tops
a
.btn_gray
,
.tops
a
.btn_blue
{
color
:
#fff
;
}
a
:hover
{
}
#main-searchresult
span
:hover
{
}
#msgSearchNotExist
{
}
#msgHistoryNotExist
{
color
:
#f00
;
font-size
:
16px
;
}
.sort-title
{
font-size
:
12px
;
color
:
#333333
;
text-decoration
:
none
;
}
abvw/css/layout/home.css
View file @
31333064
...
...
@@ -17,8 +17,8 @@
.sort_area
{
float
:
right
;
}
.sort_area
span
{
float
:
left
;
.sort_area
span
{
float
:
left
;
margin
:
7px
7px
0px
0px
;
}
.tops
p
{
...
...
@@ -29,7 +29,7 @@
margin
:
0
;
clear
:
both
;
}
.tops
ul
.disp
{
.tops
ul
.disp
{
float
:
left
;
}
.tops
ul
.disp
li
.first_area
{
...
...
@@ -49,7 +49,7 @@
display
:
none
;
width
:
150px
;
height
:
90px
;
padding
:
3px
3px
3px
3px
;
padding
:
3px
3px
3px
3px
;
}
#dlgOverlay
{
...
...
@@ -87,9 +87,9 @@ a:hover{
position
:
relative
;
/*margin:-27px 0 0 135px;*/
}
#dlgAddMemberGroup
.addMemberGroup
a
#dlgAddMemberGroup
.addMemberGroup
a
{
margin
:
0
15px
;
margin
:
0
15px
;
width
:
200px
;
height
:
21px
;
-moz-border-radius
:
6px
;
...
...
@@ -118,3 +118,119 @@ a:hover{
-ms-filter
:
none
;
}
/* article */
.articlehome
{
}
.tops
{
font-size
:
12px
;
}
.sort_area
{
}
.sort_area
span
{
font-size
:
12px
;
color
:
#333333
;
text-decoration
:
none
;
}
.tops
p
{
color
:
#333333
;
font-size
:
12px
;
}
.tops
ul
.disp
{
border-radius
:
4px
;
border
:
1px
solid
#D1D1D1
;
background-color
:
#F4F4F4
;
box-shadow
:
1px
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.1
)
#FFF
!important
;
}
.tops
ul
.disp
li
.first_area
{
border-right
:
1px
solid
#D1D1D1
;
}
.tops
ul
.disp
li
.last_area
{
}
.no_m_right
{
}
#dlgSubMenu
{
}
#dlgOverlay
{
}
a
:hover
{
}
#main-ws
canvas
:hover
{
}
.folder
,
.file
{
}
.sectionhomebookshelf
a
.name
{
color
:
#2d83da
;}
/* hibiya */
#dlgAddMemberGroup
.addMemberGroup
{
width
:
290px
;
height
:
25px
;
margin
:
20px
auto
0
;
}
#dlgAddMemberGroup
.addMemberGroup
a
.ok
{
position
:
relative
;
/*margin:0 98px 0 0;*/
}
#dlgAddMemberGroup
.addMemberGroup
a
.cancel
{
position
:
relative
;
/*margin:-27px 0 0 135px;*/
}
#dlgAddMemberGroup
.addMemberGroup
a
{
margin
:
0
15px
;
width
:
100px
;
height
:
21px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#0C274D
;
display
:
inline-block
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
14px
;
font-weight
:
bold
;
padding
:
2px
0
;
line-height
:
21px
;
text-decoration
:
none
;
text-align
:
center
;
float
:
right
;
}
#dlgAddMemberGroup
.addMemberGroup
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
#dlgAddMemberGroup
.addMemberGroup
a
:active
{
position
:
relative
;
top
:
1px
;
}
#dlgAddMemberGroup
.addMemberGroup
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(button_back_off.svg)
;
}
#dlgAddMemberGroup
.addMemberGroup
a
:hover:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(button_back_on.svg)
;
}
abvw/css/layout/limit_access.css
View file @
31333064
@charset
"utf-8"
;
.sectionLimitAccess
{
width
:
420px
;
width
:
420px
;
display
:
none
;
padding
:
0
;
margin
:
0
;
...
...
@@ -56,12 +56,12 @@
margin
:
30px
auto
;
text-align
:
center
;
}
.sectionLimitAccess
.deletebtn
a
.sectionLimitAccess
.deletebtn
a
{
cursor
:
pointer
;
margin-left
:
10px
;
width
:
85px
;
height
:
21px
;
height
:
21px
;
line-height
:
21px
;
text-align
:
center
;
...
...
@@ -81,4 +81,78 @@
.sectionLimitAccess
.deletebtn
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
}
.sectionLimitAccess
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#ffffff
;
}
.sectionLimitAccess
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
}
.sectionLimitAccess
p
{
}
.sectionLimitAccess
p
.message
{
font-size
:
13px
;
font-weight
:
bold
;
color
:
#333
;
}
.sectionLimitAccess
p
.message
.error
{
color
:
#f00
;
font-weight
:
normal
;
}
.sectionLimitAccess
p
.message
.text
{
font-size
:
15px
;
margin-bottom
:
15px
;
}
.sectionLimitAccess
p
.message
input
{
background-color
:
#fff
;
}
.sectionLimitAccess
.deletebtn
{
}
.sectionLimitAccess
.deletebtn
a
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.sectionLimitAccess
.deletebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionLimitAccess
.deletebtn
a
:active
{
}
.sectionLimitAccess
.deletebtn
a
:not
(
:target
)
{
}
\ No newline at end of file
abvw/css/layout/list.css
View file @
31333064
...
...
@@ -14,7 +14,7 @@
display
:
table-cell
;
}
.list_select
{
text-align
:
center
;
text-align
:
center
;
width
:
80px
;
height
:
33px
;
display
:
table-cell
;
...
...
@@ -104,7 +104,7 @@ section.sectionhomelist{
.cnt_section_list
.text
ul
.pic
li
img
.pen
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
{
.cnt_section_list
.text
ul
.pic
li
a
.read
{
display
:
inline-block
;
padding
:
2px
26px
;
/* [disabled]text-shadow:1px 1px 0px #a2d613; */
...
...
@@ -124,8 +124,8 @@ section.sectionhomelist{
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
{
display
:
inline-block
;
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
{
display
:
inline-block
;
padding
:
2px
26px
;
/* [disabled]text-shadow:1px 1px 0px #686666; */
margin-left
:
5px
;
...
...
@@ -143,7 +143,7 @@ section.sectionhomelist{
width
:
210px
;
height
:
33px
;
line-height
:
33px
;
margin
:
37px
auto
0
auto
;
margin
:
37px
auto
0
auto
;
}
a
:hover
.btn_bott
{
...
...
@@ -171,4 +171,217 @@ a:hover.btn_bott{
display
:
inline
;
vertical-align
:
middle
;
margin-right
:
5px
;
}
\ No newline at end of file
}
@charset
"utf-8"
;
.list
a
:link
{
text-decoration
:
none
;
background-image
:
url(../../img/bookshelf/list_off.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
0px
3px
3px
0px
;
}
.list
a
:hover
{
text-decoration
:
none
;
background-color
:
#D6E5E5
;
background-image
:
url(../../img/bookshelf/list_on.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
0px
3px
3px
0px
;
}
.list_select
{
text-decoration
:
none
;
background-color
:
#D6E5E5
;
background-image
:
url(../../img/bookshelf/list_on.png)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
border-radius
:
0px
3px
3px
0px
;
}
#list
.wrapper_ws
#main-ws
.hoge-R
section
.sectionhomelist
.name
img
{
}
/* section */
section
.sectionhomelist
{
border-top
:
1px
dashed
#cccccc
;
}
.cnt_section_list
{
}
section
.sectionhomelist
.cnt_section_list
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section_list
a
.img
{
}
.cnt_section_list
a
.img
:hover
{
}
.cnt_section_list
a
.img
canvas
{
}
.cnt_section_list
.text
{
}
.cnt_section_list
.text
a
.name
{
color
:
#37648C
;
font-size
:
16px
;
display
:
inline-flex
;
}
.cnt_section_list
.text
a
.content-list
{
width
:
420px
;
white-space
:
nowrap
;
/* 改行を半角スペースに置き換える */
overflow
:
hidden
;
/* はみだした部分を削除する */
text-overflow
:
ellipsis
;
}
.cnt_section_list
.text
a
.name
:hover
{
text-decoration
:
none
;}
.cnt_section_list
.text
ul
.date
{
}
.cnt_section_list
.text
ul
.date
li
{
color
:
#333333
;
font-size
:
12px
;
}
/*---*/
.cnt_section_list
.text
.info
{
}
.cnt_section_list
.text
ul
.pic
{
}
.cnt_section_list
.text
ul
.pic
li
{
}
.cnt_section_list
.text
ul
.pic
li
img
{
}
.cnt_section_list
.text
ul
.pic
li
img
.sticker
{
}
.cnt_section_list
.text
ul
.pic
li
img
.pen
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#a4d815
),
color-stop
(
1
,
#83c008
)
);
background
:
-moz-linear-gradient
(
center
top
,
#a4d815
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#23486F
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
/* [disabled]text-shadow:1px 1px 0px #a2d613; */
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:active
{
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(../../img/list/button_back_off.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
:hover:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(../../img/list/button_back_on.svg)
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#23486F
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:hover
{
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
background-color:#3f3d3d;*/
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read_hover
:active
{
}
.btn_bott
{
font-size
:
14px
;
color
:
#fff
;
text-align
:
center
;
text-decoration
:
none
;
border
:
1px
solid
#0C284E
;
border-radius
:
4px
;
/*outline:1px solid #0C284E;*/
background
:
#37648C
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#37648C
),
color-stop
(
100%
,
#22466D
));
/* Chrome,Safari4+ */
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#37648C
0%
,
#22466D
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#37648C
0%
,
#22466D
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#37648C'
,
endColorstr
=
'#22466D'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.btn_bott
{
background
:
#22466D
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#22466D
0%
,
rgb
(
16
,
89
,
163
)
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#22466D
),
color-stop
(
100%
,
#37648C
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#22466D
0%
,
#37648C
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#22466D
0%
,
#37648C
)
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#22466D'
,
endColorstr
=
'#37648C'
,
GradientType
=
0
);
/* IE6-9 */
}
#list
.wrapper_ws
#main-ws
.hoge-R
.tops
.floatR
{
}
#list
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_list
.img
.band_horizontal
{
}
#list
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_list
.img
.band_vertical
{
}
#list
.wrapper_ws
#main-ws
.hoge-R
section
.cnt_section_list
.text
.info
.pic
li
.read
{
}
#list
.wrapper_ws
#main-ws
article
section
.cnt_section_list
.text
.name
.listIcon
{
}
abvw/css/layout/list_shiori.css
View file @
31333064
...
...
@@ -38,7 +38,7 @@ a
margin-left
:
5px
;
}
#ws-body
.delete
:hover
{
}
#ws-body
.delete
:active
{
/* position:relative;
...
...
@@ -71,10 +71,10 @@ a
.tops
ul
{
float
:
left
;
margin
:
0
;
padding
:
0
;
}
.tops
ul
li
{
display
:
inline
;
}
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
.tops
ul
li
a
{
float
:
left
;
text-decoration
:
none
;
margin-right
:
5px
;
margin-left
:
5px
;
}
.tops
ul
span
{
...
...
@@ -141,7 +141,7 @@ a
}*/
.cnt_section
.text
{
float
:
left
;
height
:
120px
;
margin
:
0
0
0
35px
;
width
:
450px
;
...
...
@@ -228,10 +228,10 @@ a
position
:
relative
;
top
:
1px
;
}
.btn_bott
{
display
:
block
;
width
:
280px
;
height
:
35px
;
.btn_bott
{
display
:
block
;
width
:
280px
;
height
:
35px
;
margin
:
37px
auto
0
auto
;
}
section
#bottom
{
...
...
@@ -261,4 +261,237 @@ section#bottom {
text-align
:
left
;
margin-top
:
20px
;
clear
:
both
;
}
\ No newline at end of file
}
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* article */
a
{
}
.articleMain
{
border
:
1px
solid
#ccc
;
}
.tops
{
/*
margin-bottom:16px;
*/
font-size
:
12px
;
}
.button
{
}
#ws-body
.delete
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
box-shadow
:
inset
0px
1px
0px
0px
#C66
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#F33
),
color-stop
(
1
,
#CC0000
)
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#F33'
,
endColorstr
=
'#CC0000'
);
background-color
:
#CC0000
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#990000
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
background-position
:
center
top
;
}
#ws-body
.delete
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#CC0000
),
color-stop
(
1
,
#F33
)
);
background
:
-moz-linear-gradient
(
center
top
,
#CC0000
5%
,
#F33
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#CC0000'
,
endColorstr
=
'#F33'
);
background-color
:
#F33
;
}
#ws-body
.delete
:active
{
}
#ws-body
a
.delete
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
/* background-image: url(button_back_off.svg);*/
}
#ws-body
a
.delete
:hover:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
/* background-image: url(button_back_on.svg);*/
}
#ws-body
.delete_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
box-shadow
:
inset
0px
1px
0px
0px
#C66
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#CC0000
),
color-stop
(
1
,
#F33
)
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#CC0000'
,
endColorstr
=
'#F33'
);
background-color
:
#F33
;
-moz-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#990000
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
text-decoration
:
none
;
/* [disabled]text-shadow:1px 1px 0px #686666; */
line-height
:
20px
;
background-position
:
center
top
;
}
#ws-body
.delete
:hover:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#CC0000
),
color-stop
(
1
,
#F33
)
);
background
:
-moz-linear-gradient
(
center
top
,
#CC0000
5%
,
#F33
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#CC0000'
,
endColorstr
=
'#F33'
);
background-color
:
#F33
;
}
#ws-body
.delete
:hover:active
{
}
.tops
ul
{
}
.tops
ul
li
{
}
.tops
ul
li
a
{
font-size
:
12px
;
color
:
#333333
;
}
.tops
ul
span
{
font-size
:
12px
;
color
:
#333333
;
}
.tops
ul
li
a
:hover
{
}
.tops
ul
li
b
{
font-weight
:
normal
;
font-size
:
12px
;
}
.tops
p
{
color
:
#333333
;
font-size
:
12px
;
}
/* section */
.sectionBookmark
{
border-top
:
1px
dashed
#cccccc
;
}
.cnt_section
{
}
section
.sectionBookmark
.cnt_section
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section
a
.img
{
cursor
:
default
;
}
.cnt_section
.check
{
}
.cnt_section
a
.img
img
{
}
/*.cnt_section a.img img.book_icon{
position:absolute;
top:0px;
left:0px;
z-index:10;
}*/
.cnt_section
.text
{
}
.cnt_section
.text
a
.name
{
color
:
#37648C
;
font-size
:
16px
;
cursor
:
default
;
text-decoration
:
none
;
}
.cnt_section
.text
a
.name
div
.pageTitle
{
width
:
550px
;
white-space
:
nowrap
;
/* 改行を半角スペースに置き換える */
overflow
:
hidden
;
/* はみだした部分を削除する */
text-overflow
:
ellipsis
;
}
.cnt_section
.text
label
.name
{
color
:
#2D83DA
;
}
.cnt_section
.text
a
.name
img
{
}
.cnt_section
.text
a
.name
:hover
{
}
.cnt_section
.text
ul
.date
{
}
.cnt_section
.text
ul
.date
li
{
color
:
#333333
;
font-size
:
13px
;
}
/*---*/
.cnt_section
.text
.info
{
}
.cnt_section
.text
ul
.pic
{
}
.cnt_section
.text
ul
.pic
li
{
}
.cnt_section
.text
ul
.pic
li
img
{
}
.cnt_section
.text
ul
.pic
li
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section
.text
ul
.pic
li
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section
.text
ul
.pic
li
a
.read
:active
{
}
.cnt_section
.text
ul
.pic
li
a
.read
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.cnt_section
.text
ul
.pic
li
a
.read
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.cnt_section
.text
ul
.pic
li
a
.read_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.cnt_section
.text
ul
.pic
li
a
.read_hover
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.cnt_section
.text
ul
.pic
li
a
.read_hover
:active
{
}
.btn_bott
{
background
:
url(../img/list/button_bottom.png)
no-repeat
;
}
section
#bottom
{
border-top
:
1px
dashed
#cccccc
;
}
#bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_horizontal
{
}
#bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.img
.band_vertical
{
}
#bookmark
.wrapper_ws
#main-ws
article
section
.cnt_section
.text
.info
.pic
li
.read
{
}
.shioriNotExist
{
font-size
:
16px
;
color
:
#f00
;
}
abvw/css/layout/list_shirori_detail.css
View file @
31333064
...
...
@@ -32,7 +32,7 @@
}
.sectiondetail
#book_data
.book_img
{
/*height: 145px;
margin: 124px 0 0 47px;
margin: 124px 0 0 47px;
position: relative;*/
text-align
:
center
;
margin
:
124px
0
0
0
;
...
...
@@ -148,7 +148,7 @@
.sectiondetailnopdf
{
/*position:relative;*/
width
:
690px
;
width
:
690px
;
display
:
block
;
padding
:
0
;
margin
:
0
;
...
...
@@ -271,3 +271,201 @@
height
:
25px
;
/*margin:30px 0 0 80px;*/
}
#contentDetail
{
}
.sectiondetail
{
border
:
1px
solid
#CCC
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#fff
;
}
.closebtn
{
background
:
url(../../img/login/close.png)
0
0
no-repeat
;
}
.sectiondetail
#book_data
{
border-right
:
2px
solid
#CCC
;
background-color
:
#f7f7f7
;
}
.sectiondetail
#book_data
.book_img
{
}
.sectiondetail
#book_data
.book_img
img
{
}
.sectiondetail
#book_data
.book_img
img
.book_icon
{
}
.sectiondetail
#book_data
ul
{
font-size
:
13px
;
}
.sectiondetail
#book_data
ul
li
{
}
.sectiondetail
#book_data
ul
li
.title
{
font-size
:
18px
;
line-height
:
1.3em
;
width
:
200px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
}
.sectiondetail
#book_data
ul
.date
{
font-size
:
12px
;
}
.sectiondetail
#book_data
ul
.explain
{
font-size
:
13px
;
}
.sectiondetail
#book_data
.read_btn
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.sectiondetail
#book_data
.read_btn
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectiondetail
#book_data
.read_btn
a
.read
:active
{
}
.sectiondetail
#book_data
.read_btn
a
.read
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectiondetail
#book_data
.read_btn
a
.read
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.sectiondetail
#book_list
{
}
.sectiondetail
#book_list
ul
{
font-size
:
13px
;
}
.sectiondetail
#book_list
ul
li
{
}
.sectiondetail
#book_list
ul
.list_img
{
}
.sectiondetail
#book_list
ul
.list_img
img
{
box-shadow
:
0px
1px
3px
0px
#666
;
}
.sectiondetail
#book_list
ul
.list_title
{
font-size
:
12px
;
line-height
:
150%
;
}
.sectiondetail
#book_list
ul
.list_title
a
{
color
:
#37648C
;
text-decoration
:
none
;
cursor
:
default
;
}
.sectiondetail
#book_list
ul
.page
,
.sectiondetail
#book_list
ul
.text
{
}
.sectiondetail
#book_list
ul
+
ul
{
border-top
:
1px
dotted
#CCC
;}
.sectiondetail
#book_data
.read_btn
{
/*margin:30px 0 0 80px;*/
}
/* section for detail no pdf */
.sectiondetailnopdf
{
border
:
1px
solid
#CCC
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#f7f7f7
;
}
.sectiondetailnopdf
#book_data
{
background-color
:
#f7f7f7
;
}
.sectiondetailnopdf
#book_data
.book_img
{
}
.sectiondetailnopdf
#book_data
.book_img
img
{
}
.sectiondetailnopdf
#book_data
.book_img
img
.book_icon
{
}
.sectiondetailnopdf
#book_data
ul
{
font-size
:
13px
;
}
.sectiondetailnopdf
#book_data
ul
li
{
}
.sectiondetailnopdf
#book_data
ul
.title
{
font-size
:
18px
;
}
.sectiondetailnopdf
#book_data
ul
.date
{
font-size
:
12px
;
}
.sectiondetailnopdf
#book_data
ul
.explain
{
font-size
:
13px
;
}
.sectiondetailnopdf
#book_data
.read_btn
a
.read
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
15px
;
font-weight
:
bold
;
}
.sectiondetailnopdf
#book_data
.read_btn
a
.read
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectiondetailnopdf
#book_data
.read_btn
a
.read
:active
{
}
.sectiondetailnopdf
#book_data
.read_btn
a
.read
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectiondetailnopdf
#book_data
.read_btn
a
.read
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.sectiondetailnopdf
#book_list
{
}
.sectiondetailnopdf
#book_list
ul
{
font-size
:
13px
;
}
.sectiondetailnopdf
#book_list
ul
li
{
}
.sectiondetailnopdf
#book_list
ul
.list_img
{
}
.sectiondetailnopdf
#book_list
ul
.list_img
img
{
box-shadow
:
0px
1px
3px
0px
#666
;
}
.sectiondetailnopdf
#book_list
ul
.list_title
{
font-size
:
16px
;
}
.sectiondetailnopdf
#book_list
ul
.list_title
a
{
color
:
#37648C
;
}
.sectiondetailnopdf
#book_list
ul
.page
,
.sectiondetailnopdf
#book_list
ul
.text
{
}
.sectiondetailnopdf
#book_list
ul
+
ul
{
border-top
:
1px
dotted
#CCC
;
}
.sectiondetailnopdf
#book_data
.read_btn
{
/*margin:30px 0 0 80px;*/
}
abvw/css/layout/login.css
View file @
31333064
...
...
@@ -126,9 +126,9 @@ section .p{
width
:
300px
;
}
section
.memory
{
{
/*width: 300px;*/
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
auto
;
margin-left
:
auto
;
margin-top
:
30px
;
...
...
@@ -214,7 +214,7 @@ section .loginbtn a:hover:not(:target) {
}
#login
footer
.border
.cnt_footer
{
border
:
none
;
border
:
none
;
}
#login
.wrapper
#main-ws
article
img
{
margin-right
:
auto
;
...
...
@@ -232,7 +232,7 @@ section .loginbtn a:hover:not(:target) {
margin-left
:
-63px
;
/* widthの半分のマイナス値 */
z-index
:
100
;
}
#fade
{
width
:
100%
;
height
:
100%
;
...
...
@@ -240,13 +240,13 @@ section .loginbtn a:hover:not(:target) {
position
:
absolute
;
top
:
0px
;
left
:
0px
;
z-index
:
50
;
z-index
:
50
;
}
#login
.wrapper
#main-ws
ul
#login
.wrapper
#main-ws
ul
{
margin-top
:
15px
;
}
#login
.wrapper
#main-ws
li
{
display
:
inline-block
;
margin-right
:
5px
;
...
...
@@ -292,9 +292,245 @@ footer{
display
:
none
;
}
#formlogin
{
{
}
#logologin
{
margin-top
:
220px
;
}
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. section setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
html
,
body
{
}
body
{
background
:
#37648C
;
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper
{
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
/*----------------------------*/
/* 5. section setting */
/*----------------------------*/
.wrapper
{
}
#main-ws
{
}
a
{
cursor
:
pointer
;
}
article
{
}
section
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
2px
0px
#666
;
-moz-box-shadow
:
0px
1px
2px
0px
#666
;
box-shadow
:
0px
1px
2px
0px
#666
;
background-color
:
#FFF
;
}
section
dl
,
section
dl
dt
,
section
dl
dd
{
}
section
dl
{
}
section
dl
dt
{
color
:
#37648C
;
font-size
:
13px
;
font-weight
:
bolder
;
}
section
dl
dd
{
background
:
url(../../img/login/loginbg.png)
0
0
no-repeat
;
/* [disabled]padding:6px; */
}
section
dl
dd
input
{
/*background:#00CC66;*/
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
section
.p
{
}
section
.memory
{
color
:
#37648C
;
font-size
:
12px
;
}
section
.memory
input
{
}
section
.loginbtn
{
}
section
a
.loginbtn
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
}
section
a
.loginbtn
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
#login
.wrapper
#main-ws
article
section
a
.loginbtn
:active
{
}
section
.loginbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
section
.loginbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.alertTxt
,
.alertTxtDialog
{
color
:
#e60012
;
font-size
:
13px
;
}
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix
{
}
.fix
:after
{
font-size
:
1px
;
}
.fix
{
}
/*------------*/
#login
.wrapper
{
background-color
:
#37648C
;
}
#login
footer
{
background-color
:
#37648C
;
}
#login
footer
.cnt_footer
{
color
:
#FFF
;
}
#login
article
section
table
tr
th
{
color
:
#37648C
;
font-size
:
14px
;
font-weight
:
bolder
;
}
#login
.wrapper
#main-ws
article
section
table
tr
td
input
{
}
#login
article
section
table
tr
th
,
#login
article
section
table
tr
td
{
}
#login
.wrapper
#main-ws
article
section
table
{
border-bottom
:
dotted
1px
#BBBBBB
;
}
#login
footer
.border
.cnt_footer
{
background
:
url(../../img/login/login_border.jpg)
top
repeat-x
;
opacity
:
0
;
}
#login
.wrapper
#main-ws
article
img
{
}
#loader
{
}
#fade
{
background-color
:
#000
;
opacity
:
0.3
;
}
#login
.wrapper
#main-ws
article
ul
{
}
#login
.wrapper
#main-ws
article
li
{
}
/* footer */
footer
{
background-color
:
#EDF2F2
;
}
.cnt_footer
{
color
:
#000
;
border-top
:
solid
1px
#CCC
;
}
.focus
{
color
:
#969696
;}
#user_change
footer
.border
.cnt_footer
img
{
}
#login
.wrapper
#main-ws
article
section
.error
{
font-size
:
13px
;
color
:
#FF0000
;
font-weight
:
bolder
;
}
/* anonymous */
#anonymous
{
}
#normalUser
{
}
#formlogin
,
#menu-language
{
opacity
:
0
;
}
#logologin
{
}
abvw/css/layout/login_validation.css
View file @
31333064
...
...
@@ -27,14 +27,14 @@ html,body {
.sectionchangepassword
{
width
:
498px
;
/*height:383px;*/
padding
:
0
;
margin
:
0
;
overflow
:
hidden
;
-webkit-border-radius
:
10px
10px
10px
10px
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -44,11 +44,118 @@ html,body {
height
:
64px
;
line-height
:
62px
;
text-align
:
center
;
letter-spacing
:
2px
;
letter-spacing
:
2px
;
border-radius
:
10px
10px
0px
0px
;
}
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
5. .sectionchangepassword setting
*/
/* ---------- MENU ---------- */
/*
html,body {
margin:0;
padding:0;
}*/
/*----------------------------*/
/* 1. .sectionchangepassword setting */
/*----------------------------*/
.sectionchangepassword
{
border
:
1px
solid
#86ACC7
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
background-color
:
#fff
;
}
.sectionchangepassword
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
}
.sectionchangepassword
dl
,
.sectionchangepassword
dl
dt
,
.sectionchangepassword
dl
dd
{
}
.sectionchangepassword
dl
{
}
.sectionchangepassword
dl
dt
{
font-size
:
13px
;
}
.sectionchangepassword
dl
dd
{
background
:
url(../../img/login/loginbg.png)
0
0
no-repeat
;
}
.sectionchangepassword
dl
dd
input
{
/*background:#00CC66;*/
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.sectionchangepassword
p
{
}
.sectionchangepassword
.loginbtn
{
}
.sectionchangepassword
.loginbtn
a
.change
{
}
.sectionchangepassword
.loginbtn
a
.skip
{
}
.sectionchangepassword
.loginbtn
a
.cancel
{
}
.sectionchangepassword
.loginbtn
a
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
font-size
:
14px
;
font-weight
:
bold
;
}
.sectionchangepassword
.loginbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionchangepassword
.loginbtn
a
:active
{
}
.sectionchangepassword
.loginbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectionchangepassword
.loginbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.alertTxt
,
.alertTxtDialog
{
font-size
:
13px
;
color
:
#e60012
;
}
.sectionchangepassword
dl
,
.sectionchangepassword
dl
dt
,
.sectionchangepassword
dl
dd
{
margin
:
0
;
padding
:
0
;
...
...
@@ -73,7 +180,7 @@ html,body {
height
:
27px
;
border
:
none
;
margin
:
3px
4px
;
padding
:
0
;
padding
:
0
;
}
...
...
@@ -125,7 +232,7 @@ position:relative;
}
.sectionchangepassword
.loginbtn
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
-ms-filter
:
none
;
}
.sectionchangepassword
.loginbtn
a
:hover:not
(
:target
)
{
filter
:
none
;
...
...
abvw/css/layout/restore.css
View file @
31333064
...
...
@@ -21,14 +21,14 @@
.sectionrestore
{
width
:
420px
;
height
:
328px
;
height
:
328px
;
padding
:
0
;
margin
:
0
;
overflow
:
hidden
;
-webkit-border-radius
:
10px
10px
10px
10px
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -94,9 +94,108 @@
}
.sectionrestore
.restorebtn
a
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
-ms-filter
:
none
;
}
.sectionrestore
.restorebtn
a
:hover:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
}
/* Latest Update
2012.11.5 write */
/* author
koyuki watanabe */
/* ---------- MENU ---------- */
/*
5. .sectionrestore setting
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. .sectionrestore setting */
/*----------------------------*/
.sectionrestore
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#fff
;
}
.sectionrestore
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
}
.sectionrestore
p
{
}
.sectionrestore
p
.message
{
font-size
:
15px
;
font-weight
:
bold
;
color
:
#333
;
}
.sectionrestore
p
.notice
{
color
:
#333
;
}
.sectionrestore
.restorebtn
{
}
.sectionrestore
.restorebtn
a
.disabled
{
cursor
:
default
;
color
:
#9e9e9e
;
pointer-events
:
none
;
}
.sectionrestore
.restorebtn
a
.disabled
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
}
.sectionrestore
.restorebtn
a
.ok
{
}
.sectionrestore
.restorebtn
a
.cancel
{
}
.sectionrestore
.restorebtn
a
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
}
.sectionrestore
.restorebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionrestore
.restorebtn
a
:active
{
}
.sectionrestore
.restorebtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectionrestore
.restorebtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
\ No newline at end of file
abvw/css/layout/setting.css
View file @
31333064
...
...
@@ -58,7 +58,7 @@ body{
#main-ws
{
width
:
960px
;
padding
:
0
;
padding
:
0
;
margin-right
:
auto
;
margin-left
:
auto
;
}
...
...
@@ -168,7 +168,7 @@ div#user_option ul {
padding
:
0
;
margin
:
0
0
2px
30px
;
line-height
:
26px
;
}
div
#user_option
ul
li
label
.firstview
{
...
...
@@ -179,7 +179,7 @@ div#user_option ul li .choice {
margin-right
:
30px
;
}
div
#user_option
ul
li
.notice
{
margin-left
:
8px
;
}
...
...
@@ -199,7 +199,7 @@ div#user_option ul li input.chkbx {
}
.sectionSetting
div
#user_option
.logout_backup
{
margin
:
0
0
16px
30px
;
}
.sectionSetting
div
#user_option
input
{
...
...
@@ -361,7 +361,7 @@ div#user_option ul li input.chkbx {
margin-top
:
10px
;
margin-bottom
:
10px
;
}
/* No.4 */
...
...
@@ -383,10 +383,333 @@ div#user_option ul li input.chkbx {
{
display
:
inline-block
;
width
:
200px
;
margin
:
0
8px
;
margin
:
0
8px
;
}
#slidebar-container
{
display
:
inline-block
;
padding
:
0
5px
;
}
\ No newline at end of file
}
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. .section setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
html
,
body
{
}
body
{
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper
{
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
/*----------------------------*/
/* 5. .section setting */
/*----------------------------*/
#main-ws
{
background-color
:
#EDF2F2
;
}
#main-ws
article
{
}
.sectionSetting
{
}
.sectionSetting
div
#user_info
{
}
.sectionSetting
div
#user_info
h2
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#37648C
;
border-bottom
:
3px
solid
#37648C
;
}
.sectionSetting
div
#user_info
dl
{
border-top
:
1px
dotted
#BBBBBB
;
font-size
:
16px
;
}
.sectionSetting
div
#user_info
dl
dt
,
.sectionSetting
div
#user_info
dl
dd
{
border-bottom
:
1px
dotted
#BBBBBB
;
}
.sectionSetting
div
#user_info
dl
dt
{
background-color
:
#DCE6E6
;
color
:
#37648C
;
font-weight
:
bolder
;
}
.sectionSetting
div
#user_info
dl
dd
{
}
.sectionSetting
div
#user_info
.passchgbtn
{
}
.sectionSetting
div
#user_info
.passchgbtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
/* [disabled]background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a4d815), color-stop(1, #83c008) ); */
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
/* [disabled]text-shadow: 1px 1px 0px #96AABE; */
}
.sectionSetting
div
#user_info
.passchgbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#23486F
;
}
.sectionSetting
div
#user_info
.passchgbtn
a
:active
{
}
.sectionSetting
div
#user_info
.passchgbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
background-repeat
:
repeat-x
;
}
.sectionSetting
div
#user_info
.passchgbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
background-position
:
bottom
;
}
div
#user_option
{
background-color
:
#FFF
;
}
div
#user_option
h3
{
color
:
#37648C
;
background-color
:
#EDF2F2
;
font-size
:
18px
;
font-weight
:
bold
;
}
div
#user_option
ul
{
font-size
:
13px
;
}
div
#user_option
ul
li
.choice
{
}
div
#user_option
ul
li
.notice
{
font-size
:
11px
;
}
div
#user_option
ul
li
input
{
}
div
#user_option
ul
li
input
.chkbx
{
}
.sectionSetting
div
#user_option
.backupbtn
.backup
{
}
.sectionSetting
div
#user_option
.logout_backup
{
font-size
:
13px
;
}
.sectionSetting
div
#user_option
input
{
}
.sectionSetting
div
#user_option
.backupbtn
{
}
.sectionSetting
div
#user_option
.backupbtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#a4d815
),
color-stop
(
1
,
#83c008
)
);
background
:
-moz-linear-gradient
(
center
top
,
#a4d815
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
/* [disabled]text-shadow: 1px 1px 0px #a2d613; */
}
.sectionSetting
div
#user_option
.backupbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#23486F
;
}
.sectionSetting
div
#user_option
.backupbtn
a
:active
{
}
.sectionSetting
div
#user_option
.backupbtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
background-repeat
:
repeat-x
;
}
.sectionSetting
div
#user_option
.backupbtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
background-position
:
bottom
;
background-repeat
:
repeat-x
;
}
.sectionSetting
#user_option
.savebtn
{
border-top
:
1px
solid
#CCC
;
}
.sectionSetting
#user_option
.savebtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#a4d815
),
color-stop
(
1
,
#83c008
)
);
background
:
-moz-linear-gradient
(
center
top
,
#a4d815
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
/* [disabled]text-shadow: 1px 1px 0px #a2d613; */
}
.sectionSetting
#user_option
.savebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#23486F
;
}
.sectionSetting
#user_option
.savebtn
a
:active
{
}
.sectionSetting
#user_option
.savebtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
background-repeat
:
repeat-x
;
}
.sectionSetting
#user_option
.savebtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
background-repeat
:
repeat-x
;
background-position
:
bottom
;
}
.sectionSetting
#user_option
.savebtn
.save
{
}
.sectionSetting
#user_option
.savebtn
.default
{
}
.sectionSetting
.memory
{
font-size
:
12px
;
}
.sectionSetting
.memory
input
{
}
.sectionSetting
.loginbtn
{
}
.sectionSetting
.loginbtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
box-shadow
:
inset
0px
1px
0px
0px
#d6ee23
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#a4d815
),
color-stop
(
1
,
#83c008
)
);
background
:
-moz-linear-gradient
(
center
top
,
#a4d815
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a4d815'
,
endColorstr
=
'#83c008'
);
background-color
:
#a4d815
;
border
:
1px
solid
#83bd07
;
color
:
#ffffff
;
font-family
:
arial
;
text-shadow
:
1px
1px
0px
#a2d613
;
}
.sectionSetting
.loginbtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#83c008
),
color-stop
(
1
,
#a4d815
)
);
background
:
-moz-linear-gradient
(
center
top
,
#83c008
5%
,
#a4d815
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#83c008'
,
endColorstr
=
'#a4d815'
);
background-color
:
#83c008
;
}
.sectionSetting
.loginbtn
a
:active
{
}
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix
{
}
.fix
:after
{
font-size
:
1px
;
}
.fix
{
}
/*------------*/
#user_change
article
.sectionSetting
#user_option
ul
li
{
margin-top
:
10px
;
margin-bottom
:
10px
;
}
/* No.4 */
#cboAnimation
{
}
.lblOptPageTransPeriod
{
}
#txtValueAnimation
{
border
:
solid
1px
#222
;
}
#slidebar-animation
{
}
#slidebar-container
{
abvw/css/layout/share.css
View file @
31333064
@charset
"utf-8"
;
/*
/*
Latest Update
2014.10.10 write
...
...
@@ -8,10 +8,10 @@
author
abe
---------- MENU ----------
---------- MENU ----------
X. .sectionContentShare setting
---------- MENU ----------
---------- MENU ----------
*/
.sectionContentShare
{
...
...
@@ -23,7 +23,7 @@
-webkit-border-radius
:
10px
10px
10px
10px
;
-moz-border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -76,7 +76,7 @@
.sectionContentShare
p
.notice
{
/*text-align:center;*/
margin-top
:
20px
;
margin-top
:
20px
;
}
.sectionContentShare
p
.message
{
...
...
@@ -95,9 +95,9 @@
position
:
relative
;
/*margin:-27px 0 0 135px;*/
}
.sectionContentShare
.sharebtn
a
.sectionContentShare
.sharebtn
a
{
margin
:
0
15px
;
margin
:
0
15px
;
width
:
100px
;
height
:
21px
;
-moz-border-radius
:
6px
;
...
...
@@ -136,7 +136,7 @@
position
:
relative
;
/*margin:0 98px 0 0;*/
}
.sectionContentShare
.shareLinkbtn
a
.sectionContentShare
.shareLinkbtn
a
{
margin
:
0
5px
;
display
:
inline-block
;
...
...
@@ -158,3 +158,142 @@
-ms-filter
:
none
;
}
/*
Latest Update
2014.10.10 write
author
abe
---------- MENU ----------
X. .sectionContentShare setting
---------- MENU ----------
*/
.sectionContentShare
{
border
:
1px
solid
#cccccc
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
;
box-shadow
:
0px
1px
3px
0px
#666
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-color
:
#fff
;
}
.sectionContentShare
h1
{
font-size
:
19px
;
font-weight
:
bold
;
color
:
#333
;
text-shadow
:
1px
1px
2px
#999
;
background-color
:
#f0f0f0
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
;
box-shadow
:
0px
1px
3px
0px
#999
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.sectionContentShare
.sectionContentShare_input
{
font-size
:
13px
;
}
.sectionContentShare
.sectionContentShare_input
input
{
}
.sectionContentShare
.sectionContentShare_result
{
font-size
:
13px
;
}
.sectionContentShare
p
{
}
.sectionContentShare
p
.notice
{
font-size
:
13px
;
}
.sectionContentShare
p
.message
{
font-size
:
13px
;
/*font-weight:bold;*/
color
:
#ff0000
;
}
.sectionContentShare
.message
{
font-size
:
13px
;
/*font-weight:bold;*/
color
:
#ff0000
;
}
.sectionContentShare
.sharebtn
{
}
.sectionContentShare
.sharebtn
a
.ok
{
}
.sectionContentShare
.sharebtn
a
.disabled
{
cursor
:
default
;
color
:
#9e9e9e
;
pointer-events
:
none
;
}
.sectionContentShare
.sharebtn
a
.disabled
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
}
.sectionContentShare
.sharebtn
a
.cancel
{
}
.sectionContentShare
.sharebtn
a
{
font-size
:
14px
;
font-weight
:
bold
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
);
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#83c008
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
);
background-color
:
#23486F
;
border
:
1px
solid
#0C274D
;
color
:
#ffffff
;
font-family
:
arial
;
}
.sectionContentShare
.sharebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
);
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
);
background-color
:
#36638B
;
}
.sectionContentShare
.sharebtn
a
:active
{
}
.sectionContentShare
.sharebtn
a
:not
(
:target
)
{
background-image
:
url(button_back_off.svg)
;
}
.sectionContentShare
.sharebtn
a
:hover:not
(
:target
)
{
background-image
:
url(button_back_on.svg)
;
}
.sectionContentShare
.shareLinkbtn
{
}
.sectionContentShare
.shareLinkbtn
a
.disabled
{
}
.sectionContentShare
.shareLinkbtn
a
.disabled
:hover
{
}
.sectionContentShare
.shareLinkbtn
a
{
}
.sectionContentShare
.shareLinkbtn
a
:hover
{
}
.sectionContentShare
.shareLinkbtn
a
:active
{
}
.sectionContentShare
.shareLinkbtn
a
:not
(
:target
)
{
}
.sectionContentShare
.shareLinkbtn
a
:hover:not
(
:target
)
{
}
abvw/css/layout/tab.css
View file @
31333064
...
...
@@ -33,7 +33,7 @@
}
.tabUnit
ul
.switchingTab
li
.colleft
a
:link
{
}
.tabUnit
ul
.switchingTab
li
.colright
a
:link
{
...
...
@@ -60,4 +60,68 @@
}
.tabUnit
.tabUnitList
ul
li
a
:hover
{
}
.sankaku_left
{
margin-left
:
54px
;
}
.sankaku_right
{
margin-left
:
179px
;
}
\ No newline at end of file
.sankaku_right
{
margin-left
:
179px
;
}
.tabUnit
{
background-color
:
#37648C
;
border-radius
:
3px
;
box-shadow
:
1px
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.2
)
inset
;
}
.tabUnitList
{
}
.tab_bg_color
{
background-color
:
#D7E0E8
;
border-radius
:
2px
;
box-shadow
:
1px
1px
1px
1px
rgba
(
0
,
0
,
0
,
0.2
);
}
.tabUnit
ul
.switchingTab
{
}
.tabUnit
ul
.switchingTab
li
{
}
.tabUnit
ul
.switchingTab
a
{
color
:
#333333
;
text-decoration
:
none
;
font-size
:
12px
;
}
.tabUnit
ul
.switchingTab
li
.colleft
a
:link
{
background
:
url(../../img/bookshelf/icon_genre_off.png)
no-repeat
center
center
;
}
.tabUnit
ul
.switchingTab
li
.colright
a
:link
{
background
:
url(../../img/bookshelf/icon_group_off.png)
no-repeat
center
center
;
}
.tabUnit
ul
.switchingTab
li
.colleft
a
:hover
{
background-image
:
url(../../img/bookshelf/icon_genre_on.png)
;
background-repeat
:
no-repeat
;
}
.tabUnit
ul
.switchingTab
li
.colright
a
:hover
{
background-image
:
url(../../img/bookshelf/icon_group_on.png)
;
background-repeat
:
no-repeat
;
}
.tabUnit
ul
.switchingTab
li
.colright
a
.current
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(../../img/bookshelf/icon_group_on.png)
;
}
.tabUnit
ul
.switchingTab
li
.colleft
a
.current
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
background-image
:
url(../../img/bookshelf/icon_genre_on.png)
;
}
.tabUnit
.tabUnitList
ul
{
}
.tabUnit
.tabUnitList
ul
li
a
{
color
:
#333333
;
font-size
:
12px
;
text-decoration
:
none
;
}
.tabUnit
.tabUnitList
ul
li
a
:hover
{
text-decoration
:
underline
;}
.sankaku_left
{
}
.sankaku_right
{
}
abvw/css/layout/viewer.css
View file @
31333064
...
...
@@ -18,7 +18,7 @@
6. rayermenu setting
7. indexBox setting
8. bookmarkBox setting
9.
9.
10. Image Preview Setting
11. slider setting
12. transition setting
...
...
@@ -68,7 +68,7 @@ body{
#wrapper
{
max-width
:
none
;
min-width
:
1000px
;
width
:
100%
;
height
:
100%
;
position
:
absolute
;
...
...
@@ -94,7 +94,7 @@ body{
}
/*ヘッダー左カラム*/
.hdLcolumn
{
.hdLcolumn
{
display
:
block
;
width
:
726px
;
float
:
left
;
...
...
@@ -199,7 +199,7 @@ body{
position
:
absolute
;
right
:
0
;
}
.hdRcolumn
input
{
.hdRcolumn
input
{
width
:
215px
;
height
:
28px
;
display
:
inline-block
;
...
...
@@ -230,7 +230,7 @@ body{
height
:
60px
;
position
:
fixed
;
bottom
:
0px
;
}
.ftRcolumn_2
{
...
...
@@ -383,9 +383,9 @@ a.cancelbtn{
}
a
:hover
.clearbtn
{
}
a
:hover
.savebtn
{
a
:hover
.savebtn
{
}
a
:hover
.cancelbtn
{
}
...
...
@@ -474,25 +474,25 @@ a:hover.cancelbtn{
}
.rayermenu1
.popcolumnR
.colorchip
.color02
{
}
.rayermenu1
.popcolumnR
.colorchip
.color03
{
}
.rayermenu1
.popcolumnR
.colorchip
.color04
{
}
.rayermenu1
.popcolumnR
.colorchip
.color05
{
}
.rayermenu1
.popcolumnR
.colorchip
.color06
{
}
.rayermenu1
.popcolumnR
.colorchip
.color07
{
}
.rayermenu1
.popcolumnR
.colorchip
.color08
{
}
.rayermenu1
div
.canvasArea_s
{
width
:
78px
;
...
...
@@ -503,14 +503,14 @@ a:hover.cancelbtn{
.rayermenu1
div
.cancelbtn
{
clear
:
both
;
display
:
block
;
width
:
110px
;
padding
:
0
;
text-align
:
center
;
line-height
:
26px
;
margin
:
0
;
float
:
right
;
}
.rayermenu1
div
a
:hover
.cancelbtn
{
...
...
@@ -609,7 +609,7 @@ a:hover.cancelbtn{
text-align
:
center
;
line-height
:
26px
;
margin
:
0
;
float
:
right
;
}
.rayermenu3
div
a
:hover
.cancelbtn
{
...
...
@@ -668,7 +668,7 @@ aside.indexBox .indexBoxBody_on{
height
:
362px
;
padding
:
5px
8px
0
;
overflow
:
auto
;
}
aside
.indexBox
.indexBoxBody_off
{
width
:
408px
;
...
...
@@ -683,7 +683,7 @@ aside.indexBox #branch1 {
}
.indexBox
ul
{
margin
:
0
;
padding
:
0px
9px
0
9px
;}
.indexBox
ul
li
{
line-height
:
1.5
}
.indexBox
ul
li
a
{
.indexBox
ul
li
a
{
}
.indexBox
ul
li
a
:hover
{}
...
...
@@ -788,7 +788,7 @@ aside.bookmarkBox .last{
aside
.MemoIndexBox
a
:hover
{
}
aside
.MemoIndexBox
{
aside
.MemoIndexBox
{
width
:
466px
;
display
:
block
;
position
:
absolute
;
...
...
@@ -822,7 +822,7 @@ aside.MemoIndexBox .indexBoxHd .hidden_on{
margin
:
4px
26px
0
-26px
;
}
aside
.MemoIndexBox
.indexBoxBody_on
{
height
:
357px
;
height
:
357px
;
width
:
458px
;
padding
:
3px
;
overflow
:
auto
;
...
...
@@ -840,8 +840,8 @@ aside.MemoIndexBox .indexBoxBody_off{
}
.memoDialogImportantCss
{
height
:
400px
!important
;
padding
:
0
!important
;
height
:
400px
!important
;
padding
:
0
!important
;
overflow
:
hidden
!important
;
}
...
...
@@ -888,7 +888,7 @@ aside.MemoIndexBox .indexBoxBody_off{
float
:
left
;
}
#control-next
{
{
float
:
right
;
clear
:
none
;
position
:
relative
;
...
...
@@ -938,7 +938,7 @@ aside.MemoIndexBox .indexBoxBody_off{
{
background-repeat
:
no-repeat
;
background-size
:
contain
;
background-position
:
center
;
background-position
:
center
;
height
:
100%
;
width
:
100%
;
position
:
absolute
;
...
...
@@ -1171,7 +1171,7 @@ aside.MemoIndexBox .indexBoxBody_off{
margin
:
-130px
0
0
10px
;
}
a
:hover
.toolbar
{
}
.toolbar_close
{
...
...
@@ -1244,7 +1244,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
.ui-slider
.ui-slider-handle
{
width
:
1.5em
!important
;
height
:
1.5em
!important
;}
.ui-slider-horizontal
.ui-slider-handle
{
top
:
-.4em
!important
;
margin-left
:
-.5em
!important
;
}
.ui-widget-content
{
border
:
none
!important
;
background
:
none
!important
;}
.ui-state-default
,
.ui-widget-content
.ui-state-default
,
.ui-widget-header
.ui-state-default
{
.ui-state-default
,
.ui-widget-content
.ui-state-default
,
.ui-widget-header
.ui-state-default
{
}
.ui-state-hover
,
.ui-widget-content
.ui-state-hover
,
.ui-widget-header
.ui-state-hover
,
.ui-state-focus
,
.ui-widget-content
.ui-state-focus
,
.ui-widget-header
.ui-state-focus
{
}
...
...
@@ -1256,15 +1256,15 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
#divImageLoading
{
left
:
45%
;
top
:
45%
;
position
:
fixed
;
position
:
fixed
;
display
:
none
;
width
:
70px
;
height
:
70px
;
height
:
70px
;
z-index
:
3
;
}
#divImageLoading
img
{
padding-left
:
3px
;
padding-left
:
3px
;
padding-top
:
3px
;
}
/* loading image [end]*/
...
...
@@ -1312,7 +1312,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
display
:
none
;
}
.align_right
{
.align_right
{
float
:
right
;
width
:
18px
;
height
:
18px
;
...
...
@@ -1322,18 +1322,18 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
padding-top
:
10px
;
}
.popuptext_web_dialog
{
.popuptext_web_dialog
{
display
:
none
;
position
:
absolute
;
width
:
auto
;
height
:
auto
;
margin-left
:
auto
;
margin-top
:
auto
;
margin-top
:
auto
;
padding
:
15px
;
/*z-index: 102;*/
z-index
:
101
;
}
z-index
:
101
;
}
.popuptext_arrow
{
display
:
none
;
z-index
:
102
;
...
...
@@ -1341,7 +1341,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
position
:
absolute
;
top
:
100%
;
width
:
0
;
height
:
0
;
height
:
0
;
}
/* HOVER STYLES */
.pop-up-memo
{
...
...
@@ -1351,9 +1351,9 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
padding
:
10px
;
z-index
:
101
;
}
.pop-up-memo
a
:hover
{
}
.check_marking
{
...
...
@@ -1364,7 +1364,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
/* dialog [end]*/
/* dialog confirm bgm [start]*/
#bgmConfirm
#bgmConfirm
{
position
:
absolute
;
display
:
none
;
...
...
@@ -1520,7 +1520,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
#dialog-contenttype-music
{
width
:
466px
;
height
:
389px
;
display
:
none
;
display
:
none
;
position
:
absolute
;
}
/* Box music dialog [end]*/
...
...
@@ -1542,7 +1542,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
/* Box eraser dialog [start]*/
#dlgGomu
div
:first-child
{
float
:
left
;
float
:
left
;
display
:
block
;
}
...
...
@@ -1593,7 +1593,7 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
display
:
none
;
padding
:
0
!important
;
margin
:
0
!important
;
overflow
:
hidden
!important
;
overflow
:
hidden
!important
;
z-index
:
101
!important
;
}
...
...
@@ -1638,15 +1638,15 @@ div .ui-slider-range, .ui-widget-header, .ui-slider-range-max {
margin
:
30px
auto
!important
;
text-align
:
center
!important
;
}
.sectionLimitAccess
.deletebtn
a
.sectionLimitAccess
.deletebtn
a
{
margin-left
:
10px
!important
;
width
:
85px
!important
;
height
:
21px
!important
;
height
:
21px
!important
;
line-height
:
21px
!important
;
text-align
:
center
!important
;
display
:
inline-block
!important
;
display
:
inline-block
!important
;
padding
:
2px
0
!important
;
}
.sectionLimitAccess
.deletebtn
a
:hover
{
...
...
@@ -1687,10 +1687,10 @@ ul#divSearchResult li:hover{}
ul
#divListBookmark
li
:hover
{}
#control_screen_2
{
position
:
absolute
;
z-index
:
2
;
bottom
:
20px
;
right
:
20px
;
position
:
absolute
;
z-index
:
2
;
bottom
:
20px
;
right
:
20px
;
display
:
none
}
...
...
@@ -1699,27 +1699,27 @@ ul#divListBookmark li:hover{}
}
span
.error
{
}
span
.no-item
{
}
.dialog-content-music
{
}
.imagePreview-one
{
}
.picker-choose-on
{
}
.picker-choose-off
{
}
#close_toolbar
.closebtn
{
...
...
@@ -1731,3 +1731,1453 @@ span.no-item{
position
:
absolute
;
}
/* Latest Update
2012.10.31 write */
/* author
keiki ettyuu */
/* ---------- MENU ---------- */
/*
1. gloval setting
2. wrapper setting
3. header setting
4. footer setting
5. section setting
6. rayermenu setting
7. indexBox setting
8. bookmarkBox setting
9.
10.
11. slider setting
12. transition setting
13. sizing setting
14. toolbar setting
15. glovalbtn setting
999. clearfix
*/
/* ---------- MENU ---------- */
/*----------------------------*/
/* 1. gloval setting */
/*----------------------------*/
/*
html{
}
html,body{
}
body{
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
background:#898989;
background-image: url(../../img/viewer/article_bg.png);
}
*/
#viewer
{
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background
:
#898989
;
background-image
:
url(../../img/viewer/article_bg.png)
;
}
/*----------------------------*/
/* 2. wrapper setting */
/*----------------------------*/
#wrapper
{
box-shadow
:
2px
2px
8px
#000
inset
;
border
:
1px
solid
#666
;
border-radius
:
8px
;
}
/*----------------------------*/
/* 3. header setting */
/*----------------------------*/
#header_toolbar
{
background-image
:
url(../../img/viewer/header_bg.jpg)
;
background-repeat
:
repeat-x
;
box-shadow
:
0px
2px
10px
2px
#333333
;
}
.wrapper_header
{
}
/*ヘッダー左カラム*/
.hdLcolumn
{
}
.hdLcolumn
a
{
background
:
url(../../img/viewer/hdicon_01.png)
0
0
no-repeat
;
font-size
:
0
;
}
.hdLcolumn
.gloupe
{
border-left
:
solid
1px
#417298
;
border-right
:
solid
1px
#23486F
;
}
.hdLcolumn
.hgloupe
{
border-right
:
solid
1px
#23486F
;
}
.hdLcolumn
.lgloupe
{
border-left
:
solid
1px
#417298
;
}
/*アイコン基本設定*/
.hdLcolumn
a
.home
{
background-position
:
0
0
;}
.hdLcolumn
a
.back
{
background-position
:
-46px
0
;}
.hdLcolumn
a
.bmList
{
background-position
:
-92px
0
;}
.hdLcolumn
a
.bmAdd
{
background-position
:
-138px
0
;}
.hdLcolumn
a
.index
{
background-position
:
-184px
0
;}
.hdLcolumn
a
.copy
{
background-position
:
-230px
0
;}
.hdLcolumn
a
.memoDisplay
{
background-position
:
-276px
0
;}
.hdLcolumn
a
.memoAdd
{
background-position
:
-322px
0
;}
.hdLcolumn
a
.marking
{
background-position
:
-368px
0
;}
.hdLcolumn
a
.markingToolbar
{
background-position
:
-414px
0
;}
.hdLcolumn
a
.home_device
{
background-position
:
0
0
;}
.hdLcolumn
a
.back_device
{
background-position
:
-46px
0
;}
.hdLcolumn
a
.bmList_device
{
background-position
:
-92px
0
;}
.hdLcolumn
a
.bmAdd_device
{
background-position
:
-138px
0
;}
.hdLcolumn
a
.index_device
{
background-position
:
-184px
0
;}
.hdLcolumn
a
.copy_device
{
background-position
:
-230px
0
;}
.hdLcolumn
a
.memoDisplay_device
{
background-position
:
-276px
0
;}
.hdLcolumn
a
.memoAdd_device
{
background-position
:
-322px
0
;}
.hdLcolumn
a
.marking_device
{
background-position
:
-368px
0
;}
.hdLcolumn
a
.markingToolbar_device
{
background-position
:
-414px
0
;}
/*オンマウス時*/
.hdLcolumn
a
:hover
.home
{
background-position
:
0
-92px
;}
.hdLcolumn
a
:hover
.back
{
background-position
:
-46px
-92px
;}
.hdLcolumn
a
:hover
.bmList
{
background-position
:
-92px
-92px
;}
.hdLcolumn
a
:hover
.bmAdd
{
background-position
:
-138px
-92px
;}
.hdLcolumn
a
:hover
.index
{
background-position
:
-184px
-92px
;}
.hdLcolumn
a
:hover
.copy
{
background-position
:
-230px
-92px
;}
.hdLcolumn
a
:hover
.memoDisplay
{
background-position
:
-276px
-92px
;}
.hdLcolumn
a
:hover
.memoAdd
{
background-position
:
-322px
-92px
;}
.hdLcolumn
a
:hover
.marking
{
background-position
:
-368px
-92px
;}
.hdLcolumn
a
:hover
.markingToolbar
{
background-position
:
-414px
-92px
;}
/*リンクオフ時*/
#viewer
.hdLcolumn
a
.home_off
{
background-position
:
0
-46px
;
cursor
:
default
;}
#viewer
.hdLcolumn
a
.back_off
{
background-position
:
-46px
-46px
;}
#viewer
.hdLcolumn
a
.bmList_off
{
background-position
:
-92px
-46px
;}
#viewer
.hdLcolumn
a
.bmAdd_off
{
background-position
:
-138px
-46px
;}
#viewer
.hdLcolumn
a
.index_off
{
background-position
:
-184px
-46px
;}
#viewer
.hdLcolumn
a
.copy_off
{
background-position
:
-230px
-46px
;}
#viewer
.hdLcolumn
a
.memoDisplay_off
{
background-position
:
-276px
-46px
;}
#viewer
.hdLcolumn
a
.memoAdd_off
{
background-position
:
-322px
-46px
;}
#viewer
.hdLcolumn
a
.marking_off
{
background-position
:
-368px
-46px
;}
#viewer
.hdLcolumn
a
.markingToolbar_off
{
background-position
:
-414px
-46px
;}
/*リンクオフ時*/
#viewer
.hdLcolumn
a
.bmList_hover
{
background-position
:
-92px
-92px
;}
#viewer
.hdLcolumn
a
.bmAdd_hover
{
background-position
:
-138px
-92px
;}
#viewer
.hdLcolumn
a
.index_hover
{
background-position
:
-184px
-92px
;}
#viewer
.hdLcolumn
a
.copy_hover
{
background-position
:
-230px
-92px
;}
#viewer
.hdLcolumn
a
.memoDisplay_hover
{
background-position
:
-276px
-92px
;}
#viewer
.hdLcolumn
a
.memoAdd_hover
{
background-position
:
-322px
-92px
;}
#viewer
.hdLcolumn
a
.marking_hover
{
background-position
:
-368px
-92px
;}
#viewer
.hdLcolumn
a
.markingToolbar_hover
{
background-position
:
-414px
-92px
;}
/*ヘッダー右カラム*/
.hdRcolumn
{
}
.hdRcolumn
input
{
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
background-image
:
url(../../img/viewer/icon_serch.png)
;
background-repeat
:
no-repeat
;
background-position
:
3px
4px
;
font-size
:
14px
;
color
:
#969696
;
}
.hdRcolumn
.search
{
background
:
url(../../img/viewer/searchbtn.png)
0
0
no-repeat
;
font-size
:
12px
;
color
:
#FFFFFF
;
}
.hdRcolumn
a
:hover
.search
{
background-position
:
0
-26px
;
}
/*----------------------------*/
/* 4. footer setting */
/*----------------------------*/
.footerTool
{
}
.ftRcolumn_2
{
}
.footer
{
background-image
:
url(../../img/viewer/footer_bg.jpg)
;
background-repeat
:
repeat-x
;
background-position
:
0
0
;
box-shadow
:
0px
-2px
10px
2px
#333333
;
}
.ftinner
{
}
/*フッター左カラム*/
.ftLcolumn
{
}
/*フッター右カラム*/
.ftRcolumn
{
}
/*----------------------------*/
/* 5. section setting */
/*----------------------------*/
#viewer
article
{
background
:
#999999
;
}
#viewer
section
{
}
/*----------------------------*/
/* 5. markingBox setting */
/*----------------------------*/
aside
.markingBox
{
-webkit-box-shadow
:
0px
0px
3px
1px
#666
;
-moz-box-shadow
:
0px
0px
3px
1px
#666
;
box-shadow
:
0px
0px
3px
1px
#666
;
}
aside
.markingBox
.markingBoxHd
{
color
:
#FFFFFF
;
font-size
:
13px
;
background-image
:
url(../../img/viewer/article_bg.png)
;
background-repeat
:
repeat
;
background-position
:
0
0
;
}
aside
.markingBox
.markingBoxHd
.delete
{
background
:
url(../../img/viewer/x.png)
0
0
repeat
;
}
aside
.markingBox
.markingBoxHd
.hidden_off
{
background
:
url(../../img/viewer/_.png)
0
0
repeat
;
}
aside
.markingBox
.markingBoxHd
.hidden_on
{
background
:
url(../../img/viewer/sikaku.png)
0
0
repeat
;
}
aside
.markingBox
.markingBoxBody_on
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.markingBox
.markingBoxBody_off
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.markingBox
ul
{
}
aside
.markingBox
ul
li
{
}
/*キャンバスエリア*/
aside
.markingBox
.canvasArea
{
background
:
url(../../img/viewer/canvas.png)
0
0
no-repeat
;
border
:
solid
1px
#595757
;
}
a
.clearbtn
{
font-size
:
13px
;
color
:
#fff
;
border
:
1px
solid
#0C274D
;
border-radius
:
6px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
}
a
.savebtn
{
font-size
:
13px
;
color
:
#fff
;
border
:
1px
solid
#0C274D
;
border-radius
:
6px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
}
a
.cancelbtn
{
font-size
:
13px
;
color
:
#fff
;
border
:
1px
solid
#0C274D
;
border-radius
:
6px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.clearbtn
{
background
:
#36638B
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#23486F
),
color-stop
(
100%
,
#36638B
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#23486F
0%
,
#36638B
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.savebtn
{
background
:
#36638B
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#23486F
),
color-stop
(
100%
,
#36638B
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#23486F
0%
,
#36638B
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
,
GradientType
=
0
);
/* IE6-9 */
}
a
:hover
.cancelbtn
{
background
:
#36638B
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#23486F
),
color-stop
(
100%
,
#36638B
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#23486F
0%
,
#36638B
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
,
GradientType
=
0
);
/* IE6-9 */
}
/*----------------------------*/
/* 6. rayermenu setting */
/*----------------------------*/
.rayermenu1
{
background
:
url(../../img/viewer/alpha_w70.png)
0
0
repeat
;
-webkit-border-radius
:
5px
5px
5px
5px
;
-moz-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
-webkit-box-shadow
:
0px
0px
3px
1px
#999
;
-moz-box-shadow
:
0px
0px
3px
1px
#999
;
box-shadow
:
0px
0px
3px
1px
#999
;
}
.rayermenu1
ul
{
}
.rayermenu1
ul
li
{
font-size
:
12px
;
}
.rayermenu1
ul
li
a
{
color
:
#000
;
}
.rayermenu1
ul
li
a
:hover
{
background
:
url(../../img/viewer/alpha_b20.png)
0
0
repeat
;
}
.rayermenu1
ul
li
img
{
}
.rayermenu1
ul
li
a
span
{
}
.sizeXL
{}
.sizeL
{}
.sizeM
{}
.sizeS
{}
.rayermenu1
.popcolumnR
{
}
.rayermenu1
.popcolumnR
.colorchip
{
background
:
#FFFFFF
;
}
.rayermenu1
.popcolumnR
.colorchip
a
{
border
:
solid
1px
#d3d5d6
;
}
.rayermenu1
.popcolumnR
.colorchip
a
:hover
{
/*
border-width:2px;
border-color:#e6e6e6;*/
}
.rayermenu1
.popcolumnR
.colorchip
.color01
{
background
:
#ff0000
;
}
.rayermenu1
.popcolumnR
.colorchip
.color02
{
background
:
#ffff00
;
}
.rayermenu1
.popcolumnR
.colorchip
.color03
{
background
:
#00ff00
;
}
.rayermenu1
.popcolumnR
.colorchip
.color04
{
background
:
#00ffff
;
}
.rayermenu1
.popcolumnR
.colorchip
.color05
{
background
:
#0000ff
;
}
.rayermenu1
.popcolumnR
.colorchip
.color06
{
background
:
#ff00ff
;
}
.rayermenu1
.popcolumnR
.colorchip
.color07
{
background
:
#ffffff
;
}
.rayermenu1
.popcolumnR
.colorchip
.color08
{
background
:
#000000
;
}
.rayermenu1
div
.canvasArea_s
{
background
:
url(../../img/viewer/canvas_s.png)
0
0
repeat
;
border
:
solid
1px
#595959
;
}
.rayermenu1
div
.cancelbtn
{
font-size
:
13px
;
color
:
#fff
;
border
:
1px
solid
#0C274D
;
border-radius
:
6px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
}
.rayermenu1
div
a
:hover
.cancelbtn
{
cursor
:
pointer
;
font-size
:
13px
;
color
:
#fff
;
background
:
#36638B
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#23486F
),
color-stop
(
100%
,
#36638B
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#23486F
0%
,
#36638B
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#36638B'
,
GradientType
=
0
);
/* IE6-9 */
}
.rayermenu1
div
.okbtn
{
}
/*レイヤーメニュー2*/
/*レイヤーメニュー3*/
.rayermenu3
{
background
:
url(../../img/viewer/alpha_w70.png)
0
0
repeat
;
-webkit-border-radius
:
5px
5px
5px
5px
;
-moz-border-radius
:
5px
5px
5px
5px
;
border-radius
:
5px
5px
5px
5px
;
-webkit-box-shadow
:
0px
0px
3px
1px
#999
;
-moz-box-shadow
:
0px
0px
3px
1px
#999
;
box-shadow
:
0px
0px
3px
1px
#999
;
}
.rayermenu3
ul
{
}
.rayermenu3
ul
li
{
font-size
:
12px
;
}
.rayermenu3
ul
li
a
{
color
:
#000
;
}
.rayermenu3
ul
li
a
:hover
{
background
:
url(../../img/viewer/alpha_b20.png)
0
0
repeat
;
}
.rayermenu3
ul
li
img
{
}
.rayermenu3
ul
li
a
span
{
}
.sizeXL
{}
.sizeL
{}
.sizeM
{}
.sizeS
{}
.rayermenu3
.popcolumnR
{
}
.rayermenu3
div
.canvasArea_l
{
background
:
url(../../img/viewer/canvas_l.png)
0
0
repeat
;
border
:
solid
1px
#595959
;
}
.rayermenu3
div
.cancelbtn
{
font-size
:
13px
;
color
:
#fff
;
border
:
1px
solid
#0C274D
;
border-radius
:
6px
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
;
background
:
#23486F
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#36638B
),
color-stop
(
100%
,
#23486F
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#36638B
0%
,
#23486F
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#36638B
0%
,
#23486F
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
,
GradientType
=
0
);
/* IE6-9 */
}
.rayermenu3
div
a
:hover
.cancelbtn
{
font-size
:
13px
;
color
:
#fff
;
background
:
#36638B
;
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#23486F
),
color-stop
(
100%
,
#36638B
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
top
,
#23486F
0%
,
#36638B
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
bottom
,
#23486F
0%
,
#36638B
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#36638B'
,
GradientType
=
0
);
/* IE6-9 */
}
.rayermenu3
div
.okbtn
{
}
/*----------------------------*/
/* 7. indexBox setting */
/*----------------------------*/
aside
.indexBox
{
-webkit-box-shadow
:
0px
0px
3px
1px
#666
;
-moz-box-shadow
:
0px
0px
3px
1px
#666
;
box-shadow
:
0px
0px
3px
1px
#666
;
}
aside
.indexBox
.indexBoxHd
{
background-image
:
url(../../img/viewer/article_bg.png)
;
background-repeat
:
repeat
;
background-position
:
0
0
;
color
:
#FFFFFF
;
font-size
:
13px
;
}
aside
.indexBox
.indexBoxHd
.delete
{
background
:
url(../../img/viewer/x.png)
0
0
no-repeat
;
}
aside
.indexBox
.indexBoxHd
.hidden_off
{
background
:
url(../../img/viewer/_.png)
0
0
repeat
;
}
aside
.indexBox
.indexBoxHd
.hidden_on
{
background
:
url(../../img/viewer/sikaku.png)
0
0
repeat
;
}
aside
.indexBox
.indexBoxBody_on
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.indexBox
.indexBoxBody_off
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.indexBox
#branch1
{
}
.indexBox
ul
{
}
.indexBox
ul
li
{}
.indexBox
ul
li
a
{
color
:
#333333
;
font-size
:
12px
;
text-decoration
:
none
;
}
.indexBox
ul
li
a
:hover
{
color
:
#0099CC
;
text-decoration
:
underline
;}
/*----------------------------*/
/* 8. bookmarkBox setting */
/*----------------------------*/
aside
.bookmarkBox
{
-webkit-box-shadow
:
0px
0px
3px
1px
#666
;
-moz-box-shadow
:
0px
0px
3px
1px
#666
;
box-shadow
:
0px
0px
3px
1px
#666
;
}
aside
.bookmarkBox
.bookmarkBoxHd
{
background-image
:
url(../../img/viewer/article_bg.png)
;
background-repeat
:
repeat
;
background-position
:
0
0
;
color
:
#FFFFFF
;
font-size
:
13px
;
}
aside
.bookmarkBox
.bookmarkBoxHd
.delete
{
background
:
url(../../img/viewer/x.png)
0
0
no-repeat
;
}
aside
.bookmarkBox
.bookmarkBoxHd
.hidden_off
{
background
:
url(../../img/viewer/_.png)
0
0
repeat
;
}
aside
.bookmarkBox
.bookmarkBoxHd
.hidden_on
{
background
:
url(../../img/viewer/sikaku.png)
0
0
repeat
;
}
aside
.bookmarkBox
.bookmarkBoxBody_on
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.bookmarkBox
.bookmarkBoxBody_off
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.bookmarkBox
li
{
border-bottom
:
solid
1px
#444
;
font-size
:
11px
;
}
aside
.bookmarkBox
label
{
border-bottom
:
solid
1px
#444
;
font-size
:
11px
;
}
aside
.bookmarkBox
div
{
border-bottom
:
solid
1px
#444
;
font-size
:
11px
;
}
aside
.bookmarkBox
li
.imgbox
{
border
:
solid
1px
#444
;
background
:
#ccc
;
}
aside
.bookmarkBox
li
.mdltext
{
}
aside
.bookmarkBox
.last
{
border
:
none
;
}
/*----------------------------*/
/* 9. Memo setting */
/*----------------------------*/
aside
.MemoIndexBox
a
:hover
{
cursor
:
pointer
;
}
aside
.MemoIndexBox
{
-webkit-box-shadow
:
0px
0px
3px
1px
#666
;
-moz-box-shadow
:
0px
0px
3px
1px
#666
;
box-shadow
:
0px
0px
3px
1px
#666
;
}
aside
.MemoIndexBox
.indexBoxHd
{
background-image
:
url(../../img/viewer/article_bg.png)
;
background-repeat
:
repeat
;
background-position
:
0
0
;
color
:
#FFFFFF
;
font-size
:
13px
;
}
aside
.MemoIndexBox
.indexBoxHd
.delete
{
background
:
url('../../img/viewer/x.png')
0
0
repeat
;
}
aside
.MemoIndexBox
.indexBoxHd
.hidden_off
{
background
:
url('../../img/viewer/_.png')
0
0
repeat
;
}
aside
.MemoIndexBox
.indexBoxHd
.hidden_on
{
background
:
url('../../img/viewer/sikaku.png')
0
0
repeat
;
}
aside
.MemoIndexBox
.indexBoxBody_on
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
aside
.MemoIndexBox
.indexBoxBody_off
{
background
:
#FFFFFF
;
border
:
solid
1px
#cfd0d0
;
border-top
:
none
;
}
.indexBox
ul
li
a
:hover
{
color
:
#0099CC
;
text-decoration
:
underline
;}
.parentMemoDialogImportantCss
{
border
:
0
none
!important
;
background
:
none
!important
;
}
.memoDialogImportantCss
{
border
:
0
none
!important
;
background
:
none
!important
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
/*----------------------------*/
/* 10.Image preview setting */
/*----------------------------*/
#slideWrapper
{
}
.gallery-image
{
box-shadow
:
0px
2px
8px
0px
#999
;
}
.slideshow-control
{
}
.gallery-thumb
{
}
#selector-img
{
}
#control-prev
{
}
#control-next
{
}
.main-control
{
opacity
:
0.65
;
background-color
:
#AAAAAA
;
}
#main-control-prev
{
background-color
:
gray
;
background-image
:
url('../../img/main_previous.png')
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
background-position
:
center
;
}
#main-control-next
{
background-color
:
gray
;
background-image
:
url('../../img/main_next.png')
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
background-position
:
center
;
}
.slideshow-control
img
{
}
#control-prev
img
{
}
#main-img
{
background-color
:
black
;
}
.mainThumbnail
{
}
#wrapper
.thumbnail
{
box-shadow
:
0px
2px
8px
0px
#ccc
;
border
:
3px
solid
#fff
;
background-color
:
black
;
}
.first
{
}
/*----------------------------*/
/* 11. slider setting */
/*----------------------------*/
.slider
{
background-image
:
url(../../img/viewer/sliderbg_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
4px
;
}
.slider
.sld01
{
background
:
url(../../img/viewer/sliderbg_02.png)
0
0
no-repeat
;
}
.slider
.sld01
span
{
font-size
:
11px
;
}
.slider
.sld01
span
input
{
font-size
:
11px
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
.slider
.sld01
.move
{
}
.slider
.sld02
{
}
/*----------------------------*/
/* 12. transition setting */
/*----------------------------*/
.transition
{
/*background: url(../../img/viewer/transitionbtn_bg.png) 0 0 no-repeat;*/
}
/*ボタン設定*/
.transition
a
{
font-size
:
0
;
background-image
:
url(../../img/viewer/transitionbtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.transition
.begin
{
background-position
:
0
0
;
}
.transition
a
:hover
.begin
{
background-position
:
0
-34px
;
}
.transition
.begin_off
{
background-position
:
0
-68px
;
cursor
:
default
;
}
.transition
.prev
{
background-position
:
-62px
0
;
}
.transition
a
:hover
.prev
{
background-position
:
-62px
-34px
;
}
.transition
.prev_off
{
background-position
:
-62px
-68px
;
}
.transition
.next
{
background-position
:
-122px
0
;
}
.transition
a
:hover
.next
{
background-position
:
-122px
-34px
;
}
.transition
.next_off
{
background-position
:
-122px
-68px
;
}
.transition
.last
{
background-position
:
-182px
0
;
}
.transition
a
:hover
.last
{
background-position
:
-182px
-34px
;
}
.transition
.last_off
{
background-position
:
-182px
-68px
;
}
.transition
.begin_device
{
background-position
:
0
0
;}
.transition
.prev_device
{
background-position
:
-62px
0
;}
.transition
.next_device
{
background-position
:
-122px
0
;}
.transition
.last_device
{
background-position
:
-182px
0
;}
/*----------------------------*/
/* 13. sizing setting */
/*----------------------------*/
.sizing
{
/*background: url(../../img/viewer/sizingbtn_bg.png) 0 0 no-repeat;*/
}
/*ボタン設定*/
.sizing
a
{
font-size
:
0
;
background-image
:
url(../../img/viewer/sizingbtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.sizing
.expansion
{
background-position
:
0
0
;
}
.sizing
a
:hover
.expansion
{
background-position
:
0
-34px
;
}
.sizing
.expansion_off
{
background-position
:
0
-68px
;
cursor
:
default
;
}
.sizing
.fit
{
background-position
:
-62px
0
;
}
.sizing
a
:hover
.fit
{
background-position
:
-62px
-34px
;
}
.sizing
.fit_off
{
background-position
:
-62px
-68px
;
}
.sizing
.reduction
{
background-position
:
-122px
0
;
}
.sizing
a
:hover
.reduction
{
background-position
:
-122px
-34px
;
}
.sizing
.reduction_off
{
background-position
:
-122px
-68px
;
}
.sizing
.expansion_device
{
background-position
:
0
0
;}
.sizing
.fit_device
{
background-position
:
-62px
0
;}
.sizing
.reduction_device
{
background-position
:
-122px
0
;}
/*----------------------------*/
/* 14. toolbar setting */
/*----------------------------*/
.toolbar
{
font-size
:
0
;
background-image
:
url(../../img/viewer/toolbarbtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.toolbar_device
{
font-size
:
0
;
background-image
:
url(../../img/viewer/toolbarbtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.toolbar_off
{
background
:
url(../../img/viewer/toolbarbtn_01.png)
0
-78px
no-repeat
;
}
a
:hover
.toolbar
{
background-position
:
0
-39px
;
}
.toolbar_close
{
background-image
:
url(../../img/viewer/toolbarbtn_02.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
.toolbar_close_device
{
background-image
:
url(../../img/viewer/toolbarbtn_02.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
a
.toolbar_close
:hover
{
background-position
:
0
-39px
;
}
/*----------------------------*/
/* 15. glovalbtn setting */
/*----------------------------*/
.gNextbtn
{
font-size
:
0
;
background-image
:
url(../../img/viewer/gmovebtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
-50px
0
;
}
.gBackbtn
{
font-size
:
0
;
background-image
:
url(../../img/viewer/gmovebtn_01.png)
;
background-repeat
:
no-repeat
;
background-position
:
0
0
;
}
/*----------------------------*/
/* 16. Other Setting */
/*----------------------------*/
/* slider bar [start]*/
.ui-slider-horizontal
.ui-state-default
{
}
.ui-corner-all
,
.ui-corner-bottom
,
.ui-corner-right
,
.ui-corner-br
{
}
div
.ui-slider-range
,
.ui-widget-header
,
.ui-slider-range-max
{
}
.ui-slider
.ui-slider-handle
{}
.ui-slider-horizontal
.ui-slider-handle
{}
.ui-widget-content
{}
.ui-state-default
,
.ui-widget-content
.ui-state-default
,
.ui-widget-header
.ui-state-default
{
border
:
none
!important
;
background
:
url(../../img/viewer/sliderbtn_02.png)
!important
;
}
.ui-state-hover
,
.ui-widget-content
.ui-state-hover
,
.ui-widget-header
.ui-state-hover
,
.ui-state-focus
,
.ui-widget-content
.ui-state-focus
,
.ui-widget-header
.ui-state-focus
{
border
:
none
!important
;
background
:
url(../../img/viewer/sliderbtn_02.png)
!important
;}
.ui-state-active
,
.ui-widget-content
.ui-state-active
,
.ui-widget-header
.ui-state-active
{
border
:
none
!important
;
background
:
url(../../img/viewer/sliderbtn_02.png)
!important
;}
#slider_page
{}
/* slider bar [end]*/
/* loading image [start]*/
#divImageLoading
{
background-color
:
#ccc
;
border-radius
:
10px
;
opacity
:
0.7
;
}
#divImageLoading
img
{
}
/* loading image [end]*/
/* navigate button [start]*/
#button_pre_canvas
{
opacity
:
0
;
}
#button_next_canvas
{
opacity
:
0
;
}
.nav
{
cursor
:
pointer
;
opacity
:
0.4
;
}
/* navigate button [end]*/
/* dialog [start]*/
.web_dialog
{
background-color
:
black
;
font-family
:
Verdana
;
font-size
:
10pt
;
}
.web_dialog_overlay
{
background
:
#000000
;
opacity
:
.15
;
filter
:
alpha
(
opacity
=
15
);
-moz-opacity
:
.15
;
}
.align_right
{
}
.content_image_preview
{
}
.popuptext_web_dialog
{
background-color
:
#FFFFFF
;
border-style
:
solid
;
border-color
:
#ccd
;
font-family
:
Verdana
;
font-size
:
10pt
;
border-radius
:
10px
;
/*word-break: break-all;*/
/*word-wrap: break-word;*/
-moz-box-shadow
:
-3px
3px
3px
#777
;
-webkit-box-shadow
:
-3px
3px
3px
#777
;
box-shadow
:
-3px
3px
3px
#777
}
.popuptext_arrow
{
border-style
:
solid
;
border-width
:
12px
12px
12px
12px
;
border-color
:
transparent
transparent
transparent
rgb
(
204
,
204
,
221
)
!important
;
}
/* HOVER STYLES */
.pop-up-memo
{
background
:
#eeeeee
;
color
:
#000000
;
border
:
1px
solid
#1a1a1a
;
font-size
:
90%
;
}
.pop-up-memo
a
:hover
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
.check_marking
{
border-radius
:
5px
;
}
/* dialog [end]*/
/* dialog confirm bgm [start]*/
#bgmConfirm
{
}
.sectionDeleteConfirm
.deletebtn
a
.ok_audio
{
cursor
:
pointer
;
}
/* dialog confirm bgm [end]*/
/* Marking tool bar [start]*/
.pen_selected
{
background
:
url(../../img/viewer/1_on.png)
0
0
repeat-x
;
}
.pen_hover
{
background
:
url(../../img/viewer/1_off.png)
0
0
repeat-x
;
}
.pen_hover
:hover
{
background
:
url(../../img/viewer/1_on.png)
0
0
repeat-x
;
}
.maker_selected
{
background
:
url(../../img/viewer/3_on.png)
0
0
repeat-x
;
}
.maker_hover
{
background
:
url(../../img/viewer/3_off.png)
0
0
repeat-x
;
}
.maker_hover
:hover
{
background
:
url(../../img/viewer/3_on.png)
0
0
repeat-x
;
}
.eraser_selected
{
background
:
url(../../img/viewer/5_on.png)
0
0
repeat-x
;
}
.eraser_hover
{
background
:
url(../../img/viewer/5_off.png)
0
0
repeat-x
;
}
.eraser_hover
:hover
{
background
:
url(../../img/viewer/5_on.png)
0
0
repeat-x
;
}
.pen_option_selected
{
background
:
url(../../img/viewer/2_on.png)
0
0
repeat-x
;
}
.pen_option_hover
{
background
:
url(../../img/viewer/2_off.png)
0
0
repeat-x
;
}
.pen_option_hover
:hover
{
background
:
url(../../img/viewer/2_on.png)
0
0
repeat-x
;
}
.maker_option_selected
{
background
:
url(../../img/viewer/4_on.png)
0
0
repeat-x
;
}
.maker_option_hover
{
background
:
url(../../img/viewer/4_off.png)
0
0
repeat-x
;
}
.maker_option_hover
:hover
{
background
:
url(../../img/viewer/4_on.png)
0
0
repeat-x
;
}
.eraser_option_selected
{
background
:
url(../../img/viewer/6_on.png)
0
0
repeat-x
;
}
.eraser_option_hover
{
background
:
url(../../img/viewer/6_off.png)
0
0
repeat-x
;
}
.eraser_option_hover
:hover
{
background
:
url(../../img/viewer/6_on.png)
0
0
repeat-x
;
}
.content_image_preview
{
}
.toolbar_icon_on
{
background-color
:
#123456
;
}
/* Marking tool bar [end]*/
/* Box Copy Text dialog [start]*/
#boxCopyText
{
}
#boxCopyText
h1
{
}
#boxCopyText
ul
{
}
/* Box Copy Text dialog [end]*/
/* Box Copy Text dialog [start]*/
#boxAddMemo
{
}
#boxAddMemo
ul
{
}
#boxAddMemo
ul
a
{
}
/* Box Copy Text dialog [end]*/
/* Box Memo dialog [start]*/
#divDialogMemo
{
}
/* Box Memo dialog [end]*/
/* Box music dialog [start]*/
#dialog-contenttype-music
{
}
/* Box music dialog [end]*/
/* Box marking dialog [start]*/
#dlgMarking
{
}
#dlgMarking
h1
a
.hidden_off
{
}
#dlgMarking
h1
a
.hidden_on
{
}
/* Box marking dialog [end]*/
/* Box eraser dialog [start]*/
#dlgGomu
div
:first-child
{
}
#dlgGomu
ul
{
}
#dlgGomu
input
[
type
=
'radio'
]
{
}
/* Box eraser dialog [end]*/
/* Box maker dialog [start]*/
#dlgMaker
input
[
type
=
'radio'
]
{
}
/* Box maker dialog [end]*/
/* Box pen dialog [start]*/
#dlgPen
input
[
type
=
'radio'
]
{
}
/* Box pen dialog [end]*/
/* footer dialog [start]*/
#footer_toolbar_2
a
{
}
/* footer dialog [end]*/
/* common dialog [end]*/
#dialog
h1
{
background
:
url(../../img/viewer/article_bg.png)
0
0
repeat
;
}
#dialog
h1
img
#btnClose
{
}
/* common dialog [end]*/
/* Alert Content Dialog [Start] */
.sectionLimitAccess
{
border
:
1px
solid
#cccccc
!important
;
-webkit-border-radius
:
10px
10px
10px
10px
!important
;
-moz-border-radius
:
10px
10px
10px
10px
!important
;
border-radius
:
10px
10px
10px
10px
!important
;
-webkit-box-shadow
:
0px
1px
3px
0px
#666
!important
;
-moz-box-shadow
:
0px
1px
3px
0px
#666
!important
;
box-shadow
:
0px
1px
3px
0px
#666
!important
;
font-family
:
"メイリオ"
,
"Meiryo"
,
"ヒラギノ角ゴ Pro W3"
,
"Hiragino Kaku Gothic Pro"
,
"MS Pゴシック"
,
"MS P Gothic"
,
"Osaka"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
!important
;
background-color
:
#ffffff
!important
;
}
.sectionLimitAccess
h1
{
text-align
:
center
!important
;
font-weight
:
bold
!important
;
letter-spacing
:
2px
!important
;
color
:
#333
!important
;
text-shadow
:
1px
1px
2px
#999
!important
;
background
:
#f0f0f0
!important
;
-webkit-box-shadow
:
0px
1px
3px
0px
#999
!important
;
-moz-box-shadow
:
0px
1px
3px
0px
#999
!important
;
box-shadow
:
0px
1px
3px
0px
#999
!important
;
border-radius
:
10px
10px
0px
0px
!important
;
}
.sectionLimitAccess
p
{
}
.sectionLimitAccess
p
.message
{
font-size
:
13px
!important
;
font-weight
:
bold
!important
;
color
:
#333
!important
;
}
.sectionLimitAccess
p
.message
.error
{
color
:
#f00
!important
;
font-weight
:
normal
!important
;
}
.sectionLimitAccess
p
.message
.text
{
font-size
:
15px
!important
;
}
.sectionLimitAccess
p
.message
input
{
background-color
:
#fff
!important
;
}
.sectionLimitAccess
.deletebtn
{
}
.sectionLimitAccess
.deletebtn
a
{
cursor
:
pointer
!important
;
-moz-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
!important
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
!important
;
box-shadow
:
inset
0px
1px
0px
0px
#86ACC7
!important
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#36638B
),
color-stop
(
1
,
#23486F
)
)
!important
;
background
:
-moz-linear-gradient
(
center
top
,
#36638B
5%
,
#23486F
100%
)
!important
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#36638B'
,
endColorstr
=
'#23486F'
)
!important
;
background-color
:
#23486F
!important
;
-moz-border-radius
:
6px
!important
;
-webkit-border-radius
:
6px
!important
;
border-radius
:
6px
!important
;
border
:
1px
solid
#0C274D
!important
;
color
:
#ffffff
!important
;
font-family
:
arial
!important
;
font-size
:
15px
!important
;
font-weight
:
bold
!important
;
text-decoration
:
none
!important
;
}
.sectionLimitAccess
.deletebtn
a
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#23486F
),
color-stop
(
1
,
#36638B
)
)
!important
;
background
:
-moz-linear-gradient
(
center
top
,
#23486F
5%
,
#36638B
100%
)
!important
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#23486F'
,
endColorstr
=
'#36638B'
)
!important
;
background-color
:
#36638B
!important
;
}
.sectionLimitAccess
.deletebtn
a
:active
{
}
.sectionLimitAccess
.deletebtn
a
:not
(
:target
)
{
filter
:
none
!important
;
-ms-filter
:
none
!important
;
}
/* Alert Content Dialog [End] */
/*----------------------------*/
/* 999. clearfix */
/*----------------------------*/
/*clearfix*/
.fix
{
}
.fix
:after
{
font-size
:
1px
;
}
.fix
{
}
/*------------*/
.markingToolbar_off_hover
{
background-position
:
-414px
-92px
;
}
#control_screen_2
{
background-color
:
#898989
;
opacity
:
0.75
;
}
ul
#divSearchResult
li
:hover
{
background
:
#f4f4f4
;
cursor
:
pointer
;}
ul
#divListBookmark
li
:hover
{
background
:
#f4f4f4
;
cursor
:
pointer
;}
#divListIndex
span
:hover
{
color
:
red
;
cursor
:
pointer
}
span
.error
{
color
:
red
;
}
span
.no-item
{
color
:
#333333
;
font-size
:
12px
;
cursor
:
default
;
text-decoration
:
none
;
}
.dialog-content-music
{
background
:
url(../../img/iPad_music.png)
center
center
no-repeat
;
background-color
:
white
;
}
.imagePreview-one
{
background-color
:
black
;
}
.picker-choose-on
{
border
:
1px
solid
#e6e6e6
!important
;
}
.picker-choose-off
{
border
:
1px
solid
#d3d5d6
!important
;
}
#close_toolbar
.closebtn
{
background
:
url(../../img/login/close.png)
0
0
no-repeat
;
}
abvw/history.html
View file @
31333064
...
...
@@ -18,37 +18,24 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/history.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/history.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.css?__UPDATEID__"
id=
"theme_base"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.date.css?__UPDATEID__"
id=
"theme_date"
/>
<!-- CSSビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?__UPDATEID__" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
...
...
@@ -76,7 +63,7 @@
</style>
</head>
<body
id=
"history"
oncontextmenu=
"return
tru
e"
>
<body
id=
"history"
oncontextmenu=
"return
fals
e"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
...
...
abvw/home.html
View file @
31333064
...
...
@@ -19,39 +19,25 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/tab.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/tab.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/home.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/home.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/bookshelf.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/bookshelf.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/list_shirori_detail.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/share.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.css?__UPDATEID__"
id=
"theme_base"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/js/pickadate/themes/classic.date.css?__UPDATEID__"
id=
"theme_date"
/>
<!-- CSSビュー -->
<!-- link rel="stylesheet" type="text/css" href="css/reset.css?__UPDATEID__" / -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/viewer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.powertip.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/Anket.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/delete_shiori.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
...
...
abvw/js/contentview_CallApi.js
View file @
31333064
...
...
@@ -58,7 +58,6 @@ CONTENTVIEW_CALLAPI.getJsonContentInfoDone = function(doneFunc){
CONTENTVIEW_CALLAPI
.
getJsonDataType5Done
(
data5
[
0
]);
}
if
(
data6
){
console
.
log
(
data6
[
0
]);
CONTENTVIEW_CALLAPI
.
getDataJsonFileDone
(
data6
[
0
]);
}
if
(
data7
){
...
...
abvw/js/contentview_CreateObjects.js
View file @
31333064
...
...
@@ -1240,13 +1240,13 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
//オーサリングプレビュー対応
if
(
COMMON
.
isAuthoringPreview
()
&&
CONTENTVIEW_GENERAL
.
pid
!=
''
){
var
$dialog
=
$
(
'#contentAudioConfirm'
);
var
$overlay
=
$
(
'#overlay'
);
$dialog
.
find
(
"#txtContentAudio"
).
html
(
i18nText
(
"txtPreventLink"
));
$dialog
.
find
(
"#txtContentAudio"
).
attr
(
"lang"
,
'txtPreventLink'
);
$dialog
.
center
();
$dialog
.
show
();
$overlay
.
show
();
...
...
@@ -1255,9 +1255,9 @@ CONTENTVIEW_CREATEOBJECT.moveToContent = function (mediaType, actionType, id, im
$dialog
.
hide
();
$dialog
.
find
(
"#txtContentAudio"
).
attr
(
"lang"
,
'txtContentAudio'
);
});
return
;
}
//詳細ログ作成
...
...
abvw/js/home.js
View file @
31333064
...
...
@@ -1683,9 +1683,9 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
+
' </a>'
+
' <div class="text">'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20"
align="
left">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20"
style="float:
left">'
// + COMMON.truncate(COMMON.htmlEncode(post.contentTitle), 20)
+
' <div class="content-list">'
+
post
.
contentTitle
+
'</div>'
+
' <div class="content-list"
style=""
>'
+
post
.
contentTitle
+
'</div>'
+
' </a>'
+
' <div class="info">'
+
' <ul class="date">'
...
...
abvw/js/login.js
View file @
31333064
...
...
@@ -87,12 +87,12 @@ LOGIN.saveLoginInfo = function(paramLid, paramP, accountPath) {
//Check validation
LOGIN
.
checkValidation
=
function
()
{
//暗号化モードならチェック無し
if
(
ClientData
.
serviceOpt_encryption
()
==
'Y'
)
{
return
true
;
}
var
accountPath
=
$
(
'#txtAccPath'
).
val
();
var
loginId
=
$
(
'#txtAccId'
).
val
();
var
password
=
$
(
'#txtPassword'
).
val
();
...
...
@@ -970,7 +970,7 @@ LOGIN.ready = function(){
//doutor
var
paramLid
=
COMMON
.
getUrlParam
(
'lid'
,
''
);
var
paramP
=
COMMON
.
getUrlParam
(
'p'
,
''
);
$
(
'#normalUser'
).
show
();
$
(
'#formlogin'
).
hide
();
$
(
'#logologin'
).
animate
({
"margin-top"
:
0
},
LOGIN
.
timeWaitSplashScreen
,
...
...
abvw/js/share.js
View file @
31333064
...
...
@@ -12,14 +12,14 @@ $(document).ready(function () {
//カレンダー表示
//rome(dlgContentShare_validStartDate, { time: false });
//rome(dlgContentShare_validEndDate, { time: false });
/*
$('#dlgContentShare').prop('title', I18N.i18nText('txtShare'));
$('#dlgContentShare').dialog( {
open: function() {
$('#dlgContentShare_maxDlCount').focus();
$('#dlgContentShare_error').hide();
$('#dlgContentShare_input').show();
$('#dlgContentShare_result').hide();
...
...
@@ -43,64 +43,64 @@ $(document).ready(function () {
}
});
*/
});
// Show content detail
SHARE
.
openContentShare
=
function
()
{
//alert("SHARE.contentId:" + SHARE.contentId);
//$('#dlgContentShare').dialog( 'open' );
$
(
"#dlgContentShare_close"
).
click
(
SHARE
.
dlgContentShare_close_Click
);
$
(
"#dlgContentShare_ok"
).
click
(
SHARE
.
dlgContentShare_ok_Click
);
COMMON
.
lockLayout
();
$
(
"#dlgContentShare"
).
css
(
'z-index'
,
102
);
$
(
"#dlgContentShare"
).
show
();
$
(
'#dlgContentShare_maxDlCount'
).
focus
();
$
(
'#dlgContentShare_error'
).
hide
();
$
(
'#dlgContentShare_input'
).
show
();
$
(
'#dlgContentShare_result'
).
hide
();
$
(
"#dlgContentShare"
).
center
();
if
(
$
(
"#dlgContentShare"
).
height
()
>
$
(
window
).
height
()){
$
(
"#dlgContentShare"
).
css
(
'top'
,
'0'
);
}
//return false;
};
SHARE
.
dlgContentShare_close_Click
=
function
(
e
){
e
.
preventDefault
();
if
(
$
(
'#contentDetail'
).
is
(
':visible'
))
{
// 表示されている場合の処理
}
else
{
// 非表示の場合の処理
COMMON
.
unlockLayout
();
}
}
$
(
"#dlgContentShare"
).
hide
();
};
SHARE
.
dlgContentShare_ok_Click
=
function
(){
SHARE
.
sendContentShare
();
};
SHARE
.
sendContentShare
=
function
()
{
var
validStartDate
=
$
(
'#dlgContentShare_validStartDate'
).
val
();
var
validEndDate
=
$
(
'#dlgContentShare_validEndDate'
).
val
();
var
maxDlCount
=
$
(
'#dlgContentShare_maxDlCount'
).
val
();
var
password
=
$
(
'#dlgContentShare_password'
).
val
();
var
validStartDateParam
;
var
validEndDateParam
;
if
(
validStartDate
!=
''
){
...
...
@@ -109,12 +109,12 @@ SHARE.sendContentShare = function() {
if
(
validEndDate
!=
''
){
validEndDateParam
=
validEndDate
+
" 23:59:59"
;
}
//console.log("validStartDate:" + validStartDateParam);
//console.log("validEndDate:" + validEndDateParam);
//console.log("maxDlCount:" + maxDlCount);
//console.log("password:" + password);
var
params
=
{
sid
:
ClientData
.
userInfo_sid
(),
contentId
:
SHARE
.
contentId
,
...
...
@@ -123,16 +123,16 @@ SHARE.sendContentShare = function() {
maxDlCount
:
maxDlCount
,
password
:
password
};
// Get content detail
AVWEB
.
avwCmsApi
(
ClientData
.
userInfo_accountPath
(),
"getReaderShareUrl"
,
"POST"
,
params
,
function
(
data
)
{
if
(
data
.
httpStatus
==
'200'
){
$
(
'#dlgContentShare_error'
).
hide
();
$
(
'#dlgContentShare_input'
).
hide
();
$
(
'#dlgContentShare_resultUrl'
).
text
(
data
.
url
);
var
mailto
=
'mailto:?subject=コンテンツを共有しました&body=コンテンツを共有しました。%0D%0A%0D%0A共有URL:%0D%0A'
+
data
.
url
+
'%0D%0A%0D%0A'
;
if
(
password
!=
''
){
mailto
=
mailto
+
"password:"
+
password
+
'%0D%0A%0D%0A'
;
...
...
@@ -140,9 +140,9 @@ SHARE.sendContentShare = function() {
if
(
validStartDate
!=
''
||
validEndDate
!=
''
){
mailto
=
mailto
+
I18N
.
i18nText
(
'txtUrlValidDate'
)
+
validStartDate
+
"-"
+
validEndDate
+
'%0D%0A%0D%0A'
;
}
$
(
'#dlgContentShare_resultMl'
).
attr
(
"href"
,
mailto
);
$
(
'#dlgContentShare_resultFb'
).
click
(
function
()
{
var
fbUrl
=
"https://www.facebook.com/sharer.php?u="
+
data
.
url
+
"&t=test"
;
window
.
open
(
encodeURI
(
decodeURI
(
fbUrl
)),
...
...
@@ -151,7 +151,7 @@ SHARE.sendContentShare = function() {
);
return
false
;
});
$
(
'#dlgContentShare_resultTw'
).
click
(
function
()
{
var
twUrl
=
"http://twitter.com/intent/tweet?text=&url="
+
data
.
url
+
"&via=Agentec_now"
;
window
.
open
(
encodeURI
(
decodeURI
(
twUrl
)),
...
...
@@ -159,28 +159,28 @@ SHARE.sendContentShare = function() {
'width=550, height=450, personalbar=0, toolbar=0, scrollbars=1, resizable=1'
);
return
false
;
});
if
(
password
!=
''
){
$
(
'#dlgContentShare_resultPassword'
).
show
();
$
(
'#dlgContentShare_resultPassword'
).
text
(
"Password:"
+
password
);
}
else
{
$
(
'#dlgContentShare_resultPassword'
).
hide
();
}
if
(
validStartDate
!=
''
||
validEndDate
!=
''
){
$
(
'#dlgContentShare_resultDeliveryTerm'
).
show
();
$
(
'#dlgContentShare_resultDeliveryTerm'
).
text
(
I18N
.
i18nText
(
'txtUrlValidDate'
)
+
":"
+
validStartDate
+
I18N
.
i18nText
(
'txtDashMark'
)
+
validEndDate
);
}
else
{
$
(
'#dlgContentShare_resultDeliveryTerm'
).
hide
();
}
//結果表示
$
(
'#dlgContentShare_result'
).
show
();
//OKボタンの無効化
//$(":button:contains('Ok')").prop("disabled", true).addClass("ui-state-disabled");
}
else
{
$
(
'#dlgContentShare_error'
).
show
();
$
(
'#dlgContentShare_error'
).
html
(
data
.
errorMessage
);
...
...
@@ -197,5 +197,5 @@ SHARE.sendContentShare = function() {
}
}
);
};
abvw/settings.html
View file @
31333064
...
...
@@ -14,21 +14,13 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/header.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/footer.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/setting.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/setting.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/backup.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/restore.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/restore.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/accordion.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/accordion.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?__UPDATEID__"
></script>
...
...
login.html
View file @
31333064
...
...
@@ -12,15 +12,11 @@
<title></title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery-ui.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/login_validation.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/layout/limit_access.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./abvw/css/theme/limit_access.css?__UPDATEID__"
/>
<script
type=
"text/javascript"
src=
"./abvw/common/js/jquery-1.8.1.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./abvw/common/js/thickbox.js?__UPDATEID__"
></script>
...
...
@@ -77,14 +73,14 @@
<article>
<img
src=
"./abvw/img/login/logo_login.png"
width=
"200"
class=
"clearboth"
id=
"logologin"
>
<section
id=
"formlogin"
>
<table
width=
"440"
border=
"0"
cellspacing=
"0"
>
<tr>
<th
width=
"100%"
>
ポータルサイトからログインしてください
</th>
</tr>
</table>
<input
type=
"hidden"
id=
"txtAccPath"
value=
"vietdh"
/>
<!--
<table width="440" border="0" cellspacing="0">
<tr>
...
...
@@ -105,7 +101,7 @@
<a class="loginbtn lang" id="btnLogin" lang="dspLogin">ログイン</a>
-->
</section>
</article>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment