Cognos BI Icons and Meanings - cognos-10

I'm looking for a list of all the Icons used within Cognos BI and their meanings.
Right now I'm specifically struggling with the blue Package Icons. I have two different blue icons:
Solid Blue
Blue with 3 small squares
What is the difference between these two blue package icons?
Where can I find a complete list of icons and their associated meanings?

Solid Blue Icon: Package
Blue Icon with Squares: Advisor Package

Related

Partitioning Different CSS Stylesheets Into Different Elements

Consider the following design...
Lets's assume that (scenario 1):
The outer design with grey sections, and blue & green buttons is Bootstrap
The inner design with purple and yellow sections is also Bootstrap, but a different stylesheet
The red box is imaginary. It only exists to demonstrate where the partitioning should occur.
Let's assume that (scenario 2):
The outer design with grey sections, and blue & green buttons is Bootstrap
The inner design with purple and yellow sections is Material
The red box is imaginary, as above.
Is it possible to partition CSS stylesheets like this, where one can only render up to an element, and the other can only render from that element (in this case, where the imaginary red box is)?

Drag map by clicking on symbol

There's a feature of google maps called SYMBOLS that allows you to draw different symbols on GoogleMaps. One example on google website that is located here:
https://developers.google.com/maps/documentation/javascript/examples/marker-symbol-custom
This draws a yellow star on a map, but I can't click the star and drag a map. I would like to be able to click the yellow star (so that a closed hand icon appears) and drag the map. I can do this while not hovering over the yellow star...how can I do this while hovering over the yellow star?
Thanks
Set clickable:false on the marker if you don't want it to accept mouse events.

Changing the green check when dragging in jstree

I am curious if there is a way to programmatically change the green check icon that appears when you drag a jstree node. I haven't seen anything regarding this in jstrees API.
What I have is 2 jstrees. I want the green check and red X to be used when I drag and drop internally. When a node is dragged across trees I want a different icon to appear instead of the green check.
Thanks,
LL
Change the style of jstree like this:
#jstree-dnd .jstree-er{ background-image: none !important;}
#jstree-dnd .jstree-er:before{content: "\f05e" !important;font-family: FontAwesome !important; color: #a32020 !important;}

I want to change the font size of bullet and numbering list in ssrs

In my SSRS Report I want
Red
Green
Blue
Pink
with size 6pt by using bullet and numbering.
the numbering size should also 6pt.
Please help me how to do so in SSRS.

Drawing line with border

I've faced a problem in Qt where I need to draw lines with borders (I have coordinates for nodes and I am just drawing simple thick line from node to node). Just like this: http://img23.imageshack.us/img23/3596/askej.jpg
At first I tried to draw thicker red line and after that black line, but I got inappropriate connecting as you can see at the image above.
Moreover the idea in which we draw all red lines and after that all black lines won't work as well. The lines can be crossed so with this idea we won't have borders over the crossing another line.
Could somebody help me with this problem, please?
Thanks.
// feel free to show me mistakes in my english too
I have exactly this situation in a GIS app (Merkaartor)
You need to work by layers, where all paths on the same layer will first be drawn red then black.
For instance, layer -1 would be tunnels, you draw them first, red then black, then layer 0 are surface roads, you draw them red then black, then layer 1 are bridges, etc...
This properly render a "map" feeling.

Resources