From 45f3be5425870f9b4cf9a60f2f950fa3dd7807ef Mon Sep 17 00:00:00 2001 From: lizhineng Date: Sat, 29 Jun 2013 13:59:23 +0800 Subject: Added word list --- css/wordseach.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 css/wordseach.css (limited to 'css/wordseach.css') diff --git a/css/wordseach.css b/css/wordseach.css new file mode 100644 index 0000000..0c26836 --- /dev/null +++ b/css/wordseach.css @@ -0,0 +1,24 @@ +/* Wordseach */ + +.ws-area { + background: #fafafa; + display: inline-block; + padding: 20px; + border-radius: 10px; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; +} + +.ws-row { + line-height: 0; +} + +.ws-col { + cursor: pointer; +} + +.ws-selected { + background: #eee; +} -- cgit v1.2.3