Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
81f6f77c
Commit
81f6f77c
authored
Dec 10, 2012
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deckbuilder graphics mode
parent
fa252227
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
552 additions
and
475 deletions
+552
-475
assets/images/decks/loading.gif
assets/images/decks/loading.gif
+0
-0
assets/stylesheets/decks.less
assets/stylesheets/decks.less
+46
-5
decks/index.html
decks/index.html
+506
-470
No files found.
assets/images/decks/loading.gif
0 → 100644
View file @
81f6f77c
2.7 KB
assets/stylesheets/decks.less
View file @
81f6f77c
...
...
@@ -151,13 +151,13 @@ body{margin:0;padding:0;background:#eee;}
&:hover{-moz-transition: all 0.5s ease-in-out;-moz-transform: translate(0px) rotate(180deg);-webkit-transition: all 0.5s ease-in-out;-webkit-transform: translate(0px) rotate(180deg);}
}
.donwload_out{float:left;height:25px;width:25px;cursor:pointer;background-image:url(/assets/images/decks/download_out.png);margin:6px 0 0 6px;}
.donwload_out{float:left;height:25px;width:25px;cursor:pointer;background-image:url(/assets/images/decks/download_out.png);margin:6px 0 0 6px;
overflow:hidden;cursor:pointer;
}
.download_inner{
width:11px;height:18px;background:url(/assets/images/decks/download_inner.png);margin:3px 0 0 7px;
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 18px;}
}
.upload_inner{
width:11px;height:18px;background:url(/assets/images/decks/upload_inner.png);margin:3px 0 0 7px;
width:11px;height:18px;background:url(/assets/images/decks/upload_inner.png);margin:3px 0 0 7px;
cursor:pointer;
&:hover{-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;background-position:0 -18px;}
}
.upload_ope{float:left;height:25px;padding:5px 0 0 5px;cursor:pointer;}
...
...
@@ -180,9 +180,47 @@ body{margin:0;padding:0;background:#eee;}
//.card_usage{margin: 0; float: left; width: 44px; height: 64px; }
/* 一个很神奇的现象,float: left不加的话,Jquery-UI的拖拽不好用,加上去之后没法拖到另一个卡组里... */
}
.select_card{
width:498px;height:35px;padding:5px;border:1px solid #cccccc;background:#F9F9F9;border-radius:6px;margin:10px 0 0 8px;
select{width:100px;float:left;border:1px solid #ccc;padding:1px;}
}
.select_cardOn{float:left;width:150px;height:23px;font-size:12px;margin:6px 0 0 5px;}
.select_cardUnder{float:right;height:32px;width:105px;}
.card_group{
height:565px;margin:0 0 0 8px;
h4{margin:8px 0;}
.jscroll-e{
.jscroll-h{border:none;}
}
}
.load_img{margin:25px auto;width:32px;height:32px;display:block;}
}
.search_data.graphic{width:162px;height:700px;float:right;
overflow: hidden;
.search_data.graphic{width:162px;height:700px;float:right;overflow: hidden;
.search_frame{
width:130px;
.search_input{width:100px;margin:2px 0 0 0;border:none;background:none;height:20px;}
}
.search_results{line-height:16px;}
.main_area{
padding:8px 0 0 8px;width:144px;background:#fbfbfb;
&:hover
{
.search_out_textTitle{color:#3366CC;transition:color 0.218s ease 0s;}
}
}
.advanced_search_father{display:none;}
.graphic_search_out
{
float:left;width:144px;height:66px;clear:left;border-bottom:1px solid #eeeeee;padding:5px 0;
.search_out_img{float:left;margin:0 5px 0 0;}
.search_out_text{float:left;padding:2px;}
span{font-size:12px;}
}
.page{
padding:20px 5px 0 0;
a{margin:0 2px;}
}
}
...
...
@@ -200,3 +238,6 @@ body{margin:0;padding:0;background:#eee;}
.deck_category_count.Spell{color:green}
.deck_category_count.Trap{color:purple}
.deck_title small {font-size: 10px}
#deck_load{opacity:0;cursor:pointer;}
.ui-sortable{padding:5px 0 5px 10px;}
\ No newline at end of file
decks/index.html
View file @
81f6f77c
This diff is collapsed.
Click to expand it.
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