
/*
Plugin Name: Feedback by Paragraph
Plugin URI: http://andydickinson.net
Author: Andy Dickinson
Author URI: http://andydickinson.net
Description:Displays a pop up comment on each paragraph. Designed to provide student feedback.
Version: 0.1

Copyright 2009  Andy Dickinson  (email : judgemonkey@mac.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/


/* taking back some of the pop up window styles */

#FBPcommentmessage {

display:block;
color:#2D7BB2;
background:#ddd;
font-weight:bold;
padding: 2px;
margin: 2px;
text-align:center
}

#TB_window {
	font-family:"Helvetica Neue", "HelveticaNeueLT Std", Helvetica, Arial, sans-serif;
	color: #333333;
}



#TB_window  H2 {
color: #2D7BB2;
font-size:18px;

margin-bottom: 6px;
}

#TB_window p {
margin:0;
padding:0;
}

.FBPcommentform {
background: #eee;
margin: 5px;
padding:10px;
}

.FBPcommentform label {
font-size:12px;
margin:2px
font-weight:bold;
}

.FBPcomment {
padding-bottom:8px;
border-bottom:thin solid #eee;
}

.FBPauthor {
color: #2D7BB2;
font-size:12px;
margin:2px;
font-weight:bold; 
}

.FBPcommentcontent{
color: #666;
font-size:12px;
margin:2px;

}


.FBPnocomment{
display:block;
colour:#fff;
background:#DC143C;
font-weight:bold;
padding: 8px;

}

/**** Speech Bubble Icons *****/
/* From http://desandro.com/resources/css-speech-bubble-icon */
.spch-bub-inside {
  position: relative;

}

a.spch-bub-inside {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin:0;
  font-style: normal;
}

.spch-bub-inside em {
  font-style: normal;
}
.spch-bub-inside em {
  background: #ddd;
  color: #FFF;
  padding: 0 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}

a.spch-bub-inside:hover {
  color: #Fff;
}
a.spch-bub-inside:hover em {
  cursor: pointer;
  background: #2D7BB2;
  color: #FFf;
}
a.spch-bub-inside:hover .point {
  border-left: 0.5em solid #F00; 
}

