diff --git a/chrome_point_plus/css/point-plus.css b/chrome_point_plus/css/point-plus.css index 93a3bc6..e37c249 100644 --- a/chrome_point_plus/css/point-plus.css +++ b/chrome_point_plus/css/point-plus.css @@ -1,3 +1,4 @@ +/* Point.Im */ /* MarkItUp margin fix */ div#markItUpText-input { margin-top: 30px; @@ -5,5 +6,98 @@ div#markItUpText-input { /* MarkItUp override */ .markItUp { - width:770px; + width: 770px; +} + +/* Point+ */ +/* Options page */ +body.options { + width: 450px; + height: 450px; + background: #EEE; +} + +/* Tabs style */ +.usual { + width:450px; + margin: 5px; +} + +.usual ul { + padding: 0 0 10px 0; + margin: 0 0 18px 0; +} + +.usual li { + list-style: none; + float: left; +} +.usual ul a { + display: block; + padding: 6px 10px; + text-decoration: none!important; + margin: 1px; + margin-left: 0; + font: 12px Georgia; + color: #FFF; + background: #C8C8C8; + border-radius: 15px 15px 0 0; +} +.usual ul a:hover { + color: #FFF; + background: #BBB; +} +.usual ul a.selected { + margin-bottom: 0; + color: #FFF; + background: #A5A5A5; + cursor: default; +} +.usual div#tabs-content { + margin: 0 5px 0 0; + padding: 5px; + background-color: #A5A5A5; + border-radius: 0 15px 0 0; + +} +.usual #panel { + background: #B5B5B5; + margin: 0 5px 0 0; + padding: 10px; + border-radius: 0 0 15px 15px; +} +.usual #panel button.button { + background-color: #C8C8C8; + border-radius:15px; + border:1px solid #dcdcdc; + display:inline-block; + cursor:pointer; + color:#000; + font-family:Arial; + font-size:15px; + font-weight:bold; + padding: 5px 25px; + text-decoration:none; + text-shadow:0px 1px 0px #ffffff; +} +.usual #panel button.button:hover{ + background-color:#BBB; +} +.usual #panel button.button:active { + position:relative; + top:1px; +} +.usual div#tabs-content div { + padding: 3px 0 0 0; + margin-top: -15px; + clear: left; + font: 10pt Georgia; + color: #FFF; +} +.usual div#tabs-content div p { + padding: 5px 0 0 15px; +} +.usual div a { + color: #000; + font-weight: bold; } \ No newline at end of file diff --git a/chrome_point_plus/js/jquery.idTabs.min.js b/chrome_point_plus/js/jquery.idTabs.min.js new file mode 100644 index 0000000..b862796 --- /dev/null +++ b/chrome_point_plus/js/jquery.idTabs.min.js @@ -0,0 +1 @@ +(function(){var g={jQuery:"http://code.jquery.com/jquery-latest.min.js"};var j=function(){(function(k){k.fn.idTabs=function(){var n={};for(var m=0;m - Point Plus options - - -

Point+ options

- -

Fancybox pop-up

-

- -

-

- -

-

- -

-

Hotkeys

-

- -

-

Look and feel

-

- -

-

-

-

-

-

-

-
-
- + + Point Plus options -

- Send bug report -

+ + + + + + +
+ + +
+
+

+ +

+

+ +

+

+ +

+
+ +
+

+ +

+

+

+

+

+

+

+
+ +
+

+ +

+
+ +
+

+ If you find an error do not hesitate to send me a bug report. +

+
+
+ + +
+
+ +
+
+ + - - - \ No newline at end of file